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