Vcl.ComCtrls.TCoolBand.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: TWinControl read FControl write SetControl;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBand

Description

Specifies the control that appears on the band.

The Control property indicates the windowed control that appears on the band. If Control is unassigned, there is no control associated with the band.