C# Class ExcelVerticalTab.WindowMessageHandler

Inheritance: System.Windows.Forms.NativeWindow, IDisposable
Datei anzeigen Open project: nk9k/ExcelVerticalTab Class Usage Examples

Private Properties

Property Type Description
FindTarget System.IntPtr

Public Methods

Method Description
Dispose ( ) : void
WindowMessageHandler ( Microsoft.Office.Interop.Excel application ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
FindTarget ( IntPtr hwnd ) : IntPtr

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

WindowMessageHandler() public method

public WindowMessageHandler ( Microsoft.Office.Interop.Excel application ) : System
application Microsoft.Office.Interop.Excel
return System

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void