C# Class Moonlight.AtkBridge.AutomationBridge

Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
CreateAutomationBridge ( ) : AutomationBridge
GetAccessibleHandle ( ) : IntPtr
IsAccessibilityEnabled ( ) : bool
Shutdown ( ) : void

Private Methods

Méthode Description
AutomationBridge ( ) : Atk
GetProgrammaticName ( AutomationProperty prop ) : string
IsExtensionEnabled ( ) : bool
OnAutomationEventRaised ( object o, System.Windows.Automation.Peers.AutomationEventEventArgs args ) : void
OnAutomationPropertyChanged ( object o, AutomationPropertyChangedEventArgs args ) : void

Method Details

CreateAutomationBridge() public static méthode

public static CreateAutomationBridge ( ) : AutomationBridge
Résultat AutomationBridge

GetAccessibleHandle() public méthode

public GetAccessibleHandle ( ) : IntPtr
Résultat System.IntPtr

IsAccessibilityEnabled() public static méthode

public static IsAccessibilityEnabled ( ) : bool
Résultat bool

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void