C# Class Moonlight.AtkBridge.RootVisualAdapter

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

Méthodes publiques

Méthode Description
RootVisualAdapter ( System.Windows.Automation.Peers.AutomationPeer peer ) : Atk

Méthodes protégées

Méthode Description
OnGetIndexInParent ( ) : int
OnGetName ( ) : string
OnGetParent ( ) : Atk.Object
OnSetParent ( Atk parent ) : void

Private Methods

Méthode Description
UpdatePeer ( System.Windows.Automation.Peers.AutomationPeer peer ) : void

Method Details

OnGetIndexInParent() protected méthode

protected OnGetIndexInParent ( ) : int
Résultat int

OnGetName() protected méthode

protected OnGetName ( ) : string
Résultat string

OnGetParent() protected méthode

protected OnGetParent ( ) : Atk.Object
Résultat Atk.Object

OnSetParent() protected méthode

protected OnSetParent ( Atk parent ) : void
parent Atk
Résultat void

RootVisualAdapter() public méthode

public RootVisualAdapter ( System.Windows.Automation.Peers.AutomationPeer peer ) : Atk
peer System.Windows.Automation.Peers.AutomationPeer
Résultat Atk