ID Property
Description
This read-only property returns the dialog box's ID if it's available.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property ID As Long |
Return Type
Long value representing the ID for the dialog box. If the dialog box is not available, it returns 0.
See Also