Version

ShowMenuShadowsResolved Property

Returns the resolved value of ShowMenuShadows, taking into account the value of the Style property.
Syntax
'Declaration
 
Public ReadOnly Property ShowMenuShadowsResolved As Boolean
public bool ShowMenuShadowsResolved {get;}
Remarks

When the ShowMenuShadows property is set to Default, PopupMenuTools have shadows on their right and bottom edges when the Style property is set to OfficeXP, but do not have them when the Style property is set to Office2000.

This property returns True if PopupMenuTools have shadows; otherwise, it returns False.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also