JAMS Developer Guide
ShowOn Enumeration


MVPSI.JAMS Namespace : ShowOn Enumeration
ShowOn identifies which environments an AppMenu should be displayed.
Syntax
'Declaration
 
Public Enum ShowOn 
   Inherits System.Enum
'Usage
 
Dim instance As ShowOn
public enum ShowOn : System.Enum 
Members
MemberDescription
AllThis AppMenu is displayed on all clients.
DesktopThis AppMenu is displayed only on the desktop client.
NoneThis AppMenu is never displayed although, the children of the AppMenu could be displayed.
WebThis AppMenu is displayed only on the web client.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ShowOn

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

MVPSI.JAMS Namespace