BCGControlBar Library for .NET
HidePopupAlert Method




Hides the DesktopAlertControl window. It sets the Visible property to false. The desktop alert window is not destroyed.
Call ShowPopupAlert to display the desktop alert window.
Syntax
'Declaration
 
Public Sub HidePopupAlert() 
'Usage
 
Dim instance As DesktopAlert
 
instance.HidePopupAlert()
public void HidePopupAlert()
public: void HidePopupAlert(); 
public:
void HidePopupAlert(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DesktopAlert Class
DesktopAlert Members

Send Feedback