NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TabDrawMode Enumeration

The TabStrip and TabControl both support ownerdraw functionality, but only one type, in which you can paint the tabs individually. This enumeration contains the valid values for it's drawMode property.

[Visual Basic]
Public Enum TabDrawMode
[C#]
public enum TabDrawMode
[C++]
public enum TabDrawMode

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Normal All the items in the control are painted by the system and are of the same size
OwnerDrawFixed The user paints the items in the control manually

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace