Back to Devexpress

AccordionControl.CalcHitInfo(Point) Method

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-dot-calchitinfo-x28-system-dot-drawing-dot-point-x29.md

latest1.6 KB
Original Source

AccordionControl.CalcHitInfo(Point) Method

Returns the hit info related to the target point within the AccordionControl.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual AccordionControlHitInfo CalcHitInfo(
    Point p
)
vb
Public Overridable Function CalcHitInfo(
    p As Point
) As AccordionControlHitInfo

Parameters

NameTypeDescription
pPoint

A Point that is the target location for which the hit info should be returned.

|

Returns

TypeDescription
DevExpress.XtraBars.Navigation.AccordionControlHitInfo

An DevExpress.XtraBars.Navigation.AccordionControlHitInfo object that allows you to get what accordion element is located at the target position.

|

See Also

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace