HypernovaDesktop Components · docs
Binarymission
WinForms › Alert Popup

Alert Popup

.NET Framework 4.8.NET 6 / 8 / 10v4.0.0WinForms

Binarymission AlertPopup is a specialized .NET Control that will display alert pop-up windows styled like the popular MSN Instant messenger and Microsoft Outlook message pop-up windows.

11public types
88public members
1namespaces

Assembly

AssemblyBinarymission.WinForms.Controls.BinaryAlertPopup.dll
Root namespaceBinarymission.WinForms.Controls.NotificationControls
Target frameworks.NET Framework 4.8, .NET 6 / 8 / 10

Getting started

using Binarymission.WinForms.Controls.NotificationControls;

// Designer: build the solution once, then drag AlertPopup from the Toolbox onto a form.
// In code:
var alertPopup = new AlertPopup
{
    Dock = DockStyle.Fill,
};
this.Controls.Add(alertPopup);

API reference

Binarymission.WinForms.Controls.NotificationControls

class AlertPopupAlertPopup .NET control class.
delegate AboutToPlaySoundHandlerProvides the method signature for handling the event AboutToPlaySound.
delegate AboutToPopupHandlerProvides the method signature for handling the event AboutToPopup.
delegate ContextMenuShowHandlerProvides the method signature for handling the event ContextMenuShown.
delegate ExitButtonClickHandlerProvides the method signature for handling the event PopupExitButtonClicked.
delegate PopupCustomImageClickedHandlerProvides the method signature for handling the event PopupCustomImageClicked.
enum AlertPopupStyleLists the styles supported for rendering the pop-up control.
enum AlertPopupThemeColorLists the emulated Windows XP themes supported for rendering the pop-up control.
class CustomAlertPopupWindowImageClickedEventArgsHelper class to return more information on the current MouseEventArgs, based on the mouse movements over the CustomAlertPopupWindowImage.
enum CustomColorTypeLists the custom color types supported for drawing the pop-up window's background.
enum DisappearingStyleLists the supported styles for "hiding" the pop-up window.