Partager via


BalloonToolTip.Show Method (Control, String, String, ToolTipIcon)

 

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

  • error
    Type: System.String

    The error message in the balloon tooltip.

See Also

BalloonToolTip Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top