[]
Represents the base class of side buttons.
public abstract class SideButtonBaseInfo : INamedObject
Public MustInherit Class SideButtonBaseInfo
Implements INamedObject
Name | Description |
---|---|
SideButtonBaseInfo() | Initializes a new instance of the SideButtonBaseInfo class. |
Name | Description |
---|---|
BackColor | Gets or sets the backcolor of the side button. |
ButtonWidth | Gets or sets the width of the side button. |
Enabled | Gets or sets a value that indicates whether this SideButtonBase is enabled. |
FlatAppearance | Gets the appearance of the border and the colors used to indicate check state and mouse state. |
ForeColor | Gets or sets the color of the foreground. |
Name | Gets or sets the name of the object. |
Position | Gets or sets the position of the side button. |
Tag | Gets or sets the object that contains data about the side button object. |
UseVisualStyleBackColor | Gets or sets whether to use the visual style backcolor when flat style is system and the system theme is active. |
Visible | Gets or sets the visibility of the side button. |