Description Update Method
-
Return Type
-
None
-
Syntax
-
object.Update Command, Enabled, [TooltipText]
The Update Method syntax has these parts: |
| object | An expression evaluating to an object of type McCommandDialogControl. | | Command | Required. A mcCommandType enumeration, as described in settings. | | Enabled | Required. A Boolean value. | | TooltipText | Optional. A String value. | Settings The settings for Command are:
 | mccmdOK | 1 | |
 | mccmdCancel | 2 | |
 | mccmdApply | 4 | |
 | mccmdUndo | 8 | |
 | mccmdClose | 16 | |
 | mccmdHelp | 32 | |
 | mccmdNext | 64 | |
 | mccmdBack | 128 | |
 | mccmdFinish | 256 | |
 | mccmdToolshedLeft | 512 | |
 | mccmdToolshedRight | 1024 | |
|