Vcl.RibbonActnCtrls.TRibbonSpinButton.FocusControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FocusControl: TWinControl read FFocusControl write FFocusControl;

C++

__property Vcl::Controls::TWinControl* FocusControl = {read=FFocusControl, write=FFocusControl};

Properties

Type Visibility Source Unit Parent
property published
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSpinButton

Description

Designates a windowed control associated with the TRibbonSpinButton.

Use the FocusControl property to link the TRibbonSpinEdit instance. See the TRibbonSpinEdit documentation for further understanding.

See Also