Class TabGroupsStateInfo
Inheritance
System.Object
TabGroupsStateInfo
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.Boolean |
MdiAutoScaleBaseSizes
Declaration
public ArrayList MdiAutoScaleBaseSizes { get; }
Property Value
Type |
---|
System.Collections.ArrayList |
MdiClientAutoScaleBaseSize
Declaration
public int MdiClientAutoScaleBaseSize { get; }
Property Value
Type |
---|
System.Int32 |
TabGroupCount
Declaration
public int TabGroupCount { get; }
Property Value
Type |
---|
System.Int32 |
Methods
GetGroupName(Int32)
Declaration
public string GetGroupName(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type |
---|
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 |
---|
System.Int32 |
GetTabNamesOfGroup(Int32)
Declaration
public Hashtable GetTabNamesOfGroup(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type |
---|
System.Collections.Hashtable |
Implements
System.Runtime.Serialization.ISerializable