Used to set the InitialComponentMode in IPluginInfo which specifies the ComponentMode for a plugin when it is being created.

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

Syntax

C#
public enum TComponentMode

Members

Member nameValueDescription
Hidden0 The plugins GUI will initially be hidden, only its node is visible.
InABox1 The plugins GUI will initially be showing in a box in the patch.
InAWindow2 The plugins GUI will initially be showing in its own window.

See Also