FormControl.lockWindowUpdate Method
Locks or unlocks the window of the control for update.
Syntax
public boolean lockWindowUpdate(boolean lock)
Run On
Client
Parameters
- lock
Type: boolean
A Boolean value: true to lock the window, and false to unlock the window.
Return Value
Type: boolean
true if the operation was successful; otherwise, false.