CADability dotNET
The CADControl type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AdditionalMenues | |
![]() | AdditionalPopups | |
![]() | ControlCenter |
Returns the ControlCenter if there is a ControlCenter
|
![]() | Frame |
Gets the frame property of this control. The frame contains the controlcenter and the toolbars (if activated)
and one or multiple views on the CAD model.
|
![]() | LeftToolBars |
Gets the Container for the left toolbars
|
![]() | ShowControlCenter |
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
|
![]() | ShowMenu |
Gets or sets a value whether to show the Standard CADability Menu in the parent form of this control.
|
![]() | ShowToolBars |
Gets or sets a value whether to show toolbars on the top and left side of the drawing or display area.
The toolbars cam be moved around and positioned.
|
![]() | ToolBars |
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
|
![]() | TopToolBars |
Gets the Container for the top toolbars
|