TabPosition Enum
Definition
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.
Enumerates tab positions on a tabbed page on the GTK platform.
public enum TabPosition
type TabPosition =
- Inheritance
-
TabPosition
Fields
| Bottom | 2 | Indicates that the tabs are placed at the bottom of the tabbed page. |
| Default | 0 | Indicates that the default tab location is used. |
| Top | 1 | Indicates that the tabs are placed at the top of the navigation page. |