Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetParentWindow()
|
Returns the dialog’s parent window.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ShowError(String, String)
|
Shows the error dialog with the specified text and caption.
|
ShowInformation(String, String)
|
Shows the information dialog with the specified text and caption.
|
ShowOpenFileDialog(String, String, out String)
|
Shows the Open dialog with the specified settings.
|
ShowOpenFileDialog(String, String)
|
Shows the Open dialog with the specified settings.
|
ShowSaveFileDialog(String, String, Int32, String, String)
|
Shows the Save File dialog with the specified parameters.
|
ToString()
|
Returns a string that represents the current object.
|