C# 클래스 SimpleEpub2.Tools.AutoClosingMessageBox

파일 보기 프로젝트 열기: henryxrl/SimpleEpub2

공개 메소드들

메소드 설명
AutoClosingMessageBox ( Form f, String text, String caption, Int32 timeout ) : System
Show ( Form f, String text, String caption, Int32 timeout ) : void

비공개 메소드들

메소드 설명
FindWindow ( String lpClassName, String lpWindowName ) : IntPtr
OnTimerElapsed ( object state ) : void
SendMessage ( IntPtr hWnd, UInt32 Msg, IntPtr wParam, IntPtr lParam ) : IntPtr

메소드 상세

AutoClosingMessageBox() 공개 메소드

public AutoClosingMessageBox ( Form f, String text, String caption, Int32 timeout ) : System
f System.Windows.Forms.Form
text String
caption String
timeout System.Int32
리턴 System

Show() 공개 정적인 메소드

public static Show ( Form f, String text, String caption, Int32 timeout ) : void
f System.Windows.Forms.Form
text String
caption String
timeout System.Int32
리턴 void