C# Class Mono.UIAutomation.Winforms.ComboBoxProvider.ComboBoxButtonProvider

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

Méthodes publiques

Méthode Description
ComboBoxButtonProvider ( System.Windows.Forms control, ComboBoxProvider provider ) : System
Initialize ( ) : void

Méthodes protégées

Méthode Description
GetProviderPropertyValue ( int propertyId ) : object

Method Details

ComboBoxButtonProvider() public méthode

public ComboBoxButtonProvider ( System.Windows.Forms control, ComboBoxProvider provider ) : System
control System.Windows.Forms
provider ComboBoxProvider
Résultat System

GetProviderPropertyValue() protected méthode

protected GetProviderPropertyValue ( int propertyId ) : object
propertyId int
Résultat object

Initialize() public méthode

public Initialize ( ) : void
Résultat void