Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
IsReady Property
Description
This read-only property determines whether or not the Input Comment dialog box has been properly created and is ready.
Property type
Read-only property
Syntax
Visual Basic
Public Property IsReady As Boolean
Return Type
Boolean value. True means it is ready. False means it is not ready.
Remarks
This is useful when the OnCommentInputDialogOpen application event fires. When that happens, you don't know if the Comment Input dialog box has been properly created. This property can help you find this out.
See Also