JAMS Developer Guide
EntryIcon Enumeration


MVPSI.JAMS.Host Namespace : 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
BlackA black icon
BlueA blue icon
DefaultSelects the default icon
GraphiteA graphite icon
GreenA green icon
HeldIcon indicating progress is held.
NeedInstructionIcon indicating instruction is required.
NoChangeDoes not change the icon
PurpleA purple icon
QuestionIcon indicating a response is required.
RedA red icon
WarningIcon indicating a warning status
WhiteA white icon
YellowA yellow icon
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.Host.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.Host Namespace