Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

MenuGroup.ExpandEffect Property

Gets the Effect object that controls the effect to expand a submenu.

[Visual Basic]
Public Property ExpandEffect As Effect
[C#]
public Effect ExpandEffect {get; set;}

Property Value

Effect

The Effect object that controls the way a submenu expands.

This property is read only, however, you can access the properties and methods of the object it returns.

Remarks

Use this property to control the way a submenu expands. EO.Web Menu supports 60+ expand effects.

Default value is NotSet.

If this property is not set, MenuGroup will try to get the value from the parent item's look item. If none of the ancestor items or look item has this value set, Menu does not have any expanding effects.

See using effects for details.

See Also

MenuGroup Class | EO.Web Namespace


Direct link to this topic