Dialog.OpenDialog Method

Definition

Opens the dialog - state must be set to WaitingForInput afterwards Overridden in inherited class. Perform any change here that you'd like to have when the dialog opened.

protected:
 virtual System::Collections::IEnumerator ^ OpenDialog();
protected virtual System.Collections.IEnumerator OpenDialog ();
abstract member OpenDialog : unit -> System.Collections.IEnumerator
override this.OpenDialog : unit -> System.Collections.IEnumerator
Protected Iterator Overridable Function OpenDialog () As IEnumerator

Returns

Applies to