CADability dotNET
Specifies whether the entry is locked. The meaning of locking is up to the user of this property. When modified a LockedChangedEvent will be raised.

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

Syntax

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

See Also