'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether a theme background when current color scheme is WindowsDefault.")> Public Property DrawThemeBackground As System.Boolean
'Usage
Dim instance As NTabControl Dim value As System.Boolean instance.DrawThemeBackground = value value = instance.DrawThemeBackground
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value whether a theme background when current color scheme is WindowsDefault.")] public System.bool DrawThemeBackground {get; set;}