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