C# 클래스 MetroFramework.Forms.MetroTaskWindow

상속: MetroForm
파일 보기 프로젝트 열기: AshishKilmist/MetroFramework 1 사용 예제들

공개 메소드들

메소드 설명
CancelAutoClose ( ) : void
ForceClose ( ) : void
IsVisible ( ) : bool
MetroTaskWindow ( ) : System
MetroTaskWindow ( int duration, Control userControl ) : System
ShowTaskWindow ( IWin32Window parent, string text, Control userControl ) : void
ShowTaskWindow ( IWin32Window parent, string title, Control userControl, int secToClose ) : void
ShowTaskWindow ( string text, Control userControl ) : void
ShowTaskWindow ( string text, Control userControl, int secToClose ) : void

보호된 메소드들

메소드 설명
OnActivated ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
UpdateProgress ( ) : void

메소드 상세

CancelAutoClose() 공개 정적인 메소드

public static CancelAutoClose ( ) : void
리턴 void

ForceClose() 공개 정적인 메소드

public static ForceClose ( ) : void
리턴 void

IsVisible() 공개 정적인 메소드

public static IsVisible ( ) : bool
리턴 bool

MetroTaskWindow() 공개 메소드

public MetroTaskWindow ( ) : System
리턴 System

MetroTaskWindow() 공개 메소드

public MetroTaskWindow ( int duration, Control userControl ) : System
duration int
userControl System.Windows.Forms.Control
리턴 System

OnActivated() 보호된 메소드

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

ShowTaskWindow() 공개 정적인 메소드

public static ShowTaskWindow ( IWin32Window parent, string text, Control userControl ) : void
parent IWin32Window
text string
userControl System.Windows.Forms.Control
리턴 void

ShowTaskWindow() 공개 정적인 메소드

public static ShowTaskWindow ( IWin32Window parent, string title, Control userControl, int secToClose ) : void
parent IWin32Window
title string
userControl System.Windows.Forms.Control
secToClose int
리턴 void

ShowTaskWindow() 공개 정적인 메소드

public static ShowTaskWindow ( string text, Control userControl ) : void
text string
userControl System.Windows.Forms.Control
리턴 void

ShowTaskWindow() 공개 정적인 메소드

public static ShowTaskWindow ( string text, Control userControl, int secToClose ) : void
text string
userControl System.Windows.Forms.Control
secToClose int
리턴 void