JAMS 6.x Help
EntryIcon Enumeration


Identifies an overriden icon of a JAMS entry.
Syntax
'Declaration
 
Public Enum EntryIcon 
   Inherits System.Enum
'Usage
 
Dim instance As EntryIcon
public enum EntryIcon : System.Enum 
Members
MemberDescription
BlackSets the entry icon to black.
BlueSets the entry icon to blue.
DefaultSets the entry icon to default based on current state.
GraphiteSets the entry icon to graphite.
GreenSets the entry icon to green.
NoChangeDisables any change for the entry icon.
PurpleSets the entry icon to purple.
RedSets the entry icon to red.
WhiteSets the entry icon to white.
YellowSets the entyry icon to yellow.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.EntryIcon

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