NavigatorButtonsBase.GetToolTipText(Object, Point) Method
Gets the hint for the button located at the specified point.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | Object | Reserved for future use. |
point | Point | A Point structure representing a point within the navigating control. |
Returns
Type | Description |
---|---|
String | A string value representing the text displayed when the mouse pointer is over the data navigator button which the specified point belongs to. String.Empty if the specified point does not belong to a button. |
See Also