| Text |
Gets or sets the text associated with the button control |
| Image |
Gets or sets the image that is displayed on the button control |
| TextAlignment |
Gets or sets the alignment of the text on the button control |
| TextImageRelation |
Gets or sets the position of text and image relative to each other |
| TextWrap |
Gets or sets text wrapping mode |
| ForeColor |
Gets or sets the foreground color of the control |
| BackColor |
Gets or sets the background color of the button control |
| ToggleState |
Gets or sets the toggle state. Toggle state enumeration defines the following values: Off, Indeterminate, and On
|
| IsChecked |
Gets or sets a Boolean value indicating where the button is checked |
| CheckState |
Gets or sets the Check state. Check state enumeration defines the following values: Uncheck, Indeterminate, and Check
|
| IsThreeState |
Gets or sets a Boolean value indicating where the button is checked |