BCGControlBar Library for .NET
DesktopAlertControl Class
Members 




Implements the functionality of a modeless dialog which appears on the screen when the method ShowPopupAlert  of the DesktopAlert component is called.
The window may be transparent, may appear with some animation effects and may disappear with a delay or may be dismissed by click on a close button.

Usually you don't need to access this control directly. Its behavior should be controlled using the DesktopAlert component.

Object Model
DesktopAlertControl ClassVisualManager Class
Syntax
'Declaration
 
Public Class DesktopAlertControl 
   Inherits System.Windows.Forms.Form
   Implements BCGSoft.Visualization.IVisualizationProvider 
'Usage
 
Dim instance As DesktopAlertControl
public __gc class DesktopAlertControl : public System.Windows.Forms.Form, BCGSoft.Visualization.IVisualizationProvider  
public ref class DesktopAlertControl : public System.Windows.Forms.Form, BCGSoft.Visualization.IVisualizationProvider  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     BCGSoft.Controls.Shared.DesktopAlertControl

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

DesktopAlertControl Members
BCGSoft.Controls.Shared Namespace

Send Feedback