JAMS Developer Guide
ShowOn Property


MVPSI.JAMS Namespace > AppMenu Class : ShowOn Property
Gets or sets a value which indicates which clients the AppMenu is displayed on.
Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
Public Property ShowOn As ShowOn
'Usage
 
Dim instance As AppMenu
Dim value As ShowOn
 
instance.ShowOn = value
 
value = instance.ShowOn
[System.Runtime.Serialization.DataMember()]
public ShowOn ShowOn {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

AppMenu Class
AppMenu Members