WinForms

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

    Show / Hide Table of Contents

    Class TabGroupData

    The TabGroupData class.

    Inheritance
    System.Object
    TabData
    TabGroupData
    Implements
    ITabData2
    ITabData
    System.IDisposable
    Inherited Members
    TabData.CopyFrom(TabData)
    TabData.Dispose()
    TabData.Dispose(Boolean)
    TabData.OnBoundsAffected()
    TabData.OnPropertyChanged()
    TabData.Font
    TabData.BackColor
    TabData.M_Backcolor
    TabData.Enabled
    TabData.UseActiveTabColor
    TabData.TabVisible
    TabData.ToolTip
    TabData.ForeColor
    TabData.Image
    TabData.ImageSize
    TabData.ImageChanged
    TabData.SuperTooltip
    TabData.BoundsAffected
    TabData.PropertyChanged
    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.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabGroupData : TabData, ITabData2, ITabData, IDisposable

    Constructors

    TabGroupData()

    Constructor of the TabGroupData.

    Declaration
    public TabGroupData()

    Properties

    ImageIndex

    Gets /Sets the ImageIndex.

    Declaration
    public override int ImageIndex { get; set; }
    Property Value
    Type Description
    System.Int32
    Overrides
    TabData.ImageIndex

    Items

    Gets the TabGroupItemsList.

    Declaration
    public TabGroupItemsList Items { get; }
    Property Value
    Type Description
    TabGroupItemsList

    Padding

    Gets/Sets the Padding.

    Declaration
    public Point Padding { get; set; }
    Property Value
    Type Description
    System.Drawing.Point

    SelectedIndex

    Gets / Sets the SelectedIndex.

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

    Text

    Gets /Sets the text.

    Declaration
    public override string Text { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    TabData.Text

    Methods

    ChangeSelectedIndex(Int32)

    Declaration
    protected void ChangeSelectedIndex(int index)
    Parameters
    Type Name Description
    System.Int32 index

    Events

    SelectedIndexChanged

    Occurs when Selected index changed.

    Declaration
    public event EventHandler SelectedIndexChanged
    Event Type
    Type Description
    System.EventHandler

    Implements

    ITabData2
    ITabData
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved