Click or drag to resize

EditorViewGetCommandState Method (TECCOMMAND, Boolean, Boolean)

Use this method to request information about a particular toolbar command.

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

Parameters

Command
Type: Kofax.OmniPageCSDK.ToolBoxesTECCOMMAND
Checked
Type: SystemBoolean
Enabled
Type: SystemBoolean
Remarks
To learn how to benefit from this feature, see also the GetCommandState method description in the ImageView documentation.
See Also