Vcl.RibbonActnMenus.TRibbonQATCustomizeMenu.HideShadow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HideShadow; override;

C++

virtual void __fastcall HideShadow();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnMenus.pas
Vcl.RibbonActnMenus.hpp
Vcl.RibbonActnMenus TRibbonQATCustomizeMenu

Description

Hides the pop-up window shadows.

Vcl.RibbonActnMenus.TRibbonQATCustomizeMenu.HideShadow inherits from Vcl.ActnMenus.TCustomActionPopupMenu.HideShadow. All content below this line refers to Vcl.ActnMenus.TCustomActionPopupMenu.HideShadow.

Hides the pop-up window shadows.

HideShadow is internally used to hide the pop-up menu window shadow.

See Also