JAMS Developer Guide
EntryIcon Enumeration


MVPSI.JAMS Namespace : EntryIcon Enumeration
Identifies an overridden 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.
HeldSets the entry icon to indicate progress is held.
NeedInstructionSets the entry icon to indicate instruction is required.
NoChangeDisables any change for the entry icon.
PurpleSets the entry icon to purple.
QuestionSets the entry icon to indicate a response is required.
RedSets the entry icon to red.
WarningSets the entry icon to indicate a warning status.
WhiteSets the entry icon to white.
YellowSets the entry 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