Back to Devexpress

XtraInputBox Members

windowsforms-devexpress-dot-xtraeditors-dot-xtrainputbox-dot-underscore-members.md

latest5.5 KB
Original Source

XtraInputBox Members

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

Properties

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

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Show(XtraInputBoxArgs) staticDisplays an input box with the specified settings.
Show(String, String, String, XtraInputBox.Buttons) staticDisplays an XtraInputBox with the given parameters.
Show(String, String, String) staticDisplays an input box with the specified title, prompt, and default response.
Show(IWin32Window, String, String, String, XtraInputBox.Buttons) staticDisplays an XtraInputBox with the given parameters.
Show(IWin32Window, String, String, String) staticDisplays an input box with the specified title, prompt, and default response.
Show<T>(XtraInputBoxArgs) staticDisplays an input box with the specified settings.
Show<T>(String, String, T, XtraInputBox.Buttons) staticDisplays an input box with the specified settings.
Show<T>(String, String, T) staticDisplays 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) staticDisplays an input box with the specified settings.
Show<T>(IWin32Window, String, String, T) staticDisplays an input box with the specified title, prompt, and default response.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

XtraInputBox Class

DevExpress.XtraEditors Namespace