Class CheckBoxStyleInfo
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CheckBoxStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
CheckBoxStyleInfo()
Initializes a new instance of the CheckBoxStyleInfoStore class.
Declaration
public CheckBoxStyleInfo()
CheckBoxStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the CheckBoxStyleInfo class.
Declaration
public CheckBoxStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
CheckBoxStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the CheckBoxStyleInfo class.
Declaration
public CheckBoxStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the background color of the check box in ToolStripEx control.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CheckedTickBoxBackColor
Gets or sets the TickBox checked back color of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color CheckedTickBoxBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for the ToolStripCheckBox control.
Declaration
public static CheckBoxStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
CheckBoxStyleInfo |
HoverBackColor
Gets or sets the hover background color of the check box of ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverTickBoxBorderColor
Gets or sets the TickBox hover border color of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverTickBoxBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverTickColor
Gets or sets the hover tick color of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverTickColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PressedBackColor
Gets or sets the pressed background color of the checkbox in ToolStripEx control.
Declaration
[ThemeStudio]
public Color PressedBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TickBoxBorderColor
Gets or sets the TickBox border color of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color TickBoxBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TickColor
Gets or sets the Tick color of checkbox in ToolStripEx control.
Declaration
[ThemeStudio]
public Color TickColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TickThickness
Gets or sets the thickness of tick drawn in checkbox in ToolStripEx control.
Declaration
[ThemeStudio]
public int TickThickness { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
GetDefaultStyle()
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type |
---|
StyleInfoBase |