TabControlActiveTabBarPage Property
Gets or sets the index of currently visible page on TabBar.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public int ActiveTabBarPage { get; set; }
Public Property ActiveTabBarPage As Integer
Get
Set
Property Value
Int32
The amount of Tabs that are currently visible is defined by
TabsPerPage. The amount of tab bar pages is determined by the total
amount of
TabPage objects contained in
TabPages collection
divided by
TabsPerPage.