CADability dotNET
The ControlCenter is a container for several tab pages. It is mainly used for CADability's interactive actions and settings. It is usually a child control of the SingleDocumentFrame, but can also be used independantly.

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

Syntax

C#
public class ControlCenter : ScrollableControl, 
	ICommandHandler, IInfoProvider
Visual Basic
Public Class ControlCenter _
	Inherits ScrollableControl _
	Implements ICommandHandler, IInfoProvider
Visual C++
public ref class ControlCenter : public ScrollableControl, 
	ICommandHandler, IInfoProvider

Inheritance Hierarchy

See Also