Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

getType Method 

Returns the type of the tool bar item.

[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

ToolBarItem Object


Direct link to this topic