JAMS Developer Guide
Children Property


MVPSI.JAMS Namespace > AppMenu Class : Children Property
Gets a list of AppMenu items that are children of this AppMenu item
Syntax
'Declaration
 
Public ReadOnly Property Children As System.Collections.Generic.List(Of AppMenu)
'Usage
 
Dim instance As AppMenu
Dim value As System.Collections.Generic.List(Of AppMenu)
 
value = instance.Children
public System.Collections.Generic.List<AppMenu> Children {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

AppMenu Class
AppMenu Members