| Names | Description |
| Font | Gets or sets the font of the text displayed by the control. |
| ForeColor | Gets or sets the foreground color of the control. |
| DefaultSize | Gets the default size of the control. |
| TabIndex | Gets or sets the tab order of the control within its container. |
| Visible | Gets or sets a value indicating whether the control and all its child controls are displayed. |
| Width | Gets or sets the width of the control. |
| BackColor | Gets or sets the background color for the control. |
| Enabled | Gets or sets a value indicating whether the control can respond to user interaction. |
| Focused | Gets a value indicating whether the control has input focus. |