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

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.1.9

Syntax

C#
public int ToolsPerPage { get; set; }
Visual Basic (Declaration)
Public Property ToolsPerPage As Integer
Visual C++
public:
property int ToolsPerPage {
	int get ();
	void set (int value);
}

Remarks

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

See Also