C# Class VisualUIAVerify.Features.HoverMode

Implements Hover Mode functionality
Afficher le fichier Open project: TestStack/UIAVerify Class Usage Examples

Méthodes publiques

Méthode Description
HoverMode ( AutomationElementTreeControl TreeControl ) : System

initialize with tree control

Start ( ) : void

start hovering mode

Stop ( ) : void

stop hovering mode

Private Methods

Méthode Description
OnHovering ( ) : void
SelectNode ( AutomationElementTreeNode node ) : void
_timerHovering_Tick ( object sender, EventArgs e ) : void

Method Details

HoverMode() public méthode

initialize with tree control
public HoverMode ( AutomationElementTreeControl TreeControl ) : System
TreeControl VisualUIAVerify.Controls.AutomationElementTreeControl
Résultat System

Start() public méthode

start hovering mode
public Start ( ) : void
Résultat void

Stop() public méthode

stop hovering mode
public Stop ( ) : void
Résultat void