Back to Devexpress

WindowsUIButtonPanel.CalcHitInfo(Point) Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibuttonpanel-dot-calchitinfo-x28-system-dot-drawing-dot-point-x29.md

latest1.8 KB
Original Source

WindowsUIButtonPanel.CalcHitInfo(Point) Method

Returns the hit info for the specific point within this WindowsUIButtonPanel.

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public IBaseButton CalcHitInfo(
    Point location
)
vb
Public Function CalcHitInfo(
    location As Point
) As IBaseButton

Parameters

NameTypeDescription
locationPoint

A Point structure that is the point within the WindowsUIButtonPanel for which the hit info should be obtained.

|

Returns

TypeDescription
DevExpress.XtraEditors.ButtonPanel.IBaseButton

An IBaseButton object that stores the hit info for the specific point within this WindowsUIButtonPanel.

|

See Also

WindowsUIButtonPanel Class

WindowsUIButtonPanel Members

DevExpress.XtraBars.Docking2010 Namespace