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 | |
---|---|---|
InformationPanelMessage(String) | Initializes a new instance of the InformationPanelMessage class with the specified text. | |
InformationPanelMessage(String, ToolTipIcon) | Initializes a new instance of the InformationPanelMessage class with the specified text and icon. | |
InformationPanelMessage(String, ToolTipIcon, Object) | Initializes a new instance of the InformationPanelMessage class with the specified text, icon, and tag. |
Top
Properties
Name | Description | |
---|---|---|
Icon | Gets a value that defines the type of icon that can be displayed alongside the tooltip text. | |
Tag | Gets the object that contains data of the specified control. | |
Text | Gets the text for the control. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.