| Visual Basic (Declaration) | |
|---|---|
Public Enum esriE2SkinColor Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum esriE2SkinColor : Enum | |
| Member | Description |
|---|---|
| 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. |
| TaskDragHighlightColor | Reserved. |
| DialogControlBackColor | Background color of all dialogs. Only visible briefly when the tasks, results or contents windows are undocked from the Task Manager. |
| HotStaticTextColor | Reserved. |
| StaticTextColor | Reserved. |
| ActiveEndColor | Reserved. |
| HudDisplayColor | Color of the Heads-Up Display (HUD). |
Used in the GetE2SkinColor method of the SkinInfo
class.
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.E2API.esriE2SkinColor
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This enumeration was added to the E2API at version 1.0.0.348.
Copy Code