Vcl.XPActnCtrls.TXPStylePopupMenu.DisplayShadow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisplayShadow; override;

C++

virtual void __fastcall DisplayShadow();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.XPActnCtrls.pas
Vcl.XPActnCtrls.hpp
Vcl.XPActnCtrls TXPStylePopupMenu

Description

Displays the pop-up window shadow.

Vcl.XPActnCtrls.TXPStylePopupMenu.DisplayShadow inherits from Vcl.ActnMenus.TCustomActionPopupMenu.DisplayShadow. All content below this line refers to Vcl.ActnMenus.TCustomActionPopupMenu.DisplayShadow.

Displays the pop-up window shadow.

DisplayShadow is internally used to display the pop-up window shadow.

Note: The shadow display is available for the moment for Win32 versions 1 to 5.


See Also