C# Class UiaAtkBridge.HyperlinkActor

Inheritance: Adapter, Atk.IActionImplementor
Mostrar archivo Open project: mono/uia2atk

Public Methods

Method Description
DoAction ( int action ) : bool
GetDescription ( int action ) : string
GetKeybinding ( int action ) : string
GetLocalizedName ( int action ) : string
GetName ( int action ) : string
HyperlinkActor ( Hyperlink parent, int index ) : System
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
SetDescription ( int action, string description ) : bool

Protected Methods

Method Description
OnRefStateSet ( ) : Atk.StateSet
UpdateNameProperty ( string newName, bool fromCtor ) : void

Method Details

DoAction() public method

public DoAction ( int action ) : bool
action int
return bool

GetDescription() public method

public GetDescription ( int action ) : string
action int
return string

GetKeybinding() public method

public GetKeybinding ( int action ) : string
action int
return string

GetLocalizedName() public method

public GetLocalizedName ( int action ) : string
action int
return string

GetName() public method

public GetName ( int action ) : string
action int
return string

HyperlinkActor() public method

public HyperlinkActor ( Hyperlink parent, int index ) : System
parent Hyperlink
index int
return System

OnRefStateSet() protected method

protected OnRefStateSet ( ) : Atk.StateSet
return Atk.StateSet

RaiseAutomationEvent() public method

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
eventId System.Windows.Automation.AutomationEvent
e System.Windows.Automation.AutomationEventArgs
return void

SetDescription() public method

public SetDescription ( int action, string description ) : bool
action int
description string
return bool

UpdateNameProperty() protected method

protected UpdateNameProperty ( string newName, bool fromCtor ) : void
newName string
fromCtor bool
return void