NavigatorButtonsBase.GetToolTipObject(Point) Method
Returns the index of the button to which the specified point belongs.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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