FormControl.lock Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.