Sets the component mode of the given nodes associated GUI.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
void SetComponentMode(
	INode2 node,
	ComponentMode componentMode
)

Parameters

node
Type: VVVV.PluginInterfaces.V2.Graph..::..INode2
The node whose GUIs ComponentMode is to be changed.
componentMode
Type: VVVV.PluginInterfaces.V2..::..ComponentMode
The new ComponentMode.

See Also