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

Identifies the icon that appears next to an item on a shortcut or smart tag menu.

Remarks

The string contained in the ButtonFace cell represents the ID of a Microsoft Office button face image. A value of zero (0) or blank means no icon appears.

The IDs that can be used in the ButtonFace cell are the same as the IDs used with the FaceID property of a CommandBarButton object. For more details about these IDs, search for "working with command bar button images" on MSDN.

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

Cell name:

Actions.name.ButtonFace
where Actions.name is the name of the actions row

To reference the ButtonFace 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:

visActionButtonFace