C# Class Mono.UIAutomation.Winforms.FormListener

显示文件 Open project: mono/uia2atk Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void

Set up the FormListener class to listen to winforms events that will allow the correct UIA providers to be created and the correct UIA events to be fired.

Private Methods

Method Description
OnFormAdded ( object sender, EventArgs args ) : void

Method Details

Initialize() public static method

Set up the FormListener class to listen to winforms events that will allow the correct UIA providers to be created and the correct UIA events to be fired.
public static Initialize ( ) : void
return void