ToolTipIcon
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines a set of standardized icons that can be associated with a ToolTip.
- C#
- VB.NET
public enum ToolTipIcon : Enum
Public Enum ToolTipIcon As [Enum]
Fields
| Name | Description |
|---|---|
| Default | Use the icon defined in the theme. |
| Error | An error icon. |
| Info | An information icon. |
| None | No icon. |
| Warning | A warning icon. |
Used By
| Name | Description |
|---|---|
| HelpTip.HelpTipIcon | Returns or sets a value that defines the type of icon to be displayed alongside the HelpTip text. |
| ToolTip.ToolTipIcon | Returns or sets a value that defines the type of icon to be displayed alongside the ToolTip text. |