C# Class 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).
Inheritance: BoundingRectangleElementHighLighter
Mostra file Open project: TestStack/UIAVerify

Public Methods

Method Description
FadingBoundingRectangleElementHighLighter ( AutomationElementTreeControl treeControl ) : System

Protected Methods

Method Description
OnDispose ( ) : void
SetVisibility ( bool show ) : void

Private Methods

Method Description
SetHidingTimer ( ) : void
_timer_Tick ( object sender, EventArgs e ) : void

Method Details

FadingBoundingRectangleElementHighLighter() public method

public FadingBoundingRectangleElementHighLighter ( AutomationElementTreeControl treeControl ) : System
treeControl VisualUIAVerify.Controls.AutomationElementTreeControl
return System

OnDispose() protected method

protected OnDispose ( ) : void
return void

SetVisibility() protected method

protected SetVisibility ( bool show ) : void
show bool
return void