Share via


FormControl.lock Method

Definition

Locks the form control.

public:
 virtual void lock();
public virtual void lock ();
abstract member lock : unit -> unit
override this.lock : unit -> unit
Public Overridable Sub lock ()

Remarks

Use the Lock command when you modify an object and are not sure whether another user is about to make updates. When you have saved your updates, use the Unlock command.

Applies to