C# 클래스 VisualUIAVerify.Features.FadingBoundingRectangleElementHighLighter

this class is implementation of highlighter. It will draw a fading bounding rectangle around the control of selected automation element. It means that the bounding rectangle will disappear in short time (like 5 seconds).
상속: BoundingRectangleElementHighLighter
파일 보기 프로젝트 열기: TestStack/UIAVerify

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
SetHidingTimer ( ) : void
_timer_Tick ( object sender, EventArgs e ) : void

메소드 상세

FadingBoundingRectangleElementHighLighter() 공개 메소드

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

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void

SetVisibility() 보호된 메소드

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