IThumbnailViewGetCommandState Method
|
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DispIdAttribute(103)]
void GetCommandState(
THUMBNAILVIEWCOMMAND Command,
out bool Checked,
out bool Enabled
)
<DispIdAttribute(103)>
Sub GetCommandState (
Command As THUMBNAILVIEWCOMMAND,
<OutAttribute> ByRef Checked As Boolean,
<OutAttribute> ByRef Enabled As Boolean
)
[DispIdAttribute(103)]
void GetCommandState(
[InAttribute] THUMBNAILVIEWCOMMAND Command,
[OutAttribute] bool% Checked,
[OutAttribute] bool% Enabled
)
Parameters
- Command
- Type: Kofax.OmniPageCSDK.ToolBoxesTHUMBNAILVIEWCOMMAND
- Checked
- Type: SystemBoolean
- Enabled
- Type: SystemBoolean
See Also