C# 클래스 VisualUIAVerify.Features.BoundingRectangleElementHighLighter

this class is implementation of highlighter. It will draw a bounding rectangle around the control of selected automation element.
상속: ElementHighlighter
파일 보기 프로젝트 열기: TestStack/UIAVerify

보호된 프로퍼티들

프로퍼티 타입 설명
_rectangle VisualUIAVerify.Utils.ScreenBoundingRectangle

공개 메소드들

메소드 설명
BoundingRectangleElementHighLighter ( AutomationElementTreeControl treeControl ) : System

보호된 메소드들

메소드 설명
OnDispose ( ) : void
SetToolTip ( string toolTipMessage ) : void
SetVisibility ( bool show ) : void

메소드 상세

BoundingRectangleElementHighLighter() 공개 메소드

public BoundingRectangleElementHighLighter ( AutomationElementTreeControl treeControl ) : System
treeControl VisualUIAVerify.Controls.AutomationElementTreeControl
리턴 System

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void

SetToolTip() 보호된 메소드

protected SetToolTip ( string toolTipMessage ) : void
toolTipMessage string
리턴 void

SetVisibility() 보호된 메소드

protected SetVisibility ( bool show ) : void
show bool
리턴 void

프로퍼티 상세

_rectangle 보호되어 있는 프로퍼티

protected ScreenBoundingRectangle,VisualUIAVerify.Utils _rectangle
리턴 VisualUIAVerify.Utils.ScreenBoundingRectangle