WinForms

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

    Show / Hide Table of Contents

    Class TabGroupsStateInfo

    Inheritance
    System.Object
    TabGroupsStateInfo
    Implements
    System.Runtime.Serialization.ISerializable
    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 TabGroupsStateInfo : ISerializable

    Constructors

    TabGroupsStateInfo(TabbedMDIManager)

    Declaration
    public TabGroupsStateInfo(TabbedMDIManager pManager)
    Parameters
    Type Name Description
    TabbedMDIManager pManager

    Properties

    Horizontal

    Declaration
    public bool Horizontal { get; }
    Property Value
    Type Description
    System.Boolean

    MdiAutoScaleBaseSizes

    Declaration
    public ArrayList MdiAutoScaleBaseSizes { get; }
    Property Value
    Type Description
    System.Collections.ArrayList

    MdiClientAutoScaleBaseSize

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

    TabGroupCount

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

    Methods

    GetGroupName(Int32)

    Declaration
    public string GetGroupName(int i)
    Parameters
    Type Name Description
    System.Int32 i
    Returns
    Type Description
    System.String

    GetObjectData(SerializationInfo, StreamingContext)

    Gets data from TabbedMdiManager to save TabHosts and MdiClients states.

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

    Serialization info.

    System.Runtime.Serialization.StreamingContext context

    Streaming context.

    GetSelectedPagesOfGroup(Int32)

    Gets index of group's selected page.

    Declaration
    public int GetSelectedPagesOfGroup(int i)
    Parameters
    Type Name Description
    System.Int32 i

    Indicates group name.

    Returns
    Type Description
    System.Int32

    GetTabNamesOfGroup(Int32)

    Declaration
    public Hashtable GetTabNamesOfGroup(int i)
    Parameters
    Type Name Description
    System.Int32 i
    Returns
    Type Description
    System.Collections.Hashtable

    Implements

    System.Runtime.Serialization.ISerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved