-
Notifications
You must be signed in to change notification settings - Fork 3
SelectedTabCloseAction
JaykeBird edited this page Feb 21, 2023
·
4 revisions
Back to home | Back to Reference | View raw text
References the action to take when the currently-selected tab is closed.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SolidShineUi
SolidShineUi.SelectedTabCloseAction[[SelectedTabCloseAction]]
end
References the action to take when the currently-selected tab is closed.
Do not select anything; all tabs are deselected and nothing is shown.
Select the first (leftmost) tab on the TabControl.
Select the last (rightmost) tab on the TabControl.
Select the tab to the left of the one being closed.
Select the tab to the right of the one being closed.
Generated with ModularDoc