C# Class Mono.UIAutomation.Winforms.Behaviors.LinkLabel.InvokeProviderBehavior

Inheritance: ProviderBehavior, IInvokeProvider, IHypertext
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
Connect ( ) : void
Disconnect ( ) : void
Enabled ( int index ) : bool
Invoke ( ) : void
Invoke ( int index ) : void
InvokeProviderBehavior ( FragmentControlProvider provider ) : System
Length ( int index ) : int
Start ( int index ) : int
Uri ( int index ) : string

Private Methods

Méthode Description
PerformClick ( int index ) : void

Method Details

Connect() public méthode

public Connect ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Enabled() public méthode

public Enabled ( int index ) : bool
index int
Résultat bool

Invoke() public méthode

public Invoke ( ) : void
Résultat void

Invoke() public méthode

public Invoke ( int index ) : void
index int
Résultat void

InvokeProviderBehavior() public méthode

public InvokeProviderBehavior ( FragmentControlProvider provider ) : System
provider FragmentControlProvider
Résultat System

Length() public méthode

public Length ( int index ) : int
index int
Résultat int

Start() public méthode

public Start ( int index ) : int
index int
Résultat int

Uri() public méthode

public Uri ( int index ) : string
index int
Résultat string