JAMS Developer Guide
IncludeMenus Property


MVPSI.JAMS Namespace > MenuDetail Class : IncludeMenus Property
Gets or sets the IncludeMenus property. If true, Menus which match the selection criteria will be included in the menu. If false, Menus will not be included.
Syntax
'Declaration
 
Public Property IncludeMenus As System.Boolean
'Usage
 
Dim instance As MenuDetail
Dim value As System.Boolean
 
instance.IncludeMenus = value
 
value = instance.IncludeMenus
public System.bool IncludeMenus {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

MenuDetail Class
MenuDetail Members