Dialog.OpenDialog 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.
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