RibbonActnCtrls.TKeyTipHandled
From RAD Studio VCL Reference
Contents |
Delphi Information
From RibbonActnCtrls.pas
TKeyTipHandled = { ktNone, ktPartial, ktFull };
Unit: RibbonActnCtrls
Type: enum
C++ Information
From RibbonActnCtrls.hpp
enum TKeyTipHandled{ ktNone, ktPartial, ktFull };
Unit: RibbonActnCtrls
Type: enum
Description
Validate if command's KeyTip matches current user input.
Use TKeyTipHandled to validate if a command's KeyTip matches the current user input. It can have one of the following values:
| Value | Meaning |
|---|---|
|
ktNone |
Current KeyTip didn't match the command's KeyTip. |
|
ktPartial |
Current KeyTip matches the first character of the commands KeyTip. |
|
ktFull |
Current KeyTip is a full match for the command. The source KeyTip could be either one character or two characters. |