Gets or sets the text label associated with this Tool.

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

Syntax

C#
public string Text { get; set; }
Visual Basic (Declaration)
Public Property Text As String
Visual C++
public:
property String^ Text {
	String^ get ();
	void set (String^ value);
}

Remarks

The text is drawn over the Tool. Its position is determined by TextMargins and TextAlignment.

If the text is too long to fit in the area designated for it, then only that portion which fits into it, will be drawn. Also, if more than one line fits into that area, the text is automatically wrapped.

See Also