ICmnVisualUIHelperGetCommandState Method
|
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DispIdAttribute(23)]
void GetCommandState(
int CommandID,
out bool Enabled,
out bool Checked
)
<DispIdAttribute(23)>
Sub GetCommandState (
CommandID As Integer,
<OutAttribute> ByRef Enabled As Boolean,
<OutAttribute> ByRef Checked As Boolean
)
[DispIdAttribute(23)]
void GetCommandState(
[InAttribute] int CommandID,
[OutAttribute] bool% Enabled,
[OutAttribute] bool% Checked
)
Parameters
- CommandID
- Type: SystemInt32
- Enabled
- Type: SystemBoolean
- Checked
- Type: SystemBoolean
See Also