Back to Devexpress

WinExplorerView.CalcHitInfo(Point) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-dot-calchitinfo-x28-system-dot-drawing-dot-point-x29.md

latest1.8 KB
Original Source

WinExplorerView.CalcHitInfo(Point) Method

Returns information on the WinExplorerView‘s elements located at the specified point.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public virtual WinExplorerViewHitInfo CalcHitInfo(
    Point pt
)
vb
Public Overridable Function CalcHitInfo(
    pt As Point
) As WinExplorerViewHitInfo

Parameters

NameTypeDescription
ptPoint

A Point structure that specifies the test point coordinates relative to the WinExplorerView‘s top-left corner.

|

Returns

TypeDescription
DevExpress.XtraGrid.Views.WinExplorer.ViewInfo.WinExplorerViewHitInfo

An object that contains information about the visual elements located at the test point.

|

See Also

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace