CADability dotNET

The SingleDocumentFrame type exposes the following members.

Properties

  NameDescription
Public propertyActiveAction
Implements ActiveAction.
Public propertyActiveView
Public propertyAllDefinedViews
Public propertyAllModelViews
Public propertyAllViews
Returns all currently visible views
Public propertyCommandHandler
Returns the CommandHandler of this frame. All menu and toolbar commands are routed through this command handler. If the tollbars and menus of CADability are used no action has to be taken. If you use your own menues or toolbars call OnCommand(String) and OnUpdateCommand(String, CommandState) for all commands concerning CADability.
Public propertyContextMenuSource
Public propertyControlCenter
Public propertyCurrentMenuId
Public propertyDesignMode
Public propertyDisplayArea
Public propertyGlobalSettings
Gets or set the GlobalSettings object (Settings). The global settings are saved in the file CADability.GlobalSettings.bin. If you set a different settings object you are responsible for saving the content.
Public propertyInfoPopup
Public propertyProject
Gets or sets the project handles in this farme
Public propertySelectedObjects
Implements SelectedObjects.
Public propertyShowHelpControl
Controls the visibility of the HelpControl in the ControlCenter.
Public propertySnapMode
Public propertySolidModellingMode
Public propertySymbolMainProperty
Provides access to the property page of the controlcenter that manages the available symbols.

See Also