You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > SmartMenu Class > SmartMenu Properties > Stylesheet
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
SmartMenu.Stylesheet Property

Enter the style sheet that will determine the appearance of the menus. Menu style sheets reside in the site root/workarea/csslib/smartmenu folder. You can modify any of the standard style sheets or create your own. (optional)

C#
[Bindable(true)]
[Category("Ektron")]
[Description("The Style-Sheet to use to render the Menu.")]
[TypeConverter(typeof(StyleSheetMenuTypeConverter))]
[DefaultValue("shuttermenu_workarea_vista.css")]
public override string Stylesheet;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<Description("The Style-Sheet to use to render the Menu.")>
<TypeConverter(typeof(StyleSheetMenuTypeConverter))>
<DefaultValue("shuttermenu_workarea_vista.css")>
Public override Property Stylesheet() As string
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!