Skip to content

SelectedTabCloseAction

JaykeBird edited this page Feb 21, 2023 · 4 revisions

Back to home | Back to Reference | View raw text

SelectedTabCloseAction enum

Description

References the action to take when the currently-selected tab is closed.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi
  SolidShineUi.SelectedTabCloseAction[[SelectedTabCloseAction]]
  end
Loading

Details

Summary

References the action to take when the currently-selected tab is closed.

Fields

SelectNothing

Summary

Do not select anything; all tabs are deselected and nothing is shown.

SelectFirstTab

Summary

Select the first (leftmost) tab on the TabControl.

SelectLastTab

Summary

Select the last (rightmost) tab on the TabControl.

SelectTabToLeft

Summary

Select the tab to the left of the one being closed.

SelectTabToRight

Summary

Select the tab to the right of the one being closed.

Generated with ModularDoc

Clone this wiki locally