menu

WinForms

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

    Show / Hide Table of Contents

    Class TabBarDesigner

    Provides design-time functionality for the TabBar.

    Inheritance
    System.Object
    TabBarDesigner
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class TabBarDesigner : ControlDesigner
    Remarks

    TabBarDesigner provides a way to add and remove tabs at design-time, as well as tab hit testing logic at design-time.

    Constructors

    TabBarDesigner()

    Declaration
    public TabBarDesigner()

    Properties

    PersistedSelectedIndex

    Accessor method for the SelectedIndex property on TabBar.

    Declaration
    public int PersistedSelectedIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    The selected index.

    Remarks

    This property is shadowed at design-time.

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    GetHitTest(Point)

    Declaration
    protected override bool GetHitTest(Point point)
    Parameters
    Type Name Description
    System.Drawing.Point point
    Returns
    Type
    System.Boolean

    Initialize(IComponent)

    Declaration
    public override void Initialize(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    WndProc(ref Message)

    Declaration
    protected override void WndProc(ref Message m)
    Parameters
    Type Name Description
    System.Windows.Forms.Message m
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved