Method GetToolFits
GetToolFits(int)
Gets whether the specified tool fits in the toolbar visible area.
public bool GetToolFits(int toolId)
Parameters
toolId
intID of a previously added tool.
Returns
- bool
true
if tool fits in the toolbar,false
otherwise.