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
Afficher le fichier Open project: TestStack/UIAVerify

Méthodes publiques

Méthode Description
FadingBoundingRectangleElementHighLighter ( AutomationElementTreeControl treeControl ) : System

Méthodes protégées

Méthode Description
OnDispose ( ) : void
SetVisibility ( bool show ) : void

Private Methods

Méthode Description
SetHidingTimer ( ) : void
_timer_Tick ( object sender, EventArgs e ) : void

Method Details

FadingBoundingRectangleElementHighLighter() public méthode

public FadingBoundingRectangleElementHighLighter ( AutomationElementTreeControl treeControl ) : System
treeControl VisualUIAVerify.Controls.AutomationElementTreeControl
Résultat System

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void

SetVisibility() protected méthode

protected SetVisibility ( bool show ) : void
show bool
Résultat void