CADability dotNET

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

Syntax

C#
public Form Owner { get; set; }
Visual Basic
Public Property Owner As Form
	Get
	Set
Visual C++
public:
property Form^ Owner {
	Form^ get ();
	void set (Form^ value);
}

See Also