[]
Gets or sets a string value that is shown when the pointer is hovering over the Icon.
public string IconTip { get; set; }
Public Property IconTip As String
Type | Description |
---|---|
string | A string value that is shown when the pointer is hovering over the Icon. The default is String.Empty. |