'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the ColorPane can be selected(receive focus). False by default.")> Public Property Selectable As System.Boolean
'Usage
Dim instance As NColorPaneBase Dim value As System.Boolean instance.Selectable = value value = instance.Selectable
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value whether the ColorPane can be selected(receive focus). False by default.")] public System.bool Selectable {get; set;}