Xceed Grid for WinForms v4.3 Documentation
CheckState Property


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinCheckBox Class : CheckState Property
Gets or sets the state of the checkbox.
Syntax
'Declaration
 
<DescriptionAttribute("The state of the checkbox")>

<CategoryAttribute("Appearance")>

Public Property CheckState As CheckState
'Usage
 
Dim instance As WinCheckBox

Dim value As CheckState

 

instance.CheckState = value

 

value = instance.CheckState
[Description("The state of the checkbox")]

[Category("Appearance")]

public CheckState CheckState {get; set;}

Property Value

A System.Windows.Forms.CheckState representing the state of the checkbox. By default CheckState.Unchecked.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WinCheckBox Class
WinCheckBox Members