C# 클래스 TPConfAddin.Utils.MessageBoxTimeOut

파일 보기 프로젝트 열기: eSDK/esdk_OutlookPlugin

공개 메소드들

메소드 설명
Show ( string text, string caption, int timeout ) : void

비공개 메소드들

메소드 설명
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
KillMessageBox ( ) : void
PostMessage ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : int
StartTimer ( int interval ) : void
Timer_Tick ( object sender, EventArgs e ) : void

메소드 상세

Show() 공개 메소드

public Show ( string text, string caption, int timeout ) : void
text string
caption string
timeout int
리턴 void