Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Shows the balloon tooltip for the specified control.
Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)
Syntax
[SecurityPermissionAttribute(SecurityAction.LinkDemand, UnmanagedCode = true)]
public static void Show(
    Control control,
    string error,
    string title,
    ToolTipIcon icon
)
public:
[SecurityPermissionAttribute(SecurityAction::LinkDemand, UnmanagedCode = true)]
static void Show(
    Control^ control,
    String^ error,
    String^ title,
    ToolTipIcon icon
)
<SecurityPermissionAttribute(SecurityAction.LinkDemand, UnmanagedCode := True)>
Public Shared Sub Show (
    control As Control,
    error As String,
    title As String,
    icon As ToolTipIcon
)
Parameters
- control 
 Type: System.Windows.Forms.Control- The control for which to show the balloon tooltip. 
- error 
 Type: System.String- The error message in the balloon tooltip. 
- title 
 Type: System.String- The title of the balloon tooltip. 
- icon 
 Type: System.Windows.Forms.ToolTipIcon- The icon to display for the balloon tooltip. 
See Also
BalloonToolTip Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top