xFormRun.unLock 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.
Overloads
unLock() | |
unLock(Boolean) |
unLock()
public:
virtual void unLock();
public virtual void unLock ();
abstract member unLock : unit -> unit
override this.unLock : unit -> unit
Public Overridable Sub unLock ()
Applies to
unLock(Boolean)
public:
virtual void unLock(bool _arrangeNow);
public virtual void unLock (bool _arrangeNow);
abstract member unLock : bool -> unit
override this.unLock : bool -> unit
Public Overridable Sub unLock (_arrangeNow As Boolean)
Parameters
- _arrangeNow
- Boolean