'Declaration
<System.ComponentModel.BindableAttribute(True)> <System.ComponentModel.SettingsBindableAttribute(True)> <System.ComponentModel.DefaultValueAttribute(False)> <SRCategoryAttribute("CatAppearance")> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)> <SRDescriptionAttribute("CheckBoxCheckedDescr")> Public Property Checked As System.Boolean
'Usage
Dim instance As NCheckBox Dim value As System.Boolean instance.Checked = value value = instance.Checked
[System.ComponentModel.Bindable(true)] [System.ComponentModel.SettingsBindable(true)] [System.ComponentModel.DefaultValue(false)] [SRCategory("CatAppearance")] [System.ComponentModel.RefreshProperties(RefreshProperties.All)] [SRDescription("CheckBoxCheckedDescr")] public System.bool Checked {get; set;}