Vcl.Ribbon.TCustomRibbon.InvalidateHeaderArea

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvalidateHeaderArea;

C++

void __fastcall InvalidateHeaderArea(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Invalidate header section of Ribbon.

InvalidateHeaderArea invalidates the header section of the Ribbon. Invalidating the header of the ribbon is especially important when using a custom frame. When using a custom frame, the header section of the ribbon needs to react visually to additional non-client specific messages.

See Also