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
| Assembly | Binarymission.WinForms.Controls.BinaryAlertPopup.dll |
| Root namespace | Binarymission.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 AlertPopup | AlertPopup .NET control class. |
delegate AboutToPlaySoundHandler | Provides the method signature for handling the event AboutToPlaySound. |
delegate AboutToPopupHandler | Provides the method signature for handling the event AboutToPopup. |
delegate ContextMenuShowHandler | Provides the method signature for handling the event ContextMenuShown. |
delegate ExitButtonClickHandler | Provides the method signature for handling the event PopupExitButtonClicked. |
delegate PopupCustomImageClickedHandler | Provides the method signature for handling the event PopupCustomImageClicked. |
enum AlertPopupStyle | Lists the styles supported for rendering the pop-up control. |
enum AlertPopupThemeColor | Lists the emulated Windows XP themes supported for rendering the pop-up control. |
class CustomAlertPopupWindowImageClickedEventArgs | Helper class to return more information on the current MouseEventArgs, based on the mouse movements over the CustomAlertPopupWindowImage. |
enum CustomColorType | Lists the custom color types supported for drawing the pop-up window's background. |
enum DisappearingStyle | Lists the supported styles for "hiding" the pop-up window. |