Method AddButtonOk
AddButtonOk(Action?)
Adds an 'Ok' button to the toolbar.
public virtual SimpleToolBarView.IToolBarItem AddButtonOk(Action? onClick = null)
Parameters
onClick
ActionThe action to perform when the button is clicked.
Returns
- SimpleToolBarView.IToolBarItem
The created button item.