CADability dotNET

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

Syntax

C#
bool IShowProperty.ReadOnly { get; set; }
Visual Basic
Private Property ReadOnly As Boolean
	Implements IShowProperty.ReadOnly
	Get
	Set
Visual C++
private:
virtual property bool ReadOnly {
	bool get () sealed = IShowProperty::ReadOnly::get;
	void set (bool value) sealed = IShowProperty::ReadOnly::set;
}

Implements

IShowProperty..::..ReadOnly

See Also