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

XtraInputBox Members

A skinable dialog with one editor (a TextEdit by default) and OK/Cancel buttons to accept or reject the current value of this editor.

Properties

Name Description
AllowCustomLookAndFeel static Gets or sets whether input boxes use the default or custom look and feel settings.
ButtonsAlignment static Gets or sets whether the buttons are aligned on the left, right, or in the center.

Methods

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 an input box with the specified settings.
Show(String, String, String, MessageBoxButtons) static Displays an input box with the specified title, prompt, default response, and buttons.
Show(String, String, String) static Displays an input box with the specified title, prompt, and default response.
Show(IWin32Window, String, String, String, MessageBoxButtons) static Displays an input box with the specified title, prompt, default response, and buttons. You can also specify the window that provides look and feel settings for the input box.
Show(IWin32Window, String, String, String) static Displays an input box with the specified title, prompt, and default response. You can also specify the window that provides look and feel settings for the input box.
Show<T>(XtraInputBoxArgs) static Displays an input box with the specified settings.
Show<T>(String, String, T, MessageBoxButtons) static Displays an input box with the specified title, prompt, and default response. You can also specify the returned value’s type.
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, MessageBoxButtons) static Displays an input box with the specified title, prompt, and default response. You can also specify the returned value’s type and the window that provides look and feel settings for the input box.
Show<T>(IWin32Window, 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 and the window that provides look and feel settings for the input box.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also