| Visual Basic (Declaration) | |
|---|---|
Public Property MenuAnimation As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebMenuStyles Dim value As Boolean instance.MenuAnimation = value value = instance.MenuAnimation | |
| C# | |
|---|---|
public bool MenuAnimation {get; set;} | |
New in latest version of WebMenu, you can add smooth fading animation effect to all components that based on WebMenu. For instance, WebContextMenu, WebToolBar, WebMenuBar and other Intersoft's components that integrates WebMenu Runtime System.
Before you can enable animation, you need to set MenuWindowType to Normal. The default value of MenuWindowType is set to Popup to preserve compatibility with previous version. To enable animation, simply set MenuAnimation in MenuStyleSettings to True.
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