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.
|
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.
|
Show(XtraInputBoxArgs)
static
|
Displays an input box with the specified settings.
|
Show(String, String, String, XtraInputBox.Buttons)
static
|
Displays an XtraInputBox with the given parameters.
|
Show(String, String, String)
static
|
Displays an input box with the specified title, prompt, and default response.
|
Show(IWin32Window, String, String, String, XtraInputBox.Buttons)
static
|
Displays an XtraInputBox with the given parameters.
|
Show(IWin32Window, String, String, String)
static
|
Displays an input box with the specified title, prompt, and default response.
|
Show<T>(XtraInputBoxArgs)
static
|
Displays an input box with the specified settings.
|
Show<T>(String, String, T, XtraInputBox.Buttons)
static
|
Displays an input box with the specified settings.
|
Show<T>(String, String, T)
static
|
Displays an input box with the specified title, prompt, and default response. You can also specify the returned value’s type.
|
Show<T>(IWin32Window, String, String, T, XtraInputBox.Buttons)
static
|
Displays an input box with the specified settings.
|
Show<T>(IWin32Window, String, String, T)
static
|
Displays an input box with the specified title, prompt, and default response.
|
ToString()
|
Returns a string that represents the current object.
|