Contains the Tool objects associated with this ToolBar.

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

Syntax

C#
public ToolCollection Tools { get; }
Visual Basic (Declaration)
Public ReadOnly Property Tools As ToolCollection
Visual C++
public:
property ToolCollection^ Tools {
	ToolCollection^ get ();
}

See Also