FormDescription.Locked Property

Definition

Returns a Boolean (bool in C#) value that indicates True if the form cannot be modified. Read/write.

public:
 property bool Locked { bool get(); void set(bool value); };
public bool Locked { get; set; }
Public Property Locked As Boolean

Property Value

Applies to