Method SetToolDropDown
SetToolDropDown(int, bool)
Set whether the specified toolbar item has a drop down button.
public void SetToolDropDown(int toolId, bool dropdown)
Parameters
toolId
intID of a previously added tool.
dropdown
boolif
true
adds a drop down button to the toolbar item, iffalse
removes a drop down button.
Remarks
This is only valid for normal tools.