WinForms

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

    Show / Hide Table of Contents

    Class TabControlInfo

    Provides the information about the TabControlAdv.

    Inheritance
    System.Object
    TabControlInfo
    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.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabControlInfo

    Constructors

    TabControlInfo(TabControlAdv)

    Constructor of the TabControlInfo.

    Declaration
    public TabControlInfo(TabControlAdv tabControl)
    Parameters
    Type Name Description
    TabControlAdv tabControl

    The TabControlAdv instance.

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    ISerializable implementation.

    Declaration
    public void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The SerializationInfo instance.

    System.Runtime.Serialization.StreamingContext context

    The StreamingContext

    GetTabPageInfo(String)

    Returns the information of the TabPageAdv

    Declaration
    public TabPageInfo GetTabPageInfo(string tabName)
    Parameters
    Type Name Description
    System.String tabName

    The name of the TabPageAdv.

    Returns
    Type Description
    TabPageInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved