Back to Devexpress

XtraInputBoxArgs Properties

windowsforms-devexpress-dot-xtraeditors-dot-xtrainputboxargs-dot-underscore-properties.md

latest5.1 KB
Original Source

XtraInputBoxArgs Properties

Arguments that should be passed to the Show(XtraInputBoxArgs) method to customize the shown XtraInputBox.

NameDescription
AllowHtmlTextGets or sets whether the shown object supports HTML-inspired Text Formatting. Inherited from XtraBaseArgs.
AllowTrimCaptionGets or sets whether the XtraDialog or XtraMessageBox trims the caption to accommodate the contents. Inherited from XtraBaseArgs.
AutoCloseOptionsProvides access to settings that allow the shown object (XtraMessageBox, XtraInputBox, etc.) to automatically close after a certain delay. Inherited from XtraBaseArgs.
ButtonAlignmentGets or sets the alignment mode for buttons of this dialog or message. Inherited from XtraBaseArgs.
ButtonPaddingGets or sets the padding for buttons of this message or dialog. Inherited from XtraBaseArgs.
ButtonsThis 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.
CaptionGets or sets the shown object (XtraMessageBox, XtraInputBox, etc.) caption. Inherited from XtraBaseArgs.
ContentThis member supports the internal infrastructure, and is not intended to be used directly from your code.
ContentPaddingGets or sets the distance between the dialog (message box) content and borders. Inherited from XtraBaseArgs.
DefaultButtonIndexGets 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.
DefaultResponseGets or sets the default response for the dialog box.
EditorGets or sets a custom editor for the dialog box.
HtmlImagesGets or sets ImageCollection or SvgImageCollection. XtraMessageBox can display images from this collection. Inherited from XtraBaseArgs.
HtmlTemplateReturns the HTML-CSS template applied to this message or dialog. Inherited from XtraBaseArgs.
LookAndFeelGets or sets the LookAndFeel object applied to the owner. Inherited from XtraBaseArgs.
MessageBeepSoundGets or sets the system sound played when the owner appears on-screen. Inherited from XtraBaseArgs.
OwnerGets or sets the owner of this XtraBaseArgs object. Inherited from XtraBaseArgs.
PromptGets or sets the text to display in the dialog box.

See Also

XtraInputBoxArgs Class

XtraInputBoxArgs Members

DevExpress.XtraEditors Namespace