XtraInputBoxArgs Members
Arguments that should be passed to the Show(XtraInputBoxArgs) method to customize the shown XtraInputBox.Constructors
| Name | Description |
|---|---|
| XtraInputBoxArgs(UserLookAndFeel, IWin32Window, String, String, Object, DialogResult[], Int32, DefaultBoolean, MessageBeepSound) | Initializes a new XtraInputBoxArgs class instance. |
| XtraInputBoxArgs(IWin32Window, String, String, Object) | Initializes a new XtraInputBoxArgs class instance. |
Properties
| Name | Description |
|---|---|
| AllowHtmlText | Gets or sets whether the shown object supports HTML-inspired Text Formatting. Inherited from XtraBaseArgs. |
| AllowTrimCaption | Gets or sets whether the XtraDialog or XtraMessageBox trims the caption to accommodate the contents. Inherited from XtraBaseArgs. |
| AutoCloseOptions | Provides access to settings that allow the shown object (XtraMessageBox, XtraInputBox, etc.) to automatically close after a certain delay. Inherited from XtraBaseArgs. |
| ButtonAlignment | Gets or sets the alignment mode for buttons of this dialog or message. Inherited from XtraBaseArgs. |
| ButtonPadding | Gets or sets the padding for buttons of this message or dialog. Inherited from XtraBaseArgs. |
| Buttons | This member supports the internal infrastructure, and is not intended to be used directly from your code. Use the Buttons property instead to choose input box buttons. |
| Caption | Gets or sets the shown object (XtraMessageBox, XtraInputBox, etc.) caption. Inherited from XtraBaseArgs. |
| Content | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| ContentPadding | Gets or sets the distance between the dialog (message box) content and borders. Inherited from XtraBaseArgs. |
| DefaultButtonIndex | Gets or sets the index of a button from the Buttons collection that is a default button. A default button is initially focused and is considered clicked when user presses Enter or the auto-close timer expires (see AutoCloseOptions). Inherited from XtraBaseArgs. |
| DefaultResponse | Gets or sets the default response for the dialog box. |
| Editor | Gets or sets a custom editor for the dialog box. |
| HtmlImages | Gets or sets ImageCollection or SvgImageCollection. XtraMessageBox can display images from this collection. Inherited from XtraBaseArgs. |
| HtmlTemplate | Returns the HTML-CSS template applied to this message or dialog. Inherited from XtraBaseArgs. |
| LookAndFeel | Gets or sets the LookAndFeel object applied to the owner. Inherited from XtraBaseArgs. |
| MessageBeepSound | Gets or sets the system sound played when the owner appears on-screen. Inherited from XtraBaseArgs. |
| Owner | Gets or sets the owner of this XtraBaseArgs object. Inherited from XtraBaseArgs. |
| Prompt | Gets or sets the text to display in the dialog box. |
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. |
| GetLookAndFeel() | Returns the owner LookAndFeel object. Inherited from XtraBaseArgs. |
| 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. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
| Name | Description |
|---|---|
| HtmlElementMouseClick | Occurs when a user clicks any element within an HTML template. Inherited from XtraBaseArgs. |
| HtmlElementMouseDown | Occurs when a mouse button is pressed, and the mouse pointer is over an HTML element. Inherited from XtraBaseArgs. |
| HtmlElementMouseMove | Occurs when a mouse pointer moves while over an element of an HTML-CSS template. Inherited from XtraBaseArgs. |
| HtmlElementMouseOut | Occurs when a mouse pointer leaves the bounds of an element within an HTML-CSS template. Inherited from XtraBaseArgs. |
| HtmlElementMouseOver | Occurs when a mouse pointer enters the bounds of an element within an HTML-CSS template. Inherited from XtraBaseArgs. |
| HtmlElementMouseUp | Occurs when a mouse button pressed over an element of an HTML-CSS template is released. Inherited from XtraBaseArgs. |
| Showing | Provides access to a Form embedded into a shown object. Inherited from XtraBaseArgs. |
See Also