XtraInputBoxArgs Members
In This Article
#Constructors
Name | Description |
---|---|
Xtra |
Initializes a new Xtra |
Xtra |
Initializes a new Xtra |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether the shown object supports HTML-inspired Text Formatting.
Inherited from Xtra |
Allow |
Gets or sets whether the Xtra |
Auto |
Provides access to settings that allow the shown object (Xtra |
Button |
Gets or sets the alignment mode for buttons of this dialog or message.
Inherited from Xtra |
Button |
Gets or sets the padding for buttons of this message or dialog.
Inherited from Xtra |
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 (Xtra |
Content | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Content |
Gets or sets the distance between the dialog (message box) content and borders.
Inherited from Xtra |
Default |
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 Auto |
Default |
Gets or sets the default response for the dialog box. |
Editor | Gets or sets a custom editor for the dialog box. |
Html |
Gets or sets Image |
Html |
Returns the HTML-CSS template applied to this message or dialog.
Inherited from Xtra |
Look |
Gets or sets the Look |
Message |
Gets or sets the system sound played when the owner appears on-screen.
Inherited from Xtra |
Owner |
Gets or sets the owner of this Xtra |
Prompt | Gets or sets the text to display in the dialog box. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the owner Look |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Html |
Occurs when a user clicks any element within an HTML template.
Inherited from Xtra |
Html |
Occurs when a mouse button is pressed, and the mouse pointer is over an HTML element.
Inherited from Xtra |
Html |
Occurs when a mouse pointer moves while over an element of an HTML-CSS template.
Inherited from Xtra |
Html |
Occurs when a mouse pointer leaves the bounds of an element within an HTML-CSS template.
Inherited from Xtra |
Html |
Occurs when a mouse pointer enters the bounds of an element within an HTML-CSS template.
Inherited from Xtra |
Html |
Occurs when a mouse button pressed over an element of an HTML-CSS template is released.
Inherited from Xtra |
Showing |
Provides access to a Form embedded into a shown object.
Inherited from Xtra |
See Also