C# Класс YamuiFramework.Forms.YamuiNotification

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CloseEverything ( ) : void
Show ( ) : void

Call this method to show the notification

YamuiNotification ( string htmlTitle, string htmlMessage, int duration, Screen screenToUse = null, int formMinWidth, int formMaxWidth, int formMaxHeight, EventHandler onLinkClicked = null ) : System

Create a new notification, to be displayed with Show() later

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnActivated ( EventArgs e ) : void
OnClosed ( EventArgs e ) : void
OnClosing ( CancelEventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnShown ( EventArgs e ) : void

Приватные методы

Метод Описание
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

Описание методов

CloseEverything() публичный статический Метод

public static CloseEverything ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnActivated() защищенный Метод

protected OnActivated ( EventArgs e ) : void
e EventArgs
Результат void

OnClosed() защищенный Метод

protected OnClosed ( EventArgs e ) : void
e EventArgs
Результат void

OnClosing() защищенный Метод

protected OnClosing ( CancelEventArgs e ) : void
e System.ComponentModel.CancelEventArgs
Результат void

OnLoad() защищенный Метод

protected OnLoad ( EventArgs e ) : void
e EventArgs
Результат void

OnShown() защищенный Метод

protected OnShown ( EventArgs e ) : void
e EventArgs
Результат void

Show() публичный Метод

Call this method to show the notification
public Show ( ) : void
Результат void

YamuiNotification() публичный Метод

Create a new notification, to be displayed with Show() later
public YamuiNotification ( string htmlTitle, string htmlMessage, int duration, Screen screenToUse = null, int formMinWidth, int formMaxWidth, int formMaxHeight, EventHandler onLinkClicked = null ) : System
htmlTitle string
htmlMessage string
duration int
screenToUse System.Windows.Forms.Screen
formMinWidth int
formMaxWidth int
formMaxHeight int
onLinkClicked EventHandler
Результат System