API:Vcl.ExtCtrls.TTitleBarPanel

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCustomTitleBarPanelVcl.Controls.TCustomTransparentControlVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentTTitleBarPanel

Delphi

TTitleBarPanel = class(TCustomTitleBarPanel)

C++

class PASCALIMPLEMENTATION TTitleBarPanel : public TCustomTitleBarPanel

Properties

Type Visibility Source Unit Parent
class public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

Allows you to customize a VCL form’s native title bar similar to Windows Explorer, Google Chrome, or other applications. It is supported on Windows 7 and later.

You can place VCL controls on the title bar, custom paint over it, as well as control the default painting of elements such as the window icon and caption.

Enable the DWM (Desktop Window Manager) composition to use this property.

Vcl.ExtCtrls.TTitleBarPanel inherits from Vcl.ExtCtrls.TCustomTitleBarPanel. All content below this line refers to Vcl.ExtCtrls.TCustomTitleBarPanel. Allows you to customize a VCL form’s native title bar similar to Windows Explorer, Google Chrome, or other applications. It is supported on Windows 7 and later.

You can place VCL controls on the title bar, custom paint over it, as well as control the default painting of elements such as the window icon and caption.

Enable the DWM (Desktop Window Manager) composition to use this property.

See Also