Vcl.RibbonActnCtrls.TKeyTipMatchItem.Handled
Delphi
property Handled: TKeyTipHandled read FHandled;
C++
__property TKeyTipHandled Handled = {read=FHandled, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TKeyTipMatchItem |
Description
Specifies whether a command's KeyTip matches the current user input.
Handled is a read-only property used to validate whether a command's KeyTip matches the current user input. If Handled is ktNone, then the current KeyTip doesn't match the command's KeyTip. If Handled is ktPartial, then the current KeyTip matches the first character of the command's KeyTip. If Handled is ktFull, then the current KeyTip is a full match for the command's KeyTip. The source KeyTip can be either one character or two characters.