2012

Table Of Contents
the Commands tab, a check mark is placed to the left of the menu item whose
related system variable is currently enabled.
$(if,$(getvar,orthomode),!.)Ortho^O
$(if,$(getvar,snapmode),!.)Snap^B
$(if,$(getvar,gridmode),!.)Grid^G
The AutoLISP menucmd function can be used to mark labels from a macro
or application. For examples, see Reference Pull-Down or Shortcut Menus.
Simultaneously Disable and Mark Command Items
You can mark and disable commands at the same time using either of the
following formats:
~!.
labeltext
!.~
labeltext
The tilde (~) is the special character code to disable a command and an
exclamation point and period (!.) is the special character code to mark a
command.
See also:
DIESEL Expressions in Macros (page 61)
Create Tooltips for Commands
Tooltips are descriptive messages that are displayed near the cursor when it
hovers over a tool set tool.
The Description property associated to a command provides a simple
description for what the command does. The value of the Description property
is displayed as part of a basic tooltip that is displayed when the cursor hovers
over a tool set tool. Along with the description, the name of the command is
also displayed.
See also:
Customize Commands (page 34)
Customize Commands | 49