Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to close a command dialog under certain conditions.
I know of a way to start a command dialog...
ui.commandDefinitions.itemById(CMD_ID).execute()... but I can't find a way to close it.
I'm looking for something like this:
ui.commandDefinitions.itemById(CMD_ID).destroy()
Solved! Go to Solution.