alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TabPrimitiveType

    Indicates the type of the Tab primitive.

    Inheritance
    System.Object
    TabPrimitiveType
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class TabPrimitiveType : Enum

    Fields

    Close

    Represents close

    Declaration
    public const TabPrimitiveType Close
    Field Value
    Type
    TabPrimitiveType

    Custom

    Represents custom

    Declaration
    public const TabPrimitiveType Custom
    Field Value
    Type
    TabPrimitiveType

    DropDown

    Represents dropdown

    Declaration
    public const TabPrimitiveType DropDown
    Field Value
    Type
    TabPrimitiveType

    FirstTab

    Represents First tab

    Declaration
    public const TabPrimitiveType FirstTab
    Field Value
    Type
    TabPrimitiveType

    LastTab

    Represents Last Tab

    Declaration
    public const TabPrimitiveType LastTab
    Field Value
    Type
    TabPrimitiveType

    NextPage

    Represent Next page

    Declaration
    public const TabPrimitiveType NextPage
    Field Value
    Type
    TabPrimitiveType

    NextTab

    Represents Next tab

    Declaration
    public const TabPrimitiveType NextTab
    Field Value
    Type
    TabPrimitiveType

    PreviousPage

    Represents Previous page

    Declaration
    public const TabPrimitiveType PreviousPage
    Field Value
    Type
    TabPrimitiveType

    PreviousTab

    Represents Previous tab

    Declaration
    public const TabPrimitiveType PreviousTab
    Field Value
    Type
    TabPrimitiveType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved