Méthode | Description | |
---|---|---|
Dispose ( ) : void |
this will stop highlighting, release all handlers and references.
|
|
ElementHighlighter ( |
||
StartHighlighting ( ) : void |
Starts to highlighting SelectedNode of AutomationElementTreeControl
|
|
StopHighlighting ( ) : void |
Stops highlighting and hide highlighting rectangle.
|
Méthode | Description | |
---|---|---|
OnDispose ( ) : void |
this method is to acknowledge that Dispose was called so it is good to release everything
|
|
SetToolTip ( string toolTipMessage ) : void |
this method enables setting ToolTip message about selected automation element
|
|
SetVisibility ( bool show ) : void |
this method enables to show or hide highlighting rectangle
|
Méthode | Description | |
---|---|---|
OnSelectedNodeChanged ( ) : void |
this method will cause the selection of SelectedNode of a tree
|
|
ReleaseEventHandler ( ) : void | ||
SetEventHandler ( ) : void | ||
SetHighlightingElement ( |
this will set the highlighting rectangle upon automation element.
|
|
SetToolTip ( |
this method will create and set tooltip message of automation element to highlighting rectangle
|
|
_treeControl_SelectedNodeChanged ( object sender, |
when SelectedNode is changed then highlight it
|
public ElementHighlighter ( |
||
treeControl | ||
Résultat | System |
abstract protected SetToolTip ( string toolTipMessage ) : void | ||
toolTipMessage | string | |
Résultat | void |
abstract protected SetVisibility ( bool show ) : void | ||
show | bool | |
Résultat | void |