BCGControlBar Library for .NET
DesktopAlert Class
Members 




Represents a component located on the toolbox to manage specified desktop alert window in the application.  This component creates a control of type DesktopAlertControl which is a special form displaying some information. Its behavior is equal to the popup windows in MS Outlook. It allows to generate popup windows with specified size and location. You can set different types of animation during the appearance of popup window. It is possible to add link, message and picture to its surface.  The size of the caption, its icon and text can also be specified. You can set different visual styles for the popup window. To display custom content for the popup window you can add a panel as an embedded control.
It's possible to show the "default" dialog containing an icon, a message text (label) and a link. You can handle clicks on the link and perform some actions upon the click. Another option is to create the dialog from application resources and put any controls you want.
Object Model
DesktopAlert ClassVisualManager ClassDesktopAlertControl Class
Syntax
'Declaration
 
Public Class DesktopAlert 
   Inherits System.ComponentModel.Component
'Usage
 
Dim instance As DesktopAlert
public class DesktopAlert : System.ComponentModel.Component 
public __gc class DesktopAlert : public System.ComponentModel.Component 
public ref class DesktopAlert : public System.ComponentModel.Component 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         BCGSoft.Controls.Shared.DesktopAlert

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 Members
BCGSoft.Controls.Shared Namespace

Send Feedback