HideDbox()
Summary
Hides a dialog box, toolbox, or toolbar.
Syntax
HideDbox(string dbox_name)
| Argument | Contents |
|---|---|
| dbox_name | The name of the dialog box to hide |
Notes
-
If dbox_name is null, HideDbox() hides the current dialog box.
Example
button "OK" 3, 9, 9 do
HideDbox()
RedrawMap()
ShowDbox()
endItem
Error Codes
| Error Type | Meaning |
|---|---|
| NotFound | The specified dialog box is not open |
See Also
| Function | Summary |
|---|---|
| ShowDbox() | Shows a previously hidden dialog box, toolbox, or toolbar |
| UpdateDbox() | Runs the update macro of a toolbox or toolbar |
| CloseDbox() | Closes a toolbox or toolbar |