C# 클래스 AtspiUiaSource.TableElement

상속: Element
파일 보기 프로젝트 열기: mono/uia2atk 1 사용 예제들

공개 메소드들

메소드 설명
RefreshTreeMode ( ) : void
RefreshTreeMode ( bool fromCtor ) : void
TableElement ( Accessible accessible ) : System

보호된 메소드들

메소드 설명
AddEvents ( bool fromElementConstructor ) : void

비공개 메소드들

메소드 설명
AdjustRowReferences ( int min ) : void
AdjustRowReferencesForTable ( int min ) : void
AdjustRowReferencesForTree ( int min ) : void
EnsureRowsSize ( int row ) : void
GetTreeItemElement ( int row ) : TreeItemElement
OnRowDeleted ( Accessible sender, int row, int count ) : void
OnRowInserted ( Accessible sender, int row, int count ) : void

메소드 상세

AddEvents() 보호된 메소드

protected AddEvents ( bool fromElementConstructor ) : void
fromElementConstructor bool
리턴 void

RefreshTreeMode() 공개 메소드

public RefreshTreeMode ( ) : void
리턴 void

RefreshTreeMode() 공개 메소드

public RefreshTreeMode ( bool fromCtor ) : void
fromCtor bool
리턴 void

TableElement() 공개 메소드

public TableElement ( Accessible accessible ) : System
accessible Atspi.Accessible
리턴 System