FormControl.lockWindowUpdate(Boolean) 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 or unlocks the window of the control for update.
public:
virtual bool lockWindowUpdate(bool _lock);
public virtual bool lockWindowUpdate (bool _lock);
abstract member lockWindowUpdate : bool -> bool
override this.lockWindowUpdate : bool -> bool
Public Overridable Function lockWindowUpdate (_lock As Boolean) As Boolean
Parameters
- _lock
- Boolean
A Boolean value: true to lock the window, and false to unlock the window.
Returns
true if the operation was successful; otherwise, false.