C# Class TPConfAddin.MessageBoxTimeOut

Mostrar archivo Open project: eSDK/esdk_OutlookPlugin Class Usage Examples

Public Methods

Method Description
Show ( string text, string caption, int timeout ) : void

Private Methods

Method Description
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

Method Details

Show() public method

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