C# Class Moonlight.AtkBridge.AutomationBridge

Mostrar archivo Open project: mono/uia2atk

Public Methods

Method Description
CreateAutomationBridge ( ) : AutomationBridge
GetAccessibleHandle ( ) : IntPtr
IsAccessibilityEnabled ( ) : bool
Shutdown ( ) : void

Private Methods

Method 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 method

public static CreateAutomationBridge ( ) : AutomationBridge
return AutomationBridge

GetAccessibleHandle() public method

public GetAccessibleHandle ( ) : IntPtr
return System.IntPtr

IsAccessibilityEnabled() public static method

public static IsAccessibilityEnabled ( ) : bool
return bool

Shutdown() public method

public Shutdown ( ) : void
return void