Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ModalCmd Object : Parent Property
Parent Property
Description
Returns the parent Command object. Read-only.
Property type
Read-only property
Syntax
Visual Basic
Public Property Parent As Command
Return Type
Command object.
Remarks
The parent of a ModalCommand object is the same underlying PC-DMIS object as the ModalCommand object itself. Getting the parent allows you to access the generic Command properties and methods of a given object.
See Also