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


Glossary Item Box

Specifies whether fading animation should be applied when displaying menu.

Syntax

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

Remarks

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.

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.