| Visual Basic (Declaration) | |
|---|---|
Public Enum esriE2SkinFont Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum esriE2SkinFont : Enum | |
| Member | Description |
|---|---|
| MenuFont | The menu font. |
| TaskHotFont | Font used in hot menu bars. |
| TaskFont | The font of a Task. |
| MenuHotFont | The font of hot menu bars. |
| MenuBarFont | The font of menu bars. |
| DialogFont | The font of a dialog. |
| MainFont | The main font. |
| HudFont | Font of the Heads-Up Display (HUD). |
| TaskTitleNormalFont | Font of each individual task. |
| TaskTitleBoldFont | Font of the major task center headings Tasks, Results, or Contents. |
| TaskTitleUnderlineFont | Underlined task font. |
| TaskTitleBoldUnderlineFont | Bold underlined task font. |
Used in the GetE2SkinFont method of the SkinInfo
class.
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.E2API.esriE2SkinFont
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