FormControl.unLock Method

Unlocks a form control.

Syntax

public void unLock(boolean update)

Run On

Client

Parameters

  • update
    Type: boolean
    A Boolean value that indicates whether to save the changes that are made to the control.

See Also

FormControl Class

FormControl.lock Method