Class CheckBoxAdvActionList
Design the CheckBoxAdv property values into the CheckBoxAdvActionList class.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CheckBoxAdvActionList : SyncActionListBase<CheckBoxAdv>
Constructors
CheckBoxAdvActionList(IComponent)
Initializes a new instance of the CheckBoxAdvActionList class.
Declaration
public CheckBoxAdvActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Represents component |
Properties
Checked
Gets or sets a value indicating whether checked property is true or false.
Declaration
public bool Checked { get; set; }
Property Value
Type |
---|
System.Boolean |
CheckedImage
Gets or sets CheckedImage.
Declaration
public Image CheckedImage { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
ImageCheckBox
Gets or sets a value indicating whether Image check box is used.
Declaration
public bool ImageCheckBox { get; set; }
Property Value
Type |
---|
System.Boolean |
IndeterminateImage
Gets or sets IndeterminateImage.
Declaration
public Image IndeterminateImage { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
Name
Gets or sets the Name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Office2007ColorScheme
Gets or sets the Office2007 color scheme.
Declaration
public Office2007Theme Office2007ColorScheme { get; set; }
Property Value
Type | Description |
---|---|
Office2007Theme | The Office2007 color scheme. |
Office2010ColorScheme
Gets or sets the Office2010 color scheme.
Declaration
public Office2010Theme Office2010ColorScheme { get; set; }
Property Value
Type | Description |
---|---|
Office2010Theme | The Office2010 color scheme. |
Style
Gets or sets the visual style.
Declaration
public CheckBoxAdvStyle Style { get; set; }
Property Value
Type | Description |
---|---|
CheckBoxAdvStyle | The style. |
Text
Gets or sets the Text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Tristate
Gets or sets a value indicating whether Tristate of the CheckBoxAdv is true or false.
Declaration
public bool Tristate { get; set; }
Property Value
Type |
---|
System.Boolean |
UncheckedImage
Gets or sets UncheckedImage.
Declaration
public Image UncheckedImage { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
Methods
InitializeActionList()
Overrridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.CheckBoxAdv>.InitializeActionList()