Vcl.Ribbon.TCustomRibbon.KeyTipsVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeyTipsVisible: Boolean read FKeyTipsVisible write SetKeyTipsVisible;

C++

__property bool KeyTipsVisible = {read=FKeyTipsVisible, write=SetKeyTipsVisible, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Specifies whether the ribbon's key tips are visible or not.

See Also