ESRI.ArcGIS.E2API Feedback via the User Forum
esriE2SkinColor Enumeration
See Also  
ESRI.ArcGIS.E2API Namespace : esriE2SkinColor Enumeration


Colors set in the application skin file.

Syntax

Visual Basic (Declaration) 
Public Enum esriE2SkinColor 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As esriE2SkinColor
C# 
public enum esriE2SkinColor : Enum 

Members

MemberDescription
MenuAndTaskStartColor Color of the start of the menu bar. This color blends horizontally in to MenuAndTaskEndColor.
MenuAndTaskEndColor Color of the end of the menu bar. This color blends horizontally in to MenuAndTaskStartColor.
HotStartColor Color of the start of hot menu bars. This color blends vertically in to HotEndColor.
HotEndColor Color of the end of hot menu bars. This color blends in to HotStartColor.
BorderColor Color of the border of an item such as a menu bar or menu item.
MenuColor Color of menu bars.
MenuFontColor Color of the font in menu bars.
MenuHotFontColor Color of the font in hot menu bars.
PaneStartColor Color of the start of the task pane title (Task Center, Results, Contents). This color blends horizontally in to the PaneEndColor.
TaskManagerStartColor Color of the background of the Task Center where tasks are displayed, before any tasks have been chosen.
ActiveStartColor Color of the start of active (selected) menu bars. This color blends vertically in to ActiveEndColor.
PaneEndColor Color of the end of the task pane title (Task Center, Results, Contents). This color blends horizontally in to the PaneStartColor.
GeneralBackgroundColor The general background color for menu items.
TaskDragHighlightColorReserved.
DialogControlBackColor Background color of all dialogs. Only visible briefly when the tasks, results or contents windows are undocked from the Task Manager.
HotStaticTextColorReserved.
StaticTextColorReserved.
ActiveEndColorReserved.
HudDisplayColor Color of the Heads-Up Display (HUD).

Remarks

Used in the GetE2SkinColor method of the SkinInfo class.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.E2API.esriE2SkinColor

Platforms

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Version Information

This enumeration was added to the E2API at version 1.0.0.348.

See Also