Vcl.RibbonActnCtrls.TKeyTipList.Partial
Delphi
property Partial: Boolean read GetPartial;
C++
__property bool Partial = {read=GetPartial, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TKeyTipList |
Description
Specifies whether the KeyTip has a partial match in the list.
Partial is True if the current KeyTip has a partial match in the list, and False - otherwise.