Class TabSwitchSection
Specifies whether the TabSwitSection in the DockingManager is Default, ActiveToolWindows, or ActiveFiles
Inheritance
System.Object
TabSwitchSection
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class TabSwitchSection : Enum
Fields
ActiveFiles
Switches between active document or file tabs.
Declaration
public const TabSwitchSection ActiveFiles
Field Value
| Type |
|---|
| TabSwitchSection |
ActiveToolWindows
Switches between active tool windows.
Declaration
public const TabSwitchSection ActiveToolWindows
Field Value
| Type |
|---|
| TabSwitchSection |
Default
Uses the default tab switching logic.
Declaration
public const TabSwitchSection Default
Field Value
| Type |
|---|
| TabSwitchSection |