LanguageViewGetCommandState Method (LANGUAGEVIEWCOMMAND, Boolean, Boolean)
|
Use this method to request information about a LanguageView command.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void GetCommandState(
LANGUAGEVIEWCOMMAND Command,
ref bool Checked,
ref bool Enabled
)
Public Sub GetCommandState (
Command As LANGUAGEVIEWCOMMAND,
ByRef Checked As Boolean,
ByRef Enabled As Boolean
)
public:
void GetCommandState(
LANGUAGEVIEWCOMMAND Command,
bool% Checked,
bool% Enabled
)
Parameters
- Command
- Type: Kofax.OmniPageCSDK.ToolBoxesLANGUAGEVIEWCOMMAND
- Checked
- Type: SystemBoolean
- Enabled
- Type: SystemBoolean
See Also