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.ControlThe control for which to show the balloon tooltip.
error
Type: System.StringThe error message in the balloon tooltip.
title
Type: System.StringThe title of the balloon tooltip.
icon
Type: System.Windows.Forms.ToolTipIconThe icon to display for the balloon tooltip.
See Also
BalloonToolTip Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top