BaseLayoutItemHitInfo Properties
Contains information on a specific point within a Layout Control.
Name | Description |
---|---|
Hit |
Gets the test point. |
Hit |
Gets the type of the layout item’s element located under the test point. |
Is |
Gets whether the test point belongs to a group’s expand button. |
Is |
Gets whether the current test point belongs to a Layout Group. |
Is |
Gets whether the test point belongs to a tab of a Tabbed |
Is |
Gets whether the current layout item is being or about to be resized by dragging the item’s border with the mouse. |
Is |
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. |
Tab |
If the test point belongs to a tab page header, gets the index of the corresponding tab page. |
See Also