System.Windows.Forms
2.0.0.0
System.Attribute
System.AttributeUsage(System.AttributeTargets.Class)
You can create new controls in Windows Forms derived either from an existing control or from . Use this attribute on new controls to describe how the control should dock by default when placed on a form.
Specifies the default docking behavior for a control.
Constructor
To be added.
Initializes a new instance of the class.
2.0.0.0
Constructor
To be added.
Initializes a new instance of the class with the given docking behavior.
A value specifying the default behavior.
2.0.0.0
Field
System.Windows.Forms.DockingAttribute
To be added.
The default for this control.
2.0.0.0
Property
System.Windows.Forms.DockingBehavior
To be added.
To be added.
Gets the docking behavior supplied to this attribute.
2.0.0.0
Method
System.Boolean
To be added.
Compares an arbitrary object with the object for equality.
true is is equal to this ; otherwise, false.
The against which to compare this .
2.0.0.0
Method
System.Int32
To be added.
The hash code for this object.
An representing an in-memory hash of this object.
2.0.0.0
Method
System.Boolean
To be added.
Specifies whether this is the default docking attribute.
true is the current is the default; otherwise, false.
2.0.0.0