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.
Hides 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 Hide(
Control control
)
public:
[SecurityPermissionAttribute(SecurityAction::LinkDemand, UnmanagedCode = true)]
static void Hide(
Control^ control
)
<SecurityPermissionAttribute(SecurityAction.LinkDemand, UnmanagedCode := True)>
Public Shared Sub Hide (
control As Control
)
Parameters
control
Type: System.Windows.Forms.ControlThe control for which to hide the balloon tooltip.
See Also
BalloonToolTip Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top