Skip to main content

IcxNavigatorOwner.GetNavigatorShowHint Method

Returns whether button hints are enabled.

Declaration

function GetNavigatorShowHint: Boolean;

Returns

Type
Boolean

Remarks

The GetNavigatorShowHint function is implemented by navigator controls to return True if hints are displayed for buttons and False otherwise. Actually, the ShowHint property value is returned.

If you need to change the ShowHint property value or other settings of the navigator control, you can access it via the GetNavigatorControl function.

See Also