CADability dotNET
If an IShowProperty object is read only, its value should be fixed. The subProperties should also be read only.

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

Syntax

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

See Also