Table of Contents
getType Method 

Returns the type of the tool bar item.

Syntax
JavaScript
 ToolBarItem.getType()
Remarks

This function returns one of the following values:

Value Remarks
"button" A button tool bar item.
"separator" A separator tool bar item.
"dropdownmenu" A drop down menu tool bar item.
"custom" A custom tool bar item.

See Also