Method GetToolDropDown
GetToolDropDown(int)
Returns whether the specified toolbar item has an associated drop down button.
public bool GetToolDropDown(int toolId)
Parameters
toolId
intID of a previously added tool.
Returns
- bool
true
if the toolbar item has a drop down button,false
otherwise.