C# Class Mono.UIAutomation.Winforms.ToolTipBaseProvider

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

Méthodes publiques

Méthode Description
Hide ( Control control ) : void
Show ( Control control ) : void

Méthodes protégées

Méthode Description
GetProviderPropertyValue ( int propertyId ) : object
GetTextFromControl ( Control control ) : string
ToolTipBaseProvider ( Component component ) : System

Method Details

GetProviderPropertyValue() protected méthode

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

GetTextFromControl() protected abstract méthode

protected abstract GetTextFromControl ( Control control ) : string
control System.Windows.Forms.Control
Résultat string

Hide() public méthode

public Hide ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

Show() public méthode

public Show ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

ToolTipBaseProvider() protected méthode

protected ToolTipBaseProvider ( Component component ) : System
component System.ComponentModel.Component
Résultat System