C# Class TPConfAddin.Utils.MessageBoxTimeOut

Afficher le fichier Open project: eSDK/esdk_OutlookPlugin

Méthodes publiques

Méthode Description
Show ( string text, string caption, int timeout ) : void

Private Methods

Méthode 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 méthode

public Show ( string text, string caption, int timeout ) : void
text string
caption string
timeout int
Résultat void