TabControlActiveTabBarPage Property

Gets or sets the index of currently visible page on TabBar.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public int ActiveTabBarPage { get; set; }

Property Value

Int32

Remarks

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.

See Also