C# Class UIA.Extensions.AutomationHandler

Inheritance: System.Windows.Forms.NativeWindow
Afficher le fichier Open project: northwoodspd/UIA.Extensions Class Usage Examples

Méthodes publiques

Méthode Description
AutomationHandler ( IWin32Window window, ControlProvider controlProvider ) : System.Windows.Automation.Provider

Méthodes protégées

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

Method Details

AutomationHandler() public méthode

public AutomationHandler ( IWin32Window window, ControlProvider controlProvider ) : System.Windows.Automation.Provider
window IWin32Window
controlProvider UIA.Extensions.AutomationProviders.ControlProvider
Résultat System.Windows.Automation.Provider

WndProc() protected méthode

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