Skip to main content

BaseLayoutItemHitInfo Properties

Contains information on a specific point within a Layout Control.
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.
See Also