AcceptFocus | This property is for Mac only where focus is normally not active unless Full Keyboard access is on. Setting this to true activates focus support even if full keyboard access is not turned on in the system.F |
AccessibilityLabel | Label used by the macOS accessibility manager for various of disability settings and devices. |
AutoWidth | This property is to support components such as the FlowLayout. If set to true then the FlowLayout may resize the button. |
Bold | Sets the text font to bold. |
ButtonColor | Sets the body color of the button when button is enabled. |
ButtonDownColor | Sets the body color of the button when button is pushed down. |
Caption | Sets or gets the text on the radio button. |
DBBackColor | Fills background with custom color when in double buffering mode. (MacOS X and Linux systems are always double buffered by the OS it self) |
DMButtonColor | Sets the body color of the button when button is down in dark mode if SeparateDarkModeStyle is set to true. |
DMButtonDownColor | Sets the body color of the button when button is down in dark mode if SeparateDarkModeStyle is set to true. |
DMDisabledButtonColor | Sets the buttons main body color when button is disabled. |
DMDisabledTextColor | Sets the text color of the button when button is disabled in dark mode if SeparateDarkModeStyle is set to true. |
DMFocusColor | Color for the focus on the button when button in dark mode if SeparateDarkModeStyle is set to true. |
DMOffButtonColor | Color of the button when it is off when system is in dark mode and SeparateDarkModeStyle property is set to true. |
DMTextColor | Sets the text color of the button when button is down in dark mode if SeparateDarkModeStyle is set to true. |
DMUseSystemFocusColor | When system is in dark-mode and SeparateDarkModeStyle is set to true then If this property is set to true then the button will attempt to use system focus color when possible, having fallback to the controls focus color. |
DisabledButtonColor | Sets the buttons main body color when button is disabled. |
DisabledTextColor | Sets the buttons text color when button is disabled. |
DoubleBuffer | DoubleBuffers the drawing of the control on Windows systems. (MacOS X and Linux systems are always double buffered by the OS it self) |
Enabled (Inherited) | Determines if the control should be enabled when the owning window is opened. |
FocusColor | Color for the focus on the switch button. |
FocusDrawingType | Configures how focus should be represented. |
FontName | Sets the text font |
FontSize | Sets the text font size. |
FontUnit | Sets the unit of the FontSize. |
Handle (Inherited) | Returns a handle to the control. |
HasDBBackColor | If set to true then the color defined in the DBBackColor property will be used as background color when in double buffer mode. (MacOS X and Linux systems are always double buffered by the OS it self) |
HasTextColor | If set to true then TextColor, DMTextColor, DisabledTextColor and DBDisabledTextColor properties become active, else system will decide the color of the text. |
Height (Inherited) | The height (in points) of the control. |
Index (Inherited) | If the control is used in a control set, this specifies the control's index in the set. |
Italic | Sets the text font to italic. |
Left (Inherited) | The left side of the control in local coordinates (relative to the window) |
MaxWidth | This property is to support components such as the FlowLayout. The property defines the minimum width the button may scale to. |
MinWidth | This property is to support components such as the FlowLayout. The property defines the minimum width the button may scale to. |
OffButtonColor | Color of the button when it is off. |
SeparateDarkModeStyle | If set to true then the color style properties from the DM (DarkMode) named properties will be used when the system is in Darkmode. |
TextColor | Sets the body color of the text on the checkbox when it is enabled. |
Top (Inherited) | The top of the control in local coordinates (relative to the window). |
Underline | Sets the text font to underlined. |
UseSystemFocusColor | If set to true then the button will attempt to use system focus color when possible, having fallback to the controls focus color. |
Value | Sets or gets the radiobutton value, true for checked, false for unchecked. |
Visible (Inherited) | Determines whether the control is visible when its owning window is opened. The default is True: the control is visible. |
Width (Inherited) | The width (in points) of the control. |
Window (Inherited) | The control's parent window. |