WPF

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

    Show / Hide Table of Contents

    Class TabControlCommands

    Represent the TabControl Commands class

    Inheritance
    System.Object
    TabControlCommands
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public static class TabControlCommands

    Fields

    CloseCurrentTabItem

    Defines CloseCurrentTabItem command.

    Declaration
    public static RoutedCommand CloseCurrentTabItem
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand

    CloseTabItem

    Defines Close TabItemExt command.

    Declaration
    public static RoutedCommand CloseTabItem
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand

    CloseTabs

    Defines CloseOtherTabs command.

    Declaration
    public static RoutedCommand CloseTabs
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand

    OpenContextMenu

    Defines OpenContextMenu command.

    Declaration
    public static RoutedCommand OpenContextMenu
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand

    PinTabItem

    Defines the command that Pins and UnPins the TabItemExt in TabControlExt

    Declaration
    public static RoutedCommand PinTabItem
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved