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. |
HasButton | This method indicates if the button that you define by the passed in parameter is present on the message box. |
PressButton | This method clicks the specified button. |
PressShutDownButton | This method presses the Cancel button on a message box. |
Application | Read Only: Returns the Application Object |
Caption | This read-only property returns the message box's caption (title on titlebar). |
HasShutDownButton | This read only property checks to see if the message box is an error message with a shut down button. |
IsClosed | This read-only property determines if the message box has closed or not. |
IsReady | This read-only property determines whether or not the message box has been properly created and is ready. |
Message | This read-only property gets the message box text as a string. |
Parent | This returns the parent PartProgram object. |