JAMS Developer Guide
SubmitMenuRoot Constructor(MenuType,String)


MVPSI.JAMS Namespace > SubmitMenuRoot Class > SubmitMenuRoot Constructor : SubmitMenuRoot Constructor(MenuType,String)
Constructs a new SubmitMenuRoot with the specified type and name.
Syntax
'Declaration
 
Public Function New( _
   ByVal menuType As MenuType, _
   ByVal menuName As System.String _
)
'Usage
 
Dim menuType As MenuType
Dim menuName As System.String
 
Dim instance As New SubmitMenuRoot(menuType, menuName)
public SubmitMenuRoot( 
   MenuType menuType,
   System.string menuName
)

Parameters

menuType
The menu type.
menuName
The name.
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

SubmitMenuRoot Class
SubmitMenuRoot Members
Overload List