Share via


InformationPanelMessage Class

Represents a control that acts as a container for other controls.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Controls.InformationPanelMessage

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

Syntax

'Declaration
Public Class InformationPanelMessage
'Usage
Dim instance As InformationPanelMessage
public class InformationPanelMessage
public ref class InformationPanelMessage
type InformationPanelMessage =  class end
public class InformationPanelMessage

The InformationPanelMessage type exposes the following members.

Constructors

  Name Description
Public method InformationPanelMessage(String) Initializes a new instance of the InformationPanelMessage class with the specified text.
Public method InformationPanelMessage(String, ToolTipIcon) Initializes a new instance of the InformationPanelMessage class with the specified text and icon.
Public method InformationPanelMessage(String, ToolTipIcon, Object) Initializes a new instance of the InformationPanelMessage class with the specified text, icon, and tag.

Top

Properties

  Name Description
Public property Icon Gets a value that defines the type of icon that can be displayed alongside the tooltip text.
Public property Tag Gets the object that contains data of the specified control.
Public property Text Gets the text for the control.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.