WinForms

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

    Show / Hide Table of Contents

    Class DockingMgrSerializationWrapperAdv

    The DockingMgrSerializationWrapperAdv class helps to serialize the dock state information.

    Inheritance
    System.Object
    DockingMgrSerializationWrapper
    DockingMgrSerializationWrapperAdv
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    DockingMgrSerializationWrapper.htDHCWrapper
    DockingMgrSerializationWrapper.GetDHCSerializationWrapper(DockHostController)
    DockingMgrSerializationWrapper.GetDHCSerializationWrapper(String)
    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 DockingMgrSerializationWrapperAdv : DockingMgrSerializationWrapper, ISerializable

    Constructors

    DockingMgrSerializationWrapperAdv(DockingManager)

    Constructor of the DockingMgrSerializationWrapperAdv.

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

    The DockingManager instance.

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

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

    Declaration
    public override 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.

    Overrides
    DockingMgrSerializationWrapper.GetObjectData(SerializationInfo, StreamingContext)

    Implements

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