'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the button will receive focus when clicked")> Public Property Selectable As System.Boolean
'Usage
Dim instance As NButton 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 will receive focus when clicked")] public System.bool Selectable {get; set;}