'Declaration
<System.ComponentModel.DescriptionAttribute("Gets the background color of a window.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public ReadOnly Property WindowCI As NColorInfo
'Usage
Dim instance As NPalette Dim value As NColorInfo value = instance.WindowCI
[System.ComponentModel.Description("Gets the background color of a window.")] [System.Xml.Serialization.XmlIgnore()] public NColorInfo WindowCI {get;}