Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Overview 
PCDLRN ActiveX DLL : PCDMessageBox Object
PCDMessageBox 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 indicates if the button that you define by the passed in parameter is present on the message box.
This method clicks the specified button.
This method presses the Cancel button on a message box.
Public Properties
Read Only: Returns the Application Object
This read-only property returns the message box's caption (title on titlebar).
This read only property checks to see if the message box is an error message with a shut down button.
This read-only property determines if the message box has closed or not.
This read-only property determines whether or not the message box has been properly created and is ready.
This read-only property gets the message box text as a string.
This returns the parent PartProgram object.
See Also