Skip to main content
A newer version of this page is available. .

XtraInputBox Methods

A skinable dialog with one editor (a TextEdit by default) and OK/Cancel buttons to accept or reject the current value of this editor.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Show(XtraInputBoxArgs) static Displays a dialog box using the specified arguments.
Show(String, String, String, MessageBoxButtons) static
Show(String, String, String) static Displays a dialog box using the specified title, prompt, and default response.
Show(IWin32Window, String, String, String, MessageBoxButtons) static
Show(IWin32Window, String, String, String) static Displays a dialog box using the specified owning window, title, prompt, and default response.
Show<T>(XtraInputBoxArgs) static
Show<T>(String, String, T, MessageBoxButtons) static
Show<T>(String, String, T) static
Show<T>(IWin32Window, String, String, T, MessageBoxButtons) static
Show<T>(IWin32Window, String, String, T) static
ToString() Returns a string that represents the current object. Inherited from Object.
See Also