Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Overview 
PCDLRN ActiveX DLL : DmisDialog Object
DmisDialog Object Members
Public Methods
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.
This method marks an item (check box or radio button) on the dialog box.
This method clicks the Cancel button to close an open dialog box.
This method returns the checked status for an item (check box or radio button) on the dialog box.
This method returns the integer value stored in a field on the dialog box.
Get string value of a control of the dialog
This method checks if a control is enabled on the dialog box
Check status of a control of the dialog
This method gives focus to a control on a dialog box.
This method sets a field to a specific integer value.
Set string value to a control of the dialog. Returns the ENUM_PRESS_BUTTON_RESULTS status
This method sets a field to a specific double value.
Public Properties
This read-only property returns the dialog box's caption (title on titlebar)
The property returns the dialog box handle if the dialog box is available.
This read-only property returns the dialog box's ID if it's available.

This read-only property determines whether or not the dialog box was properly created and is ready.

This read-only value returns the type of dialog box.
Indicates whether or not the dialog is still visible to the user.
See Also