C# 클래스 YamuiFramework.Forms.YamuiNotification

파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

공개 메소드들

메소드 설명
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