Vcl.RibbonActnCtrls.TKeyTipMatchType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TKeyTipMatchType = (mtApplicationMenu, mtTabs, mtControl, mtGroup,
mtCollapsed, mtDialogButton);

C++

enum DECLSPEC_DENUM TKeyTipMatchType : unsigned char { mtApplicationMenu, mtTabs, mtControl, mtGroup, mtCollapsed, mtDialogButton };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls Vcl.RibbonActnCtrls

Beschreibung

Typ der Übereinstimmung des KeyTip des Befehls für den aktuellen KeyTip-Wert.

TKeyTipMatchType ist der Typ der Übereinstimmung des KeyTip des Befehls für den aktuellen KeyTip-Wert. Folgende Werte sind möglich:



Wert Bedeutung

mtApplicationMenu

Für das Anwendungsmenü.

mtTabs

Für Registerkarten.

mtControl

Für ein Steuerelement.

mtGroup

Für eine Gruppe.

mtCollapsed

Für ein ausgeblendetes Element.

mtDialogButton

Für eine Dialogfeld-Schaltfläche.



Siehe auch