Version

fnActivateNode Method

Internal proxy method that activates a single node of the XamNetworkNode control obtained from its oNodeIdentifier
Syntax
'Declaration
 
Protected Sub fnActivateNode( _
   ByVal oNodeIdentifier As System.Object _
) 
protected void fnActivateNode( 
   System.object oNodeIdentifier
)
protected: void fnActivateNode( 
   System.Object* oNodeIdentifier
) 

Parameters

oNodeIdentifier
Identifier of the node that needs to be activated
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