Method SetToolDropDown
SetToolDropDown(int, bool)
Set whether the specified toolbar item has a drop down button.
public void SetToolDropDown(int toolId, bool dropdown)
Parameters
toolIdintID of a previously added tool.
dropdownboolif
trueadds a drop down button to the toolbar item, iffalseremoves a drop down button.
Remarks
This is only valid for normal tools.