Version

SetNodeState Method

Set the state for the check box of the specified node
Syntax
'Declaration
 
Public Sub SetNodeState( _
   ByVal nodePath As System.Object, _
   ByVal checkState As System.Object _
) 
public void SetNodeState( 
   System.object nodePath,
   System.object checkState
)
public: void SetNodeState( 
   System.Object* nodePath,
   System.Object* checkState
) 

Parameters

nodePath
The path of the node to be set
checkState
Check state to be set InfragisticsWPF.Test.Shared.IGCheckState
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