C# Class Mono.UIAutomation.Winforms.ScrollBarProvider

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

Méthodes publiques

Méthode Description
FinalizeChildControlStructure ( ) : void
GetChildButtonProvider ( ScrollBarButtonOrientation orientation ) : FragmentControlProvider
Initialize ( ) : void
InitializeChildControlStructure ( ) : void
PerformComponentMapping ( Component component ) : IRawElementProviderFragment
RegisterComponentMappings ( ) : void
ScrollBarProvider ( ScrollBar scrollbar ) : System

Méthodes protégées

Méthode Description
GetProviderPropertyValue ( int propertyId ) : object

Method Details

FinalizeChildControlStructure() public méthode

public FinalizeChildControlStructure ( ) : void
Résultat void

GetChildButtonProvider() public méthode

public GetChildButtonProvider ( ScrollBarButtonOrientation orientation ) : FragmentControlProvider
orientation ScrollBarButtonOrientation
Résultat FragmentControlProvider

GetProviderPropertyValue() protected méthode

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

Initialize() public méthode

public Initialize ( ) : void
Résultat void

InitializeChildControlStructure() public méthode

public InitializeChildControlStructure ( ) : void
Résultat void

PerformComponentMapping() public static méthode

public static PerformComponentMapping ( Component component ) : IRawElementProviderFragment
component System.ComponentModel.Component
Résultat IRawElementProviderFragment

RegisterComponentMappings() public static méthode

public static RegisterComponentMappings ( ) : void
Résultat void

ScrollBarProvider() public méthode

public ScrollBarProvider ( ScrollBar scrollbar ) : System
scrollbar System.Windows.Forms.ScrollBar
Résultat System