'Declaration
<System.ComponentModel.DefaultValueAttribute(-1)> <System.ComponentModel.DescriptionAttribute("Gets/sets the image index from the parent image list.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ImageIndex As System.Integer
'Usage
Dim instance As NLightUIItem Dim value As System.Integer instance.ImageIndex = value value = instance.ImageIndex
[System.ComponentModel.DefaultValue(-1)] [System.ComponentModel.Description("Gets/sets the image index from the parent image list.")] [System.Xml.Serialization.XmlAttribute()] public System.int ImageIndex {get; set;}