WinForms

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

    Show / Hide Table of Contents

    Class DockInfo

    Inheritance
    System.Object
    DockInfo
    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 sealed class DockInfo : ISerializable

    Constructors

    DockInfo(DockControllerBase, DockingStyle, Int32, Int32, DockPreference, Rectangle)

    Constructor of the DockInfo.

    Declaration
    public DockInfo(DockControllerBase dc, DockingStyle ds, int priority, int index, DockPreference dp, Rectangle rc)
    Parameters
    Type Name Description
    DockControllerBase dc

    The DockControllerBase instance.

    DockingStyle ds

    The DockingStyle

    System.Int32 priority

    The priority

    System.Int32 index

    The index of the control.

    DockPreference dp

    The DockPreference.

    System.Drawing.Rectangle rc

    The rectangle of the docked control.

    DockInfo(DockInfo)

    Constructor of the DockInfo.

    Declaration
    public DockInfo(DockInfo di)
    Parameters
    Type Name Description
    DockInfo di

    The DockInfo

    Fields

    dController

    Initialize the DockControllerBase

    Declaration
    public DockControllerBase dController
    Field Value
    Type Description
    DockControllerBase

    DP

    Initialize the dock preference.

    Declaration
    public DockPreference DP
    Field Value
    Type Description
    DockPreference

    dStyle

    Initialize the DockingStyle.

    Declaration
    public DockingStyle dStyle
    Field Value
    Type Description
    DockingStyle

    nDockIndex

    Initialize the dock index.

    Declaration
    public int nDockIndex
    Field Value
    Type Description
    System.Int32

    nPriority

    Initialize the priority.

    Declaration
    public int nPriority
    Field Value
    Type Description
    System.Int32

    rcControlArea

    Initialize the control area.

    Declaration
    public Rectangle rcControlArea
    Field Value
    Type Description
    System.Drawing.Rectangle

    rcDockArea

    Initialize the dock area.

    Declaration
    public Rectangle rcDockArea
    Field Value
    Type Description
    System.Drawing.Rectangle

    Properties

    ControlleName

    Gets/ Sets the controller name.

    Declaration
    public string ControlleName { get; set; }
    Property Value
    Type Description
    System.String

    NullInfo

    Gets the Dock information.

    Declaration
    public static DockInfo NullInfo { get; }
    Property Value
    Type Description
    DockInfo

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

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

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