ToolTipIcon 枚举
定义
定义一组可与工具提示相关联的标准化图标。Defines a set of standardized icons that can be associated with a ToolTip.
public enum class ToolTipIcon
public enum ToolTipIcon
type ToolTipIcon =
Public Enum ToolTipIcon
- 继承
字段
Error | 3 | 错误图标。An error icon. |
Info | 1 | 信息图标。An information icon. |
None | 0 | 不是标准图标。Not a standard icon. |
Warning | 2 | 警告图标。A warning icon. |
注解
ToolTipIcon枚举定义一小部分标准化图标,这些图标可以作为工具提示的一部分显示。The ToolTipIcon enumeration defines a small set of standardized icons that can be displayed as part of a ToolTip. 这是通过将类的 ToolTip.ToolTipIcon 属性设置 ToolTip 为以下值之一来完成的。This is accomplished by setting the ToolTip.ToolTipIcon property of the ToolTip class to one of the following values.