alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved