DetailViewGetCommandState Method (DETAILVIEWCOMMAND, Boolean, Boolean)
|
To request information about a particular command listed below.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void GetCommandState(
DETAILVIEWCOMMAND Command,
ref bool Checked,
ref bool Enabled
)
Public Sub GetCommandState (
Command As DETAILVIEWCOMMAND,
ByRef Checked As Boolean,
ByRef Enabled As Boolean
)
public:
void GetCommandState(
DETAILVIEWCOMMAND Command,
bool% Checked,
bool% Enabled
)
Parameters
- Command
- Type: Kofax.OmniPageCSDK.ToolBoxesDETAILVIEWCOMMAND
- Checked
- Type: SystemBoolean
- Enabled
- Type: SystemBoolean
RemarksTo learn how to benefit from this feature, see also the GetCommandState method description in the ImageView documentation.
For available values see the DETAILVIEWCOMMAND Enumeration topic.
See Also