BringToZPosition | This method sets the Z position of the message box based on the parameter's value. When you have multiple message boxes, the Z position controls the order in which the item appears. |
clickItem | This method marks an item (check box or radio button) on the dialog box. |
CloseDialog | This method clicks the Cancel button to close an open dialog box. |
getItemCheck | This method returns the checked status for an item (check box or radio button) on the dialog box. |
getItemIntValue | This method returns the integer value stored in a field on the dialog box. |
GetItemStringValue | Get string value of a control of the dialog |
isControlEnabled | This method checks if a control is enabled on the dialog box |
IsControlPresent | Check status of a control of the dialog |
SetItemFocus | This method gives focus to a control on a dialog box. |
setItemIntValue | This method sets a field to a specific integer value. |
SetItemStringValue | Set string value to a control of the dialog. Returns the ENUM_PRESS_BUTTON_RESULTS status |
SetItemValue | This method sets a field to a specific double value. |
Caption | This read-only property returns the dialog box's caption (title on titlebar) |
Handle | The property returns the dialog box handle if the dialog box is available. |
ID | This read-only property returns the dialog box's ID if it's available. |
IsReady | This read-only property determines whether or not the dialog box was properly created and is ready. |
Type | This read-only value returns the type of dialog box. |
Visible | Indicates whether or not the dialog is still visible to the user. |