Share via


InformationPanelMessage.Icon Property

Gets a value that defines the type of icon that can be displayed alongside the tooltip text.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property Icon As ToolTipIcon
    Get
'Usage
Dim instance As InformationPanelMessage
Dim value As ToolTipIcon

value = instance.Icon
public ToolTipIcon Icon { get; }
public:
property ToolTipIcon Icon {
    ToolTipIcon get ();
}
member Icon : ToolTipIcon
function get Icon () : ToolTipIcon

Property Value

Type: System.Windows.Forms.ToolTipIcon
The object icon.