Vcl.RibbonActnCtrls.TKeyTipList.Partial

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also