CADability dotNET
true: this input field does not accept user input, false: normal input field that requires user input

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

Syntax

C#
public override bool ReadOnly { get; set; }
Visual Basic
Public Overrides Property ReadOnly As Boolean
	Get
	Set
Visual C++
public:
virtual property bool ReadOnly {
	bool get () override;
	void set (bool value) override;
}

See Also