Interface IToolBarsFactory
Builds a IToolBars instance.
public interface IToolBarsFactory
Methods
Build(ILayoutItem)
Creates and builds a new IToolBars instance.
IToolBars Build(ILayoutItem layoutItem)
Parameters
layoutItem
ILayoutItemLayout item the tool commands are associated. Use null for the global tool bars.
Returns
- IToolBars
New tool bars.