Click or drag to resize

WorkflowBar.GetCommandState Method (WORKFLOWBARCOMMAND, Boolean, Boolean)

Use this method to request information about a WorkflowBar command.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public void GetCommandState(
	WORKFLOWBARCOMMAND Command,
	ref bool Checked,
	ref bool Enabled
)

Parameters

Command
Type: Kofax.OmniPageCSDK.ToolBoxes.WORKFLOWBARCOMMAND
Checked
Type: System.Boolean
Enabled
Type: System.Boolean
See Also