xFormRun.wait 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
wait() | |
wait(Boolean) |
wait()
public:
override void wait();
public override void wait ();
override this.wait : unit -> unit
Public Overrides Sub wait ()
Applies to
wait(Boolean)
public:
virtual void wait(bool _modal);
public virtual void wait (bool _modal);
override this.wait : bool -> unit
Public Overridable Sub wait (_modal As Boolean)
Parameters
- _modal
- Boolean