CADability dotNET
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.

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

Syntax

C#
public SingleDocumentFrame Frame { get; }
Visual Basic
Public ReadOnly Property Frame As SingleDocumentFrame
	Get
Visual C++
public:
property SingleDocumentFrame^ Frame {
	SingleDocumentFrame^ get ();
}

See Also