BaseLayoutItemHitInfo Members
Contains information on a specific point within a Layout Control.Constructors
| Name | Description |
|---|---|
| BaseLayoutItemHitInfo() | Initializes a new instance of the BaseLayoutItemHitInfo class. |
| BaseLayoutItemHitInfo(BaseLayoutItemHitInfo) | Initializes a new instance of the BaseLayoutItemHitInfo class by copying the settings from the specified hitInfo object. |
| BaseLayoutItemHitInfo(Point, LayoutItemHitTest, BaseLayoutItem) | Initializes a new instance of the BaseLayoutItemHitInfo class with the specified settings. |
Properties
| Name | Description |
|---|---|
| HitPoint | Gets the test point. |
| HitType | Gets the type of the layout item’s element located under the test point. |
| IsExpandButton | Gets whether the test point belongs to a group’s expand button. |
| IsGroup | Gets whether the current test point belongs to a Layout Group. |
| IsLastRow | Gets whether the test point belongs to a tab of a TabbedControlGroup and this tab resides within the last tab row. This property is in effect if tabs are allowed to be arranged in multiple rows (see TabbedGroup.MultiLine). |
| IsSizing | Gets whether the current layout item is being or about to be resized by dragging the item’s border with the mouse. |
| IsTabbedGroup | Gets whether the current test point belongs to a Tabbed Group. |
| Item | Gets the layout item (regular group or tabbed group) positioned under the test point. |
| TabPageIndex | If the test point belongs to a tab page header, gets the index of the corresponding tab page. |
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. |
| 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