Intersoft WebDesktop Documentation
MenuDropShadow Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebMenuStyles Class : MenuDropShadow Property


Glossary Item Box

Specifies whether dropshadow effect should be applied to menu. This property is only applicable for IE browser and when window type is set to Normal.

Syntax

Visual Basic (Declaration) 
Public Property MenuDropShadow As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebMenuStyles
Dim value As Boolean
 
instance.MenuDropShadow = value
 
value = instance.MenuDropShadow
C# 
public bool MenuDropShadow {get; set;}

Remarks

Several notes regarding this feature

  • Best used with animation effect to create smooth, visually appealing Menu.
  • This feature is not supported in Mozilla browsers since Mozilla has not provide such API.
  • As in animation feature, you also need to set the MenuWindowType to Normal in order to enable dropshadow effect.

Requirements

Target Platforms: 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

© 2012 Intersoft Solutions Corp. All Rights Reserved.