Back to Devexpress

HitInfo Members

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-hitinfo-dot-underscore-members.md

latest4.3 KB
Original Source

HitInfo Members

Contains information about a specific point within a dock panel.

Constructors

NameDescription
HitInfo(Control, Point)Initializes a new instance of the HitInfo class with the specified control and test point.

Fields

NameDescription
Empty staticInitializes a new instance of the HitInfo class. This field is read-only.

Properties

NameDescription
AutoHidePanelGets the panel which has its auto hide functionality enabled and whose corresponding label is located under the test point.
BoundsGets or sets the limits for the dock panel’s element that contains the test point.
ButtonGets the caption button located under the test point.
HitPointGets the test point.
HitTestGets or sets a value identifying the type of the visual element located under the test point.
ResizeZoneGets or sets the resize zone located under the test point.
TabGets or sets the tab located under the test point.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

HitInfo Class

DevExpress.XtraBars.Docking Namespace