Share via


FormControl.unLock(Boolean) Method

Definition

Unlocks a form control.

public:
 virtual void unLock(bool _update);
public virtual void unLock (bool _update);
abstract member unLock : bool -> unit
override this.unLock : bool -> unit
Public Overridable Sub unLock (_update As Boolean)

Parameters

_update
Boolean

A Boolean value that indicates whether to save the changes that are made to the control.

Applies to