'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the selected text color.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property HighlightText As System.Drawing.Color
'Usage
Dim instance As NPalette Dim value As System.Drawing.Color instance.HighlightText = value value = instance.HighlightText
[System.ComponentModel.Description("Gets/sets the selected text color.")] [System.Xml.Serialization.XmlIgnore()] public System.Drawing.Color HighlightText {get; set;}