C# Class ExcelDna.IntelliSense.WindowWatcher

Inheritance: IDisposable
Mostra file Open project: Excel-DNA/IntelliSense Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
TryInitialize ( ) : void
WindowWatcher ( SynchronizationContext syncContextAuto ) : System

Private Methods

Method Description
OnFormulaEditLocationChanged ( ) : void
UpdateFocus ( IntPtr windowHandle, string windowClassName ) : bool
_windowStateChangeHook_WinEventReceived ( object sender, WinEventHook e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TryInitialize() public method

public TryInitialize ( ) : void
return void

WindowWatcher() public method

public WindowWatcher ( SynchronizationContext syncContextAuto ) : System
syncContextAuto System.Threading.SynchronizationContext
return System