Vcl.RibbonActnCtrls.IRibbonBarKeyTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IRibbonBarKeyTip = interface

C++

__interface  INTERFACE_UUID("{319013F9-8666-4ECB-8FFF-60EA9B3590A7}") IRibbonBarKeyTip  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls Vcl.RibbonActnCtrls

Description

Action bars that support KeyTips should implement this interface.

Action bars that support KeyTips should implement IRibbonBarKeyTip. The TRibbonQuickAccessToolbar and TRibbonGroup classes implement this interface.

See Also