Table of Contents

ITMSFNCShortCutHint Interface

Interface implemented by controls that display a shortcut-key hint overlay; provides shortcut matching, hint activation, and cancellation.

API unit family: TMSFNCCustomControl

Syntax

ITMSFNCShortCutHint = interface

Properties

Name Description
ShortCutHint The shortcut hint string associated with this control, displayed in the shortcut key hint overlay.

Methods

Name Description
CancelShortCutHint Hides the shortcut hint overlay and optionally clears the stored shortcut hint string.
HandleShortCut Activates the shortcut action for the given shortcut string.
HasShortCut Determines whether the control is associated with the given shortcut string.
IsShortCutHintActive Determines whether the shortcut hint overlay is currently visible.
ShowShortCutHint Shows the shortcut hint overlay on the control.