[]
Gets or sets a ToolTipIcon that is displayed in the tool tip.
public ToolTipIcon ToolTipIcon { get; set; }
Public Property ToolTipIcon As ToolTipIcon
Type | Description |
---|---|
ToolTipIcon | A ToolTipIcon value. The default is None. |
Type | Condition |
---|---|
InvalidEnumArgumentException | The assigned value is not a ToolTipIcon value. |