CADability dotNET
This is the main connecting point for an interactive CADability application. Other interactive components like ControlCenter, ToolBarDockContainer, MoveableToolBar or LoadMenu(String, IFrame) have to be created with a reference to this SingleDocumentFrame.

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

Syntax

C#
public class SingleDocumentFrame : ICommandHandler, 
	IFrame, IFrameInternal
Visual Basic
Public Class SingleDocumentFrame _
	Implements ICommandHandler, IFrame, IFrameInternal
Visual C++
public ref class SingleDocumentFrame : ICommandHandler, 
	IFrame, IFrameInternal

Inheritance Hierarchy

System..::..Object
  CADability..::..SingleDocumentFrame

See Also