WorkflowBarExecuteCommand Method (Int32)
|
Executes control specific command if enabled programatically.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic virtual void ExecuteCommand(
int CommandID
)
Public Overridable Sub ExecuteCommand (
CommandID As Integer
)
public:
virtual void ExecuteCommand(
int CommandID
)
Parameters
- CommandID
- Type: SystemInt32
Implements
ICmnVisualUIHelperExecuteCommand(Int32)
See Also