'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DescriptionAttribute("Gets/sets the check state of the item.")> Public Property CheckState As ItemCheckState
'Usage
Dim instance As NLightUIItem Dim value As ItemCheckState instance.CheckState = value value = instance.CheckState
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Description("Gets/sets the check state of the item.")] public ItemCheckState CheckState {get; set;}