Syntax
| Begin Dialog UserDialog [X, Y,] DX, DY[, Title$] _
[, .dialogfunc]
User Dialog Item
[User Dialog Item]...
End Dialog
| ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Define a UserDialog type to be used later in a Dim As UserDialog statement.
| ||||||||||||||||
See Also
| Dim As UserDialog.
| ||||||||||||||||
Example
| Sub Main |