Intersoft WebDesktop Documentation
MenuStyleSettings Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebMenuBar Class : MenuStyleSettings Property


Glossary Item Box

Gets or sets the style properties of menu styles in the bar control.

Syntax

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

Remarks

In the previous release, we introduced a nice Fading animation effect to WebMenu system component. As one of the initiative in 2008 release, we have added more animation effects and apply it consistently to applicable components and scenarios.

The improved WebMenu now features Quadratic sliding animation. This type of animation quickly adds elegant image to your Web application as the menu smoothly sliding from the left or bottom direction depend on the menu position. The sliding animation is using quadratic acceleration logic, which is an enhanced acceleration algorithm to achieve elegant and high-performance animation.

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.