Vcl.ExtCtrls.TCustomTitleBarPanel

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomTransparentControlVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTCustomTitleBarPanel

Delphi

TCustomTitleBarPanel = class(TCustomTransparentControl)

C++

class PASCALIMPLEMENTATION TCustomTitleBarPanel : public Vcl::Controls::TCustomTransparentControl

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.

See Also