C# Class Mono.UIAutomation.Winforms.UpDownBaseProvider.UpDownBaseButtonProvider

Inheritance: FragmentControlProvider
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
Initialize ( ) : void
UpDownBaseButtonProvider ( UpDownBase upDownBase, UpDownBaseButtonOrientation orientation ) : System

Méthodes protégées

Méthode Description
GetProviderPropertyValue ( int propertyId ) : object

Private Methods

Méthode Description
GetNameProperty ( ) : string

Method Details

GetProviderPropertyValue() protected méthode

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

Initialize() public méthode

public Initialize ( ) : void
Résultat void

UpDownBaseButtonProvider() public méthode

public UpDownBaseButtonProvider ( UpDownBase upDownBase, UpDownBaseButtonOrientation orientation ) : System
upDownBase System.Windows.Forms.UpDownBase
orientation UpDownBaseButtonOrientation
Résultat System