Share via


FormControl.lockWindowUpdate(Boolean) Method

Definition

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.

Applies to