Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ApplicationObjectEvents Object : OnOpenRemotePanelDialog2 Event
An expression that evaluates to a PartProgram object to determine the measurement routine for which this event should wait.
OnOpenRemotePanelDialog2 Event
Description
Event fired when dialogs open for the remote panel with five possible buttons
Syntax
Visual Basic
Public Event OnOpenRemotePanelDialog2( _
   ByVal PartProg As PartProgram, _
   ByVal DialogId As Long, _
   ByVal hWnd As Long, _
   ByVal Message As String, _
   ByVal BtnId1 As Long, _
   ByVal BtnId2 As Long, _
   ByVal BtnId3 As Long, _
   ByVal BtnId4 As Long, _
   ByVal BtnId5 As Long, _
   ByVal DefaultBtn As Long _
)
Parameters
PartProg
An expression that evaluates to a PartProgram object to determine the measurement routine for which this event should wait.
DialogId
hWnd
Message
BtnId1
BtnId2
BtnId3
BtnId4
BtnId5
DefaultBtn
See Also