Vcl.RibbonActnCtrls.TKeyTipList.Full

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Full: Boolean read GetFull;

C++

__property bool Full = {read=GetFull, 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 full match in the list and no other matches.

Full is True if the current KeyTip has a full match in the list and there are no other matches, and False - otherwise.

See Also