Class that represents a project file dialog.
Returns the caption of the project file dialog.
Returns the caption of the project file dialog.
Returns the path selected by the user.
Returns the path selected by the user.
Sets the caption of the project file dialog to text.
Sets the initial path to show in the project file dialog.
Returns DialogResult.Ok when the dialog is closed by pressing "OK" or equivalent, and DialogResult.Cancel if the dialog is closed by pressing "Cancel" or equivalent.
Shows a project file dialog and returns DialogResult.Ok if the user closes the project file dialog by pressing "OK", or the equivalent, and DialogResult.Cancel if the user closes the project file dialog by pressing "Cancel", or the equivalent.