Specifies the position of TabControl's TabBar.
Namespace:
BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.1.9
Syntax
| C# |
|---|
public enum TabBarPositions |
| Visual Basic (Declaration) |
|---|
Public Enumeration TabBarPositions |
| Visual C++ |
|---|
public enum class TabBarPositions |
Members
| Member name | Description | |
|---|---|---|
| Bottom |
The TabBar will be docked to the bottom.
| |
| Top |
The TabBar will be docked to the top.
|