JAMS Developer Guide
Enabled Property (SubmitMenu)


MVPSI.JAMSWeb.Controls Namespace > SubmitMenu Class : Enabled Property
Syntax
'Declaration
 
<System.Web.UI.ThemeableAttribute(False)>
<WebCategoryAttribute("Behavior")>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.DefaultValueAttribute()>
<WebSysDescriptionAttribute("Enabled state of the control.")>
Public Overridable Property Enabled As System.Boolean
'Usage
 
Dim instance As SubmitMenu
Dim value As System.Boolean
 
instance.Enabled = value
 
value = instance.Enabled
[System.Web.UI.Themeable(false)]
[WebCategory("Behavior")]
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DefaultValue()]
[WebSysDescription("Enabled state of the control.")]
public virtual System.bool Enabled {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SubmitMenu Class
SubmitMenu Members