JAMS Developer Guide
ControlStyle Property (SubmitMenu)


MVPSI.JAMSWeb.Controls Namespace > SubmitMenu Class : ControlStyle Property
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<WebSysDescriptionAttribute("The style associated with the control.")>
Public ReadOnly Property ControlStyle As System.Web.UI.WebControls.Style
'Usage
 
Dim instance As SubmitMenu
Dim value As System.Web.UI.WebControls.Style
 
value = instance.ControlStyle
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[WebSysDescription("The style associated with the control.")]
public System.Web.UI.WebControls.Style ControlStyle {get;}
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