LinkAppearance Class Members
In This Topic
The following tables list the members exposed by
LinkAppearance.
Public Constructors
Public Properties
| Name | Description |
 | BackColor | Gets or sets the color of the background. |
 | Cursor | Gets or sets the cursor image. |
 | Font | Gets or sets the font of the text. |
 | FontTransparent | Gets or sets a value indicating whether the text is transparent. |
 | ForeColor | Gets or sets the color of the text. |
Public Methods
| Name | Description |
 | Clone | Creates a new object that is a copy of the LinkAppearance instance. |
 | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
 | Set | Sets parameters of the current LinkAppearance object according to the state of the value parameter. |
 | ToString | Returns a string that represents the LinkAppearance instance. |
Public Events
| Name | Description |
 | PropertyChanged | Occurs when the link appearance property is changed. |
 | PropertyChanging | Occurs when the link appearance property is changing. |
See Also