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
Show file Open project: TestStack/UIAVerify

Protected Properties

Property Type Description
_rectangle VisualUIAVerify.Utils.ScreenBoundingRectangle

Public Methods

Method Description
BoundingRectangleElementHighLighter ( AutomationElementTreeControl treeControl ) : System

Protected Methods

Method Description
OnDispose ( ) : void
SetToolTip ( string toolTipMessage ) : void
SetVisibility ( bool show ) : void

Method Details

BoundingRectangleElementHighLighter() public method

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

OnDispose() protected method

protected OnDispose ( ) : void
return void

SetToolTip() protected method

protected SetToolTip ( string toolTipMessage ) : void
toolTipMessage string
return void

SetVisibility() protected method

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

Property Details

_rectangle protected property

protected ScreenBoundingRectangle,VisualUIAVerify.Utils _rectangle
return VisualUIAVerify.Utils.ScreenBoundingRectangle