ToolBarActivePage Property
Gets or sets the index of currently visible page.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public int ActivePage { get; set; }
Public Property ActivePage As Integer
Get
Set
Property Value
Int32
The amount of
Tools that are currently visible is defined by
ToolsPerPage. The amount of pages is determined by the total
amount of
Tool objects contained in
Tools collection
divided by
ToolsPerPage.