List of Tool Item Types

3DS Max Plug-In SDK

List of Tool Item Types

See Also: Class ToolItem.

One of the following values:

CTB_PUSHBUTTON

A push button. These buttons pop back out as soon as they are released by the user.

CTB_CHECKBUTTON

A check button. These buttons stay pressed in until the user presses them again.

CTB_MACROBUTTON

This option is available in release 3.0 and later only.

A macro button. These may contain icons or text.

CTB_SEPARATOR

A separator or spacer. This is used to separate groups of items in the toolbar.

CTB_STATUS

A status control. These may be used to display text.

CTB_IMAGE

An image control.

CTB_OTHER

A user defined tool type.