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