TabDrawMode Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the tabs in a tab control are owner-drawn (drawn by the parent window), or drawn by the operating system.
public enum class TabDrawMode
public enum TabDrawMode
type TabDrawMode =
Public Enum TabDrawMode
- Inheritance
Name | Value | Description |
---|---|---|
Normal | 0 | The tabs are drawn by the operating system, and are of the same size. |
OwnerDrawFixed | 1 | The tabs are drawn by the parent window, and are of the same size. |
This enumeration is used by members such as TabControl.DrawMode.
The TabControl class and its derived classes support owner-draw functionality, but only one type, in which you can draw the tabs individually.
Produto | Versões |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: