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