ToolBarToolsPerPage Property

Gets or sets how many tools (buttons) appear over ToolBar.

Definition

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

Property Value

Int32

Remarks

If you set a value less than 1 here, it will be automatically set to 1.

See Also