C# Класс VisualUIAVerify.Features.BoundingRectangleElementHighLighter

this class is implementation of highlighter. It will draw a bounding rectangle around the control of selected automation element.
Наследование: ElementHighlighter
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_rectangle VisualUIAVerify.Utils.ScreenBoundingRectangle

Открытые методы

Метод Описание
BoundingRectangleElementHighLighter ( AutomationElementTreeControl treeControl ) : System

Защищенные методы

Метод Описание
OnDispose ( ) : void
SetToolTip ( string toolTipMessage ) : void
SetVisibility ( bool show ) : void

Описание методов

BoundingRectangleElementHighLighter() публичный Метод

public BoundingRectangleElementHighLighter ( AutomationElementTreeControl treeControl ) : System
treeControl VisualUIAVerify.Controls.AutomationElementTreeControl
Результат System

OnDispose() защищенный Метод

protected OnDispose ( ) : void
Результат void

SetToolTip() защищенный Метод

protected SetToolTip ( string toolTipMessage ) : void
toolTipMessage string
Результат void

SetVisibility() защищенный Метод

protected SetVisibility ( bool show ) : void
show bool
Результат void

Описание свойств

_rectangle защищенное свойство

protected ScreenBoundingRectangle,VisualUIAVerify.Utils _rectangle
Результат VisualUIAVerify.Utils.ScreenBoundingRectangle