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

SlideMenu.LoadSlideMenuSkin Method 

Loads a SlideMenu skin from the specified location.

[Visual Basic]
Public Shared Sub LoadSlideMenuSkin( _
   ByVal virtualPath As String, _
   ByVal customSkinId As String _
)
[C#]
public static void LoadSlideMenuSkin(
   string virtualPath,
   string customSkinId
);

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.
customSkinId
The ID of the custom skin. You can set this ID to other SlideMenu to apply this Skin to the SlideMenu.

See Also

SlideMenu Class | EO.Web Namespace


Direct link to this topic