'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the item may be selected.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Selectable As System.Boolean
'Usage
Dim instance As NLightUIItem Dim value As System.Boolean instance.Selectable = value value = instance.Selectable
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the item may be selected.")] [System.Xml.Serialization.XmlAttribute()] public System.bool Selectable {get; set;}