Méthode | Description | |
---|---|---|
CloseEverything ( ) : void | ||
Show ( ) : void |
Call this method to show the notification
|
|
YamuiNotification ( string htmlTitle, string htmlMessage, int duration, |
Create a new notification, to be displayed with Show() later
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnActivated ( EventArgs e ) : void | ||
OnClosed ( EventArgs e ) : void | ||
OnClosing ( |
||
OnLoad ( EventArgs e ) : void | ||
OnShown ( EventArgs e ) : void |
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnCloseAllVisibleNotif ( ) : void |
The user clicked on the button to close all visible notifications
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
protected OnActivated ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnClosing ( |
||
e | ||
Résultat | void |
public YamuiNotification ( string htmlTitle, string htmlMessage, int duration, |
||
htmlTitle | string | |
htmlMessage | string | |
duration | int | |
screenToUse | ||
formMinWidth | int | |
formMaxWidth | int | |
formMaxHeight | int | |
onLinkClicked | EventHandler |
|
Résultat | System |