C# 클래스 ExcelDna.IntelliSense.FormulaEditWatcher

상속: IDisposable
파일 보기 프로젝트 열기: Excel-DNA/IntelliSense 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FormulaEditWatcher ( WindowWatcher windowWatcher, SynchronizationContext syncContextAuto ) : System

비공개 메소드들

메소드 설명
FormulaPollingCallback ( object _unused_ ) : void
GetTopLevelWindow ( AutomationElement element ) : IntPtr
InstallLocationMonitor ( IntPtr hWnd ) : void
InstallTextChangeMonitor ( AutomationElement element ) : void
OnStateChanged ( ExcelDna.IntelliSense.StateChangeEventArgs stateChangeEventArgs ) : void
SetEditWindow ( IntPtr newWindowHandle, IntPtr &hwnd, AutomationElement &element ) : void
TextChanged ( object sender, AutomationEventArgs e ) : void
UninstallLocationMonitor ( ) : void
UninstallTextChangeMonitor ( AutomationElement element ) : void
UpdateEditState ( bool moveOnly = false ) : void
UpdateFormula ( bool textChangedOnly = false ) : void
UpdateFormulaPolling ( ) : void
_windowLocationWatcher_LocationChanged ( object sender, EventArgs e ) : void
_windowWatcher_FormulaBarWindowChanged ( object sender, WindowWatcher e ) : void
_windowWatcher_InCellEditWindowChanged ( object sender, WindowWatcher e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FormulaEditWatcher() 공개 메소드

public FormulaEditWatcher ( WindowWatcher windowWatcher, SynchronizationContext syncContextAuto ) : System
windowWatcher WindowWatcher
syncContextAuto System.Threading.SynchronizationContext
리턴 System