C# Class VisualUIAVerify.Features.HoverMode

Implements Hover Mode functionality
Show file Open project: TestStack/UIAVerify Class Usage Examples

Public Methods

Method Description
HoverMode ( AutomationElementTreeControl TreeControl ) : System

initialize with tree control

Start ( ) : void

start hovering mode

Stop ( ) : void

stop hovering mode

Private Methods

Method Description
OnHovering ( ) : void
SelectNode ( AutomationElementTreeNode node ) : void
_timerHovering_Tick ( object sender, EventArgs e ) : void

Method Details

HoverMode() public method

initialize with tree control
public HoverMode ( AutomationElementTreeControl TreeControl ) : System
TreeControl VisualUIAVerify.Controls.AutomationElementTreeControl
return System

Start() public method

start hovering mode
public Start ( ) : void
return void

Stop() public method

stop hovering mode
public Stop ( ) : void
return void