'Declaration
<System.ComponentModel.BindableAttribute(True)> <SRCategoryAttribute("CatAppearance")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)> <SRDescriptionAttribute("CheckBoxCheckStateDescr")> Public Property CheckState As System.Windows.Forms.CheckState
'Usage
Dim instance As NCheckBox Dim value As System.Windows.Forms.CheckState instance.CheckState = value value = instance.CheckState
[System.ComponentModel.Bindable(true)] [SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.RefreshProperties(RefreshProperties.All)] [SRDescription("CheckBoxCheckStateDescr")] public System.Windows.Forms.CheckState CheckState {get; set;}