C# Class Mono.UIAutomation.Winforms.ErrorProviderListener

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

Méthodes publiques

Méthode Description
GetErrorProviderFromControl ( Control control ) : System.Windows.Forms.ErrorProvider
Initialize ( ) : void

Private Methods

Méthode Description
ErrorProviderListener ( ) : System
OnUIAControlHookUp ( object sender, System.Windows.Forms args ) : void
OnUIAControlUnhookUp ( object sender, System.Windows.Forms args ) : void
OnUIAErrorProviderHookUp ( object sender, System.Windows.Forms args ) : void
OnUIAErrorProviderUnhookUp ( object sender, System.Windows.Forms args ) : void
OnUIAPopup ( object sender, System.Windows.Forms args ) : void
OnUIAUnPopup ( object sender, System.Windows.Forms args ) : void

Method Details

GetErrorProviderFromControl() public static méthode

public static GetErrorProviderFromControl ( Control control ) : System.Windows.Forms.ErrorProvider
control Control
Résultat System.Windows.Forms.ErrorProvider

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void