The
MsgBox object provides message and input boxes. Use the
Load
method to assign a new skin for your message boxes. The
Out
method to displays a message in a dialog box, waits for the user to click a
button, and then returns an integer indicating which button the user clicked.
The
Input property displays a prompt in a
dialog box, waits for the user to input text or click a button, and then
returns a string containing the contents of the text box.
| | Name | Description | |
| | AutoClose | Specifies the time in seconds to automatically close the message box. | |
| | Button | Specifies the caption for the specified button. | |
| | EBNhWND | Specifies the handle of the eXButton's control that controls the visual appearance for the message box's buttons. | |
| | FitTitle | Specifies whether the MessageBox or InputBox ensures that its title/caption fits the dialog's title. | |
| | FitToScreen | Specifies whether the MessageBox or InputBox ensures that it fits the screen ( current monitor ). | |
| | Font | Retrieves or sets the control's font. | |
| | FormatAnchor | Specifies the visual effect for anchor elements in HTML captions. | |
| | HTMLPicture | Adds or replaces a picture in HTML captions. | |
| | Image | Specifies the image being displayed for a specified style. | |
| | Images | Sets at runtime the control's image list. The Handle should be a handle to an Images List Control. | |
| | ImageSize | Retrieves or sets the size of icons the control displays.. | |
| | Input | Displays a prompt in a dialog box, waits for the user to input text or click a button, and then returns a string containing the contents of the text box. | |
| | Load | Loads a skin file to be used. | |
| | MinHeight | Specifies the minimum height of the message box. | |
| | MinWidth | Specifies the minimum width of the message box. | |
| | Out | Displays a message in a dialog box, waits for the user to click a button, and then returns an integer indicating which button the user clicked. | |
| | ReplaceIcon | Adds a new icon, replaces an icon or clears the control's image list. | |
| | Version | Retrieves the control's version. | |