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

The TTitleBarPanel places controls in the Title Bar area of the VCL form. It provides the following support for the CustomTitleBar implementation:

  • Designs time support for the controls.
  • Aligns controls in the Title Bar area of the form.
  • Supports custom paint OnPaint.
Note: To customize the Title Bar by painting and drawing anything on it, you must place the TTitleBarPanel on the form and set the CustomTitleBar.Control property to it.
Attention: Setting the cursor property on a TitleBarPanel has no action at runtime.
Attention: Make sure the CustomTitleBar property is enabled.


See Also