Vcl.ActnMenus.TCustomActionMainMenuBar.Shadows

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Shadows: Boolean read FShadows write SetShadows default True;

C++

__property bool Shadows = {read=FShadows, write=SetShadows, default=1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMainMenuBar

Description

Refers to the TActionMainMenuBar component's shadow.

Use Shadows to determine whether or not the menus should display with shadows. The user can disable shadows through the OS, in which case the Shadows setting is ignored.