Method GetToolDropDown
GetToolDropDown(int)
Returns whether the specified toolbar item has an associated drop down button.
public bool GetToolDropDown(int toolId)
Parameters
toolIdintID of a previously added tool.
Returns
- bool
trueif the toolbar item has a drop down button,falseotherwise.