WorkflowView.ToggleNode 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
Syntaxpublic void ToggleNode(
int lID
)
Public Sub ToggleNode (
lID As Integer
)
public:
void ToggleNode(
int lID
)
Parameters
- lID
- Type: System.Int32
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