C# Class ExcelVerticalTab.WindowMessageHandler

Inheritance: System.Windows.Forms.NativeWindow, IDisposable
Afficher le fichier Open project: nk9k/ExcelVerticalTab Class Usage Examples

Private Properties

Свойство Type Description
FindTarget System.IntPtr

Méthodes publiques

Méthode Description
Dispose ( ) : void
WindowMessageHandler ( Microsoft.Office.Interop.Excel application ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
FindTarget ( IntPtr hwnd ) : IntPtr

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

WindowMessageHandler() public méthode

public WindowMessageHandler ( Microsoft.Office.Interop.Excel application ) : System
application Microsoft.Office.Interop.Excel
Résultat System

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void