ToolBarActivePage Property

Gets or sets the index of currently visible page.

Definition

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

Property Value

Int32

Remarks

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.

See Also