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

SlideMenu.LoadSlideMenu Method 

Loads a SlideMenu from the specified location.

[Visual Basic]
Public Shared Function LoadSlideMenu( _
   ByVal virtualPath As String _
) As EO.Web.SlideMenu
[C#]
public static SlideMenu LoadSlideMenu(
   string virtualPath
);

Parameters

virtualPath
The virtual path of the SlideMenu file. You can use '~' to represent the Web application root. For example, you can use "~/menu1.EOWeb.ascx" to load "menu1.EOWeb.ascx" in the Web application root directory.

Return Value

Returns a SlideMenu.

See Also

SlideMenu Class | EO.Web Namespace


Direct link to this topic