The SubmitMenu control will display a menu of jobs which can be submitted. A SubmitMenu can start with zero or more SubmitMenuRoots. Each SubmitMenuRoot defines a line in the initial menu tree. If a SubmitMenu doesn't have any SubmitMenuRoots, a default initial menu is created which consists of all of the JAMS System definitions. If a SubmitMenu only has a single SubmitMenuRoot, that root is expanded rather than displaying a single line menu.
Object Model
Syntax
'Declaration
<System.ComponentModel.DescriptionAttribute("Displays a menu of JAMS Jobs which can me manually submitted.")>
<System.ComponentModel.DefaultPropertyAttribute("Roots")>
Public Class SubmitMenu
Inherits System.Windows.Forms.ContainerControl
'Usage
Dim instance As SubmitMenu
[System.ComponentModel.Description("Displays a menu of JAMS Jobs which can me manually submitted.")]
[System.ComponentModel.DefaultProperty("Roots")]
public class SubmitMenu : System.Windows.Forms.ContainerControl
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
MVPSI.JAMS.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