FormControl.unLock(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.
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.