لیسپ های کاربردی اتوکد

About-Controlling-the-Display-of-Ribbon-Buttons

About Controlling the Display of Ribbon Buttons

About Controlling the Display of Ribbon Buttons

The way a ribbon button is displayed indicates its availability in the program.

A ribbon button can be displayed as:

  • Grayed out (disabled)
  • Marked with its border highlighted
  • Both grayed out and marked
NOTE:To mark ribbon buttons, the “~â€‌ or “!.â€‌ sequence cannot be placed before a command
name explicitly; it must be inside a DIESEL expression.

Gray Out (Disable) Ribbon Buttons

You can gray out a ribbon button by using a DIESEL string expression.

When grayed out, the macro and submenus associated with the ribbon button are made
inaccessible.

The following DIESEL string expression, placed in the Macros property of the Properties
pane, disables the macro while another command is active.

$(if,$(getvar,cmdactive),~)MOVE^C^C_move

The AutoLISP menucmd function can also be used to disable and enable items from a macro or AutoLISP application.
(Not available in AutoCAD LT.)

Mark Ribbon Buttons

You can mark a ribbon button by using a DIESEL string expression.

When a ribbon button is marked, a border is displayed around the image.

DIESEL string expressions can be used to conditionally mark a ribbon button each time
it is displayed. The following DIESEL string examples, when added to the Macros property
of the Properties pane, highlight the ribbon button when the related system variable
is enabled.

$(if,$(getvar,orthomode),!.)Ortho^O
$(if,$(getvar,snapmode),!.)Snap^B
$(if,$(getvar,gridmode),!.)Grid^G

Simultaneously Disable and Mark Ribbon Buttons

You can mark and disable a ribbon button at the same time using either of the following
formats:

~!.labeltext
!.~labeltext

Learning AutoCad

te: To mark ribbon buttons, the “~” or “!.” sequence cannot be placed before a command name explicitly; it must be inside a DIESEL expression.Controlling the Display of the Ribbon. There are several ways to control the display of the ribbon. The button at the right-most end of the ribbon tabs enables you …controls the display of the Menu Bar. To display the ribbon … Close button; Press and hold the left mouse button to move the command bar; Command History List field: the content of the history list field can be …ribbon customizations includes controls that are defined … Access displays ribbon customization errors …. Many people start programming in Access and VBA with command buttons, so you'll do the same here.Ribbon Workbench' button on the ribbon. … Toolbox Panel – The toolbox allows you to drag and drop ribbon controls on to …. 5) Any existing actions that are defined for this command would display here, but  …Display the shortcut menu for the selected command. SHIFT+F10 … Activate the selected command or control in the Ribbon. SPACE BAR or ENTER.ribbon using the keyboard. … Important: If the selected command is a split button (that is, a button that opens a menu of additional options), press Alt+Down Arrow to activate it. Then … Display the shortcut menu for the selected item. … Get help on the selected command or control in the ribbon.