'Declaration
<System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets the text displayed by the item.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Overridable Property Text As System.String
'Usage
Dim instance As NLightUIItem Dim value As System.String instance.Text = value value = instance.Text
[System.ComponentModel.Localizable(true)] [System.ComponentModel.Description("Gets/sets the text displayed by the item.")] [System.Xml.Serialization.XmlAttribute()] public virtual System.string Text {get; set;}