Handle Property
Description
The property returns the dialog box handle if the dialog box is available.
Property type
Read-only property
Syntax
| Visual Basic |
|---|
Public Property Handle As Long |
Return Type
Long value representing the handle. Any non-zero number is the handle. 0 means the dialog box isn't available.
See Also