BalloonToolTip Class
Represents a balloon tooltip.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Common.BalloonToolTip
Syntax
public static class BalloonToolTip
public ref class BalloonToolTip abstract sealed
Public NotInheritable Class BalloonToolTip
Methods
Name | Description | |
---|---|---|
Hide(Control) | Hides the balloon tooltip for the specified control. |
|
Show(Control, String, String, ToolTipIcon) | Shows the balloon tooltip for the specified control. |
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.
See Also
Microsoft.WindowsServerSolutions.Common Namespace
Return to top