HitInfo Members
Contains information about a specific point within a dock panel.Constructors
Name | Description |
---|---|
HitInfo(Control, Point) | Initializes a new instance of the HitInfo class with the specified control and test point. |
Fields
Name | Description |
---|---|
Empty static | Initializes a new instance of the HitInfo class. This field is read-only. |
Properties
Name | Description |
---|---|
AutoHidePanel | Gets the panel which has its auto hide functionality enabled and whose corresponding label is located under the test point. |
Bounds | Gets or sets the limits for the dock panel’s element that contains the test point. |
Button | Gets the caption button located under the test point. |
HitPoint | Gets the test point. |
HitTest | Gets or sets a value identifying the type of the visual element located under the test point. |
ResizeZone | Gets or sets the resize zone located under the test point. |
Tab | Gets or sets the tab located under the test point. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
IsEqual(Object) | Determines whether the specified object is equal to the current HitInfo object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also