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.
| 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;} | |
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.
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