Share via


Disabled Cell (Actions Section) [Visio 2003 SDK Documentation]

Indicates whether an item on a shortcut or smart tag menu is disabled.

Value Description

TRUE

Disable (dim) command name.

FALSE

Enable the command name (the default).

Remarks

To reference the Disabled cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

Actions.name.Disabled
where Actions.name is the name of the Actions row

To reference the Disabled cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionAction

Row index:

visRowAction + i
where i = 0, 1, 2...

Cell index:

visActionDisabled