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