Object
CustomCheckBoxRenderer
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. |
ButtonShape | Configures the shape of the button, Rounded or Rectangular. |
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 body 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. |
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. |
FocusColor | Color for the focus on the checkbox. |
FocusDrawingType | Configures how focus should be represented. |
Height | Returns height of the rendering. (Read only property) |
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. |
UseSystemFocusColor | If set to true then the button will attempt to use system focus color when possible, having fallback to the controls focus color. |
Width | Returns width of the rendering. (Read only property) |
Draw | Draws CustomCheckbox into graphics context. |
Version = 4.74 |