'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the button can receive focus.")> Public Property Selectable As System.Boolean
'Usage
Dim instance As NCheckBox Dim value As System.Boolean instance.Selectable = value value = instance.Selectable
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the button can receive focus.")] public System.bool Selectable {get; set;}