JAMS Developer Guide
SubmitMenu Class
Members 


MVPSI.JAMSWeb.Controls Namespace : SubmitMenu Class
The JAMS Submit Menu Control can be placed on a web page to display a menu of jobs that can be submitted.
Object Model
SubmitMenu Class
Syntax
'Declaration
 
<System.ComponentModel.DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="MVPSI.JAMSWeb.Controls.SubmitMenuDesigner")>
<System.ComponentModel.DefaultPropertyAttribute("ServerName")>
<System.Web.UI.ToolboxDataAttribute("<{0}:SubmitMenu runat=server></{0}:SubmitMenu>")>
Public Class SubmitMenu 
   Inherits ControlsCommon
'Usage
 
Dim instance As SubmitMenu
[System.ComponentModel.Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="MVPSI.JAMSWeb.Controls.SubmitMenuDesigner")]
[System.ComponentModel.DefaultProperty("ServerName")]
[System.Web.UI.ToolboxData("<{0}:SubmitMenu runat=server></{0}:SubmitMenu>")]
public class SubmitMenu : ControlsCommon 
Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         MVPSI.JAMSWeb.Controls.ControlsCommon
            MVPSI.JAMSWeb.Controls.SubmitMenu

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 Members
MVPSI.JAMSWeb.Controls Namespace