C# Class VisualUIAVerify.Features.BoundingRectangleElementHighLighter

this class is implementation of highlighter. It will draw a bounding rectangle around the control of selected automation element.
Inheritance: ElementHighlighter
Afficher le fichier Open project: TestStack/UIAVerify

Protected Properties

Свойство Type Description
_rectangle VisualUIAVerify.Utils.ScreenBoundingRectangle

Méthodes publiques

Méthode Description
BoundingRectangleElementHighLighter ( AutomationElementTreeControl treeControl ) : System

Méthodes protégées

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

Method Details

BoundingRectangleElementHighLighter() public méthode

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

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void

SetToolTip() protected méthode

protected SetToolTip ( string toolTipMessage ) : void
toolTipMessage string
Résultat void

SetVisibility() protected méthode

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

Property Details

_rectangle protected_oe property

protected ScreenBoundingRectangle,VisualUIAVerify.Utils _rectangle
Résultat VisualUIAVerify.Utils.ScreenBoundingRectangle