FileNameEditor::InitializeDialog Method (OpenFileDialog^)
.NET Framework (current version)
Initializes the open file dialog when it is created.
Assembly: System.Design (in System.Design.dll)
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
Available since 1.1
Show: