Using the Process Analyst > Process Analyst for Developers > Automation Model > ToolbarButtonType [Enumeration]

ToolbarButtonType [Enumeration]

Defines the type of a toolbar button.

Defined As

Members

Member Name Description Value

ToolbarButtonType_Push

Standard push button behavior.

0

ToolbarButtonType_Toggle

The button has two states: On and Off.

1

ToolbarButtonType_Separator

A visual marker used to group buttons.

2

See Also

ICommandSystem.Create [Method], ICommand.ButtonType [Property][Get]