This read-only property determines whether or not the message box has been properly created and is ready.
Visual Basic |
---|
Public Property IsReady As Boolean |
Boolean value. True means it is ready. False means it is not ready.
This is useful when the OnPCDMessageBoxOpen application event fires. When that happens, you don't know if the message box has been properly created. This property can help you find this out.