www.Chart4.NET (Documentation) | Samples Download | Release Notes
Whether the toolbar should be shown or not. WinForm Only. Default is false.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool ShowToolBar { get; set; }
public bool ShowToolBar { get; set; }
Public Property ShowToolBar As Boolean
Get
Set
Public Property ShowToolBar As Boolean
Get
Set
public:
property bool ShowToolBar {
bool get ();
void set (bool value);
}
public:
property bool ShowToolBar {
bool get ();
void set (bool value);
}
member ShowToolBar : bool with get, set
member ShowToolBar : bool with get, set
/** @property */
public boolean get_ShowToolBar()
/** @property */
public void set_ShowToolBar(boolean value)
/** @property */
public boolean get_ShowToolBar()
/** @property */
public void set_ShowToolBar(boolean value)
Field Value
System.Boolean