Skip to main content

NavigatorButtonsBase.GetToolTipObject(Point) Method

Returns the index of the button to which the specified point belongs.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public object GetToolTipObject(
    Point point
)

Parameters

Name Type Description
point Point

A Point structure representing a point within the navigating control.

Returns

Type Description
Object

An object representing the index of the button to which the specified point belongs. null (Nothing in Visual Basic) if the specified point does not belong to a button.

See Also