Vcl.RibbonActnCtrls.TKeyTipList.Partial

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Partial: Boolean read GetPartial;

C++

__property bool Partial = {read=GetPartial, nodefault};

Eigenschaften

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

Beschreibung

Gibt an, ob in der Liste eine teilweise Übereinstimmung mit dem KeyTip vorhanden ist.

Partial ist True, wenn in der Liste eine teilweise Übereinstimmung mit dem aktuellen KeyTip vorhanden ist; ansonsten ist sie False.

Siehe auch