C# 클래스 UiaAtkBridge.Menu

상속: ComponentParentAdapter, ICanHaveSelection
파일 보기 프로젝트 열기: mono/uia2atk

보호된 프로퍼티들

프로퍼티 타입 설명
selected bool

공개 메소드들

메소드 설명
AddSelection ( int i ) : bool
ClearSelection ( ) : bool
ICanHaveSelection ( Adapter keepSelected ) : void
IsChildSelected ( int i ) : bool
Menu ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
RefSelection ( int i ) : Atk.Object
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : bool

보호된 메소드들

메소드 설명
Menu ( IntPtr ptr ) : System

비공개 메소드들

메소드 설명
Deselect ( ) : void

메소드 상세

AddSelection() 공개 메소드

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

ClearSelection() 공개 메소드

public ClearSelection ( ) : bool
리턴 bool

ICanHaveSelection() 공개 메소드

public ICanHaveSelection ( Adapter keepSelected ) : void
keepSelected Adapter
리턴 void

IsChildSelected() 공개 메소드

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

Menu() 공개 메소드

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

Menu() 보호된 메소드

protected Menu ( IntPtr ptr ) : System
ptr System.IntPtr
리턴 System

RaiseAutomationEvent() 공개 메소드

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

RaiseStructureChangedEvent() 공개 메소드

public RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
provider object
e System.Windows.Automation.StructureChangedEventArgs
리턴 void

RefSelection() 공개 메소드

public RefSelection ( int i ) : Atk.Object
i int
리턴 Atk.Object

RemoveSelection() 공개 메소드

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

SelectAllSelection() 공개 메소드

public SelectAllSelection ( ) : bool
리턴 bool

프로퍼티 상세

selected 보호되어 있는 프로퍼티

protected bool selected
리턴 bool