C# Class UIA.Extensions.AutomationHandler

Inheritance: System.Windows.Forms.NativeWindow
ファイルを表示 Open project: northwoodspd/UIA.Extensions Class Usage Examples

Public Methods

Method Description
AutomationHandler ( IWin32Window window, ControlProvider controlProvider ) : System.Windows.Automation.Provider

Protected Methods

Method Description
WndProc ( Message &m ) : void

Method Details

AutomationHandler() public method

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

WndProc() protected method

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