Vcl.Forms.IDesignerHook.PaintMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PaintMenu;

C++

virtual void __fastcall PaintMenu() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms IDesignerHook

Description

Paints the alignment menu on the form's canvas.

Forms that are associated with a designer call the PaintMenu method in response to Windows paint messages. If there is no designer associated with the form, the form's Paint method is called instead.

See Also