Xceed SmartUI for WinForms v3.6 Documentation
Checked Property (CheckTool)


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.ToolBar Namespace > CheckTool Class : Checked Property
Gets or set a value indicating whether the SmartItem is in the checked state.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates whether the SmartItem is in a checked state.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<MergablePropertyAttribute(True)>
<LocalizableAttribute(False)>
Public Property Checked As Boolean
'Usage
 
Dim instance As CheckTool
Dim value As Boolean
 
instance.Checked = value
 
value = instance.Checked
[Description("Indicates whether the SmartItem is in a checked state.")]
[Category("Appearance")]
[DefaultValue()]
[Browsable(true)]
[MergableProperty(true)]
[Localizable(false)]
public bool Checked {get; set;}

Property Value

true if the SmartItem is in a checked state; false otherwise.
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

CheckTool Class
CheckTool Members