JAMS Developer Guide
Roots Property


MVPSI.JAMS Namespace > SubmitMenu Class : Roots Property
Returns the collection of SubmitMenuRoots that form the root menu of this SubmitMenu.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Data")>
<System.ComponentModel.DescriptionAttribute("The root menu items.  Leave this empty to use the default menu.")>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
Public ReadOnly Property Roots As System.Collections.Generic.List(Of SubmitMenuRoot)
'Usage
 
Dim instance As SubmitMenu
Dim value As System.Collections.Generic.List(Of SubmitMenuRoot)
 
value = instance.Roots
[System.ComponentModel.Category("Data")]
[System.ComponentModel.Description("The root menu items.  Leave this empty to use the default menu.")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public System.Collections.Generic.List<SubmitMenuRoot> Roots {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