menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabControlActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TabControlActionList

    Inheritance
    System.Object
    SyncActionListBase<TabControlAdv>
    TabControlActionList
    Inherited Members
    SyncActionListBase<TabControlAdv>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<TabControlAdv>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<TabControlAdv>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<TabControlAdv>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<TabControlAdv>.Control
    SyncActionListBase<TabControlAdv>.GetProperty(String)
    SyncActionListBase<TabControlAdv>.GetSortedActionItems()
    SyncActionListBase<TabControlAdv>.GetValue(String)
    SyncActionListBase<TabControlAdv>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabControlActionList : SyncActionListBase<TabControlAdv>

    Constructors

    TabControlActionList(IComponent)

    Declaration
    public TabControlActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Properties

    ActiveTabColor

    Declaration
    public Color ActiveTabColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    Alignment

    Declaration
    public TabAlignment Alignment { get; set; }
    Property Value
    Type
    System.Windows.Forms.TabAlignment

    Dock

    Declaration
    public DockStyle Dock { get; set; }
    Property Value
    Type
    System.Windows.Forms.DockStyle

    HotTrack

    Declaration
    public bool HotTrack { get; set; }
    Property Value
    Type
    System.Boolean

    ImageAlignmentR

    Declaration
    public RelativeImageAlignment ImageAlignmentR { get; set; }
    Property Value
    Type
    RelativeImageAlignment

    ImageList

    Declaration
    public ImageList ImageList { get; set; }
    Property Value
    Type
    System.Windows.Forms.ImageList

    InactiveTabColor

    Declaration
    public Color InactiveTabColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    LabelEdit

    Declaration
    public bool LabelEdit { get; set; }
    Property Value
    Type
    System.Boolean

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    RotateTextWhenVertical

    Declaration
    public bool RotateTextWhenVertical { get; set; }
    Property Value
    Type
    System.Boolean

    ShowScroll

    Declaration
    public bool ShowScroll { get; set; }
    Property Value
    Type
    System.Boolean

    TabPages

    Declaration
    public TabPageAdvCollection TabPages { get; set; }
    Property Value
    Type
    TabPageAdvCollection

    TabPanelBackColor

    Declaration
    public Color TabPanelBackColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    TabStyle

    Declaration
    public TabControlActionList.TabStyles TabStyle { get; set; }
    Property Value
    Type
    TabControlActionList.TabStyles

    ThemesEnabled

    Declaration
    public bool ThemesEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    AddTab()

    Declaration
    public void AddTab()

    InitializeActionList()

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.TabControlAdv>.InitializeActionList()

    RaiseComponentChanged(MemberDescriptor, Object, Object)

    Notifies the IComponentChangeService that this component has been changed.

    Declaration
    protected void RaiseComponentChanged(MemberDescriptor member, object oldValue, object newValue)
    Parameters
    Type Name Description
    System.ComponentModel.MemberDescriptor member

    A MemberDescriptor that indicates the member that has been changed.

    System.Object oldValue

    The old value of the member.

    System.Object newValue

    The new value of the member.

    RemoveTab()

    Declaration
    public void RemoveTab()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved