CADability dotNET
Returns a IFrame when this IShowProperty has been added to a IPropertyTreeView, returns null otherwise.

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

Syntax

C#
public virtual IFrame Frame { get; set; }
Visual Basic
Public Overridable Property Frame As IFrame
	Get
	Set
Visual C++
public:
virtual property IFrame^ Frame {
	IFrame^ get ();
	void set (IFrame^ value);
}

See Also