C# 클래스 UiaAtkBridge.HeaderItem

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

공개 메소드들

메소드 설명
DoAction ( int i ) : bool
GetDescription ( int i ) : string
GetImagePosition ( int &x, int &y, Atk coordType ) : void
GetImageSize ( int &width, int &height ) : void
GetKeybinding ( int i ) : string
GetLocalizedName ( int i ) : string
GetName ( int i ) : string
HeaderItem ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs args ) : void
SetDescription ( int i, string desc ) : bool
SetImageDescription ( string description ) : bool

비공개 메소드들

메소드 설명
DoClick ( ) : bool

메소드 상세

DoAction() 공개 메소드

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

GetDescription() 공개 메소드

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

GetImagePosition() 공개 메소드

public GetImagePosition ( int &x, int &y, Atk coordType ) : void
x int
y int
coordType Atk
리턴 void

GetImageSize() 공개 메소드

public GetImageSize ( int &width, int &height ) : void
width int
height int
리턴 void

GetKeybinding() 공개 메소드

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

GetLocalizedName() 공개 메소드

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

GetName() 공개 메소드

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

HeaderItem() 공개 메소드

public HeaderItem ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
리턴 System

RaiseAutomationEvent() 공개 메소드

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

SetDescription() 공개 메소드

public SetDescription ( int i, string desc ) : bool
i int
desc string
리턴 bool

SetImageDescription() 공개 메소드

public SetImageDescription ( string description ) : bool
description string
리턴 bool