Gets and sets whether text should be shown in ToolBar items.

Namespace:  PerpetuumSoft.Reporting.Windows.Forms
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public bool ShowTextInToolBar { get; set; }
Visual Basic (Declaration)
Public Property ShowTextInToolBar As Boolean
Visual C++
public:
property bool ShowTextInToolBar {
	bool get ();
	void set (bool value);
}

See Also