Struct SimpleToolBarView.NextAndPreviousTabButtonsParams
Parameters for adding 'Next Tab' and 'Previous Tab' buttons.
public struct SimpleToolBarView.NextAndPreviousTabButtonsParams
Properties
- Index
The index at which to insert the buttons. If negative, the buttons will be added at the end. Default is 0 (buttons will be added at the beginning).
- NextTabClick
The action to perform when the 'Next Tab' button is clicked. If not specified, the default behavior is used.
- PreviousTabClick
The action to perform when the 'Previous Tab' button is clicked. If not specified, the default behavior is used.