Class DockInfo
Inheritance
System.Object
DockInfo
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 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 |
---|
DockControllerBase |
DP
Initialize the dock preference.
Declaration
public DockPreference DP
Field Value
Type |
---|
DockPreference |
dStyle
Initialize the DockingStyle.
Declaration
public DockingStyle dStyle
Field Value
Type |
---|
DockingStyle |
nDockIndex
Initialize the dock index.
Declaration
public int nDockIndex
Field Value
Type |
---|
System.Int32 |
nPriority
Initialize the priority.
Declaration
public int nPriority
Field Value
Type |
---|
System.Int32 |
rcControlArea
Initialize the control area.
Declaration
public Rectangle rcControlArea
Field Value
Type |
---|
System.Drawing.Rectangle |
rcDockArea
Initialize the dock area.
Declaration
public Rectangle rcDockArea
Field Value
Type |
---|
System.Drawing.Rectangle |
Properties
ControlleName
Gets/ Sets the controller name.
Declaration
public string ControlleName { get; set; }
Property Value
Type |
---|
System.String |
NullInfo
Gets the Dock information.
Declaration
public static DockInfo NullInfo { get; }
Property Value
Type |
---|
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