WinForms

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

    Show / Hide Table of Contents

    Class DockingMgrSerializationWrapper

    Inheritance
    System.Object
    DockingMgrSerializationWrapper
    DockingMgrSerializationWrapperAdv
    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 DockingMgrSerializationWrapper : ISerializable

    Constructors

    DockingMgrSerializationWrapper()

    Constructor of the DockingMgrSerializationWrapper.

    Declaration
    public DockingMgrSerializationWrapper()

    DockingMgrSerializationWrapper(DockingManager)

    Constructor of the DockingMgrSerializationWrapper.

    Declaration
    public DockingMgrSerializationWrapper(DockingManager dmgr)
    Parameters
    Type Name Description
    DockingManager dmgr

    The DockingManager instance.

    Fields

    htDHCWrapper

    Initialize the HashTable.

    Declaration
    public Hashtable htDHCWrapper
    Field Value
    Type Description
    System.Collections.Hashtable

    Methods

    GetDHCSerializationWrapper(DockHostController)

    Gets the GetDHCSerializationWrapper

    Declaration
    public DHCSerializationWrapper GetDHCSerializationWrapper(DockHostController dhc)
    Parameters
    Type Name Description
    DockHostController dhc

    The DockHostController instance.

    Returns
    Type Description
    DHCSerializationWrapper

    GetDHCSerializationWrapper(String)

    Gets the DHCSerializationWrapper.

    Declaration
    public DHCSerializationWrapper GetDHCSerializationWrapper(string ctrlname)
    Parameters
    Type Name Description
    System.String ctrlname
    Returns
    Type Description
    DHCSerializationWrapper

    GetObjectData(SerializationInfo, StreamingContext)

    Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.

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

    The System.Runtime.Serialization.SerializationInfo to populate with data.

    System.Runtime.Serialization.StreamingContext context

    The destination (see System.Runtime.Serialization.StreamingContext) for this serialization.

    Implements

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