CADability dotNET
Sets or gets the value whether to show the ControlCenter or not. The ControlCenter is placed right to the drawing or display area and seperated by a splitter, so it's size can be modified by dragging the splitter This property must be set at design time or at least before the CADControl is created

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

Syntax

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

See Also