API:Vcl.ExtCtrls.TTitleBarPanel

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.