EditButtonImage

Syntax

EditButtonImage Toolbar$, Position [Context]

Remarks

Runs the button image editor to modify the specified toolbar button image.

Argument

Explanation

Toolbar$

The name of the toolbar as listed in the Toolbars dialog box (View menu).

Position

A number corresponding to the position of the button whose image you want to edit, where 1 is the first position, 2 is the second, and so on. Note that a list box or space counts as one position.

Context

Determines where the new button image is stored:

0 (zero) or omitted Normal template

1 Active template


Example

This example opens the image editor and displays the first button image on the Standard toolbar for editing:


EditButtonImage "Standard", 1, 0

See Also

ChooseButtonImage, CopyButtonImage, PasteButtonImage, ResetButtonImage