C# 클래스 UiaAtkBridge.HyperlinkActor

상속: Adapter, Atk.IActionImplementor
파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnRefStateSet ( ) : Atk.StateSet
UpdateNameProperty ( string newName, bool fromCtor ) : void

메소드 상세

DoAction() 공개 메소드

public DoAction ( int action ) : bool
action int
리턴 bool

GetDescription() 공개 메소드

public GetDescription ( int action ) : string
action int
리턴 string

GetKeybinding() 공개 메소드

public GetKeybinding ( int action ) : string
action int
리턴 string

GetLocalizedName() 공개 메소드

public GetLocalizedName ( int action ) : string
action int
리턴 string

GetName() 공개 메소드

public GetName ( int action ) : string
action int
리턴 string

HyperlinkActor() 공개 메소드

public HyperlinkActor ( Hyperlink parent, int index ) : System
parent Hyperlink
index int
리턴 System

OnRefStateSet() 보호된 메소드

protected OnRefStateSet ( ) : Atk.StateSet
리턴 Atk.StateSet

RaiseAutomationEvent() 공개 메소드

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

SetDescription() 공개 메소드

public SetDescription ( int action, string description ) : bool
action int
description string
리턴 bool

UpdateNameProperty() 보호된 메소드

protected UpdateNameProperty ( string newName, bool fromCtor ) : void
newName string
fromCtor bool
리턴 void