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

Enter a number to indicate the level at which you want this menu to display when it first appears. To begin the menu display at the root level, enter zero (0).

C#
[Bindable(true)]
[Category("Ektron")]
[Description("Enter a number to indicate the level at which you want this menu to display when it first appears. To begin the menu display at the root level, enter zero (0).")]
[TypeConverter(typeof(Int32Converter))]
[DefaultValue(1)]
public int StartLevel;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<Description("Enter a number to indicate the level at which you want this menu to display when it first appears. To begin the menu display at the root level, enter zero (0).")>
<TypeConverter(typeof(Int32Converter))>
<DefaultValue(1)>
Public Property StartLevel() As Integer
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!