Name | Type | Default Value | Description |
BackColor | Color | &c000000 | The background color of the control. |
BackDown | Color | &c000000 | The background color of the control when the mouse is down. |
BackOver | Color | &c000000 | The background color of the control when the mouse is hovering over it. |
BGPictureDisabled | Picture | Nil | When using style 13, Image Button, this will be the background of the control when it is disabled. |
BGPictureDown | Picture | Nil | When using style 13, Image Button, this will be the background of the control when the mouse is down. |
BGPictureNormal | Picture | Nil | When using style 13, Image Button, this will be the background of the control in an idle state. |
BGPictureOver | Picture | Nil | When using style 13, Image Button, this will be the background of the control when the mouse is hovering over it. |
Bold | Boolean | False | Determines the font weight of the text. |
BorderColorDark | Color | &c000000 | Dark border color when the control is in an idle state. |
BorderColorDarkDown | Color | &c000000 | Dark border color when the mouse is down over the control. |
BorderColorDarkOver | Color | &c000000 | Dark border color when the mouse is hovering over the control. |
BorderColorLight | Color | &c000000 | Light border color of the control in an idle state. |
BorderColorLightDown | Color | &c000000 | Light border color when the mouse is down over the control. |
BorderColorLightOver | Color | &c000000 | Light border color when the mouse is hovering over the control. |
Cancel | Boolean | False | Determines whether this control reacts when the user presses the ESC key on it’s window. |
CheckBoxBehavior | Boolean | False | Sets whether the control’s state is sticky. |
CheckValue | Boolean | &c000000 | When CheckBoxBehavior is True, this will reflect the current value of the button. |
Default | Boolean | &c000000 | Determines whether this control reacts when the user presses the Enter or Return keys on the keyboard. |
DropDownBackColor | Color | &c000000 | Determines the background color of the drop down portion of the button in an idle state. |
DropDownBackDown | Color | &c000000 | Determines the background color of the drop down portion of the button when the mouse is down. |
DropDownBackOver | Color | &c000000 | Determines the background color of the drop down portion of the button when the mouse is hovering over it. |
DropDownBorderDark | Color | &c000000 | Determines the dark border color of the drop down portion of the control in an idle state. |
DropDownBorderDarkDown | Color | &c000000 | Determines the dark border color of the drop down portion of the control when the mouse is down. |
DropDownBorderDarkOver | Color | &c000000 | Determines the dark border color of the drop down portion of the control when the mouse is hovering above it. |
DropDownBorderLight | Color | &c000000 | Determines the light border color of the drop down portion of the control in an idle state. |
DropDownBorderLightDown | Color | &c000000 | Determines the light border color of the drop down portion of the control when the mouse is down. |
DropDownBorderLightOver | Color | &c000000 | Determines the light border color of the drop down portion of the control when the mouse is hovering over it. |
DropDownTriangle | Color | &c000000 | Determines the background color of the drop down disclosure triangle. |
DropDownTriangleDown | Color | &c000000 | Determines the background color of the drop down disclosure triangle when the mouse is down. |
DropDownTriangleOver | Color | &c000000 | Determines the background color of the drop down disclosure triangle when the mouse is hovering over it. |
FontName | String | “system” | Sets the font used to display text in the control. |
FontSize | Integer | 0 | Sets the size of the fond used to display text in the control. |
Italic | Boolean | False | Determines whether the text will be displayed in italics. |
PictureDisabled | Picture | Nil | Sets the icon to be displayed within the button when the control is disabled. |
PictureDown | Picture | Nil | Sets the icon to be displayed within the button when the mouse is down. |
PictureNormal | Picture | Nil | Sets the icon to be displayed within the button when in an idle state. |
PictureOver | Picture | Nil | Sets the icon to be displayed within the button when the mouse is hovering over it. |
ShowFocusRect | Boolean | True | Determines whether the control will draw a focus rectangle when it has focus. |
Style | Styles | 0 | Sets the display style of the control. |
Text | String | “” | The text of the button. You can use an ampersand (&) to display an underline on a character to signify a corresponding menu operation. |
TextColorDisabled | Color | &c000000 | Color of the text when the control is disabled. |
TextColorDown | Color | &c000000 | Color of the text when the mouse is down. |
TextColorNormal | Color | &c000000 | Color of the text when the control is in an idle state. |
TextColorOver | Color | &c000000 | Color of the text when the mouse is hovering over the control. |
TextPosition | Positions | PositionCenter | Position of the text and picture within the control. |
Underline | Boolean | False | Sets the decoration of the text. |
UseSystemColors | Boolean | False | Determines whether the control will use the custom color properties, or the default colors for the styles. |