C# Class ExcelDna.IntelliSense.ExcelToolTipWatcher

Inheritance: IDisposable
Exibir arquivo Open project: Excel-DNA/IntelliSense Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ExcelToolTipWatcher ( WindowWatcher windowWatcher, SynchronizationContext syncContextAuto ) : System
GetLastToolTipOrZero ( ) : IntPtr
_windowWatcher_ExcelToolTipWindowChanged ( object sender, WindowWatcher e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ExcelToolTipWatcher() public method

public ExcelToolTipWatcher ( WindowWatcher windowWatcher, SynchronizationContext syncContextAuto ) : System
windowWatcher WindowWatcher
syncContextAuto System.Threading.SynchronizationContext
return System

GetLastToolTipOrZero() public method

public GetLastToolTipOrZero ( ) : IntPtr
return System.IntPtr

_windowWatcher_ExcelToolTipWindowChanged() public method

public _windowWatcher_ExcelToolTipWindowChanged ( object sender, WindowWatcher e ) : void
sender object
e WindowWatcher
return void