Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ApplicationObjectEvents Object : OnPCDMessageBoxClose Event
An expression that evaluates to a PCDMessageBox object to determine the property sheet for which this event should wait.
An expression that evaluates to a Long value for an ID of a button that is pressed.
OnPCDMessageBoxClose Event
Description

This event gets launched when a generic message box closes.

Syntax
Visual Basic
Public Event OnPCDMessageBoxClose( _
   ByVal PCDMessageBox As PCDMessageBox, _
   ByVal PushedBtnID As Long _
)
Parameters
PCDMessageBox
An expression that evaluates to a PCDMessageBox object to determine the property sheet for which this event should wait.
PushedBtnID
An expression that evaluates to a Long value for an ID of a button that is pressed.
See Also