FileNameEditor::InitializeDialog Method (OpenFileDialog^)

 

Initializes the open file dialog when it is created.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual void InitializeDialog(
	OpenFileDialog^ openFileDialog
)

Parameters

openFileDialog
Type: System.Windows.Forms::OpenFileDialog^

The OpenFileDialog to use to select a file name.

This method configures the dialog box with a generic file filter and title.

Notes to Implementers:

You can override this method to customize the initialization of the dialog.

.NET Framework
Available since 1.1
Return to top
Show: