CADability dotNET
Specify the toolbars to be shown if ShowToolBars is true. A comma seperated list of the following items is expected: File, Edit, Zoom, Construct, Snap, Object

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

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

See Also