Click or drag to resize

DictionaryViewGetCommandState Method (Int32, Boolean, Boolean)

Returns control specific command state as enabled or checked.

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

Parameters

CommandID
Type: SystemInt32
Enabled
Type: SystemBoolean
Checked
Type: SystemBoolean

Implements

ICmnVisualUIHelperGetCommandState(Int32, Boolean, Boolean)
See Also