Vcl.Ribbon.TRibbonTabItem.KeyTipForm

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeyTipForm: TCustomControl read FKeyTipForm write FKeyTipForm;

C++

__property Vcl::Controls::TCustomControl* KeyTipForm = {read=FKeyTipForm, write=FKeyTipForm};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonTabItem

Description

Contains the controls that have assigned a key tip.

Use BestTabWidth to get or set the controls on a ribbon tab that has assigned a key tip. Hold the ALT key to see all the assigned controls.

See Also