Vcl.RibbonActnCtrls.TKeyTipMatchItem.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: TControl read FControl write FControl;

C++

__property Vcl::Controls::TControl* Control = {read=FControl, write=FControl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TKeyTipMatchItem

Description

Specifies the control that needs to be executed.

Use Control to gain access to the control that needs to be executed.

See Also