Click or drag to resize

WorkflowViewToggleNode Method

This method collapses or expands a particular object.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public void ToggleNode(
	int lID
)

Parameters

lID
Type: SystemInt32
Remarks
You can call it if the HitTest function returns the WFVHT_ON_OBJECT_ICON or WFVHT_ON_OBJECT_LABEL flag and the ViewerMode property is set to MD_MIXED.
See Also