Version

ClickToState(MouseModifiers,State) Method

Sets the control to the inputted state.
Syntax
'Declaration
 
Public Overloads Overridable Sub ClickToState( _
   ByVal modifiers As Rational.Test.Ft.Script.MouseModifiers, _
   ByVal state As Rational.Test.Ft.Script.State _
) 
public virtual void ClickToState( 
   Rational.Test.Ft.Script.MouseModifiers modifiers,
   Rational.Test.Ft.Script.State state
)

Parameters

modifiers
The mouse and keyboard state that should be applied during the click action.
state
The State to set the Checkbox value to.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also