JAMS 6.x Help
IncludeSetups Property


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