JAMS Developer Guide
MenuType Property (SubmitMenuRoot)


MVPSI.JAMS Namespace > SubmitMenuRoot Class : MenuType Property
Gets or sets the initial menu type. This is the type of the top level menu.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Identifies what type the name should match.")>
Public Property MenuType As MenuType
'Usage
 
Dim instance As SubmitMenuRoot
Dim value As MenuType
 
instance.MenuType = value
 
value = instance.MenuType
[System.ComponentModel.Description("Identifies what type the name should match.")]
public MenuType MenuType {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

SubmitMenuRoot Class
SubmitMenuRoot Members