CADability dotNET
If an IShowProperty object is hidden, it will not appear in the TreeView of the control center. Most Properties are not hidden by default.

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

Syntax

C#
bool Hidden { get; set; }
Visual Basic
Property Hidden As Boolean
	Get
	Set
Visual C++
property bool Hidden {
	bool get ();
	void set (bool value);
}

See Also