HeaderHitTestInformation Class Members
In This Topic
The following tables list the members exposed by HeaderHitTestInformation.
Public Properties
| Name | Description |
 | Column | Gets the column location referred to in the header. |
 | InColumnResize | Gets whether the location refers to a column resize area. |
 | InRowResize | Gets whether the location refers to a row resize area. |
 | ResizingColumn | Gets the column being resized, if the InColumnResize property is true. |
 | ResizingRow | Gets the row being resized, if the InRowResize property is true. |
 | Row | Gets the row location referred to in the header. |
Top
See Also