Method CreateToolSeparator
CreateToolSeparator()
Creates a new instance of a tool separator item for use in a toolbar.
protected virtual ToolBarSeparatorItem CreateToolSeparator()
Returns
- ToolBarSeparatorItem
A new instance of ToolBarSeparatorItem representing a separator in the toolbar.
Remarks
This method is intended to be overridden in derived classes to customize the creation of the tool separator item. By default, it returns a new instance of ToolBarSeparatorItem.