This event gets launched when the specified Remote Panel Application dialog box opens.
Visual Basic |
---|
Public Event OnOpenRemotePanelDialog( _ 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 DefaultBtn As Long _ ) |
- PartProg
- An expression that evaluates to a PartProgram object to determine the measurement routine for which this event should wait.
- DialogId
- Long value representing a dialog box’s ID.
- hWnd
- Message
- String value representing the message displayed in the dialog box.
- BtnId1
- Long value representing button 1.
- BtnId2
- Long value representing button 2.
- BtnId3
- Long value representing button 3.
- BtnId4
- Long value representing button 4.
- DefaultBtn
- Long value representing the default button.