C# Class Mono.UIAutomation.Winforms.FormListener

Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
OnFormAdded ( object sender, EventArgs args ) : void

Method Details

Initialize() public static méthode

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
Résultat void