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

Set to True if you want a single Edit menu item (and no Add menu item) to appear on the menu when you are logged in. If you set to False, Edit Menu and Add Menu options appear at the bottom of every menu and submenu.

C#
[Bindable(true)]
[Category("Ektron")]
[Description("Set to True to only render a single Edit button (and no Add button) when logged in.")]
[TypeConverter(typeof(BooleanConverter))]
[DefaultValue(false)]
public bool SingleEditButton;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<Description("Set to True to only render a single Edit button (and no Add button) when logged in.")>
<TypeConverter(typeof(BooleanConverter))>
<DefaultValue(false)>
Public Property SingleEditButton() As bool
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!