The following tables list the members exposed by the OpenFileDialog type.

Public Methods

  ANameDescription
EmbedDialog
Creates an userinterface screen representing this instance and displays it as an embedded modal screen.
(Inherited from Dialog<(Of eventArgsType, dataType>).)
EmbedDialog
Creates an userinterface screen representing this instance and displays it as an embedded modal screen.
(Inherited from Dialog<(Of eventArgsType, dataType>).)
EmbedDialog
Creates an userinterface screen representing this instance and displays it as an embedded modal screen.
(Inherited from Dialog<(Of eventArgsType, dataType>).)
EmbedDialog
Creates an userinterface screen representing this instance and displays it as an embedded modal screen.
(Inherited from Dialog<(Of eventArgsType, dataType>).)
EmbedDialog
Creates an userinterface screen representing this instance and displays it as an embedded modal screen.
(Inherited from Dialog<(Of eventArgsType, dataType>).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ShowDialog
Creates an userinterface screen representing this instance and displays it as a modal screen.
(Inherited from Dialog<(Of eventArgsType, dataType>).)
ShowDialog
Creates an userinterface screen representing this instance and displays it as a modal screen.
(Inherited from Dialog<(Of eventArgsType, dataType>).)
ShowDialog
Creates an userinterface screen representing this instance and displays it as a modal screen.
(Inherited from Dialog<(Of eventArgsType, dataType>).)
ShowDialog
Creates an userinterface screen representing this instance and displays it as a modal screen.
(Inherited from Dialog<(Of eventArgsType, dataType>).)
ShowDialog
Creates an userinterface screen representing this instance and displays it as a modal screen.
(Inherited from Dialog<(Of eventArgsType, dataType>).)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  ANameDescription
CreateDataParameter
Creates a strong-typed window data parameter.
(Overrides <, >.CreateDataParameter().)
CreateEventArgument
Creates the event argument being used to the close-event of the userinterface screen that represents this instance.
(Overrides <, >.CreateEventArgument(Window).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetDialogTitle
Gets the title of the userinterface screen representing this instance.
(Overrides <, >.GetDialogTitle().)
GetWindowName
Gets the name of the userinterface screen that represents this instance.
(Overrides <, >.GetWindowName().)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Public Fields

  ANameDescription
static memberWindowName
Constant defining the name of the userinterface screen representing an OpenFileDialog instance.

Public Constructors

  ANameDescription
OpenFileDialogNew
Initializes a new instance of the OpenFileDialog class.

Public Properties

  ANameDescription
AllowMultiple
Gets or sets a value indicating whether the dialog is allowed to select multiple files.
MaxDataSize
Gets or sets the total maximum size of the files to be selected.
Path
Gets or sets the temperary path to store the selected files.
Title
Gets or sets the title of the userinterface screen representing this instance.
Gets or sets the title of the userinterface screen representing this instance.
(Inherited from Dialog<(Of eventArgsType, dataType>).)