DocumentViewGetCommandState Method (Int32, Boolean, Boolean)
|
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic virtual void GetCommandState(
int CommandID,
ref bool Enabled,
ref bool Checked
)
Public Overridable Sub GetCommandState (
CommandID As Integer,
ByRef Enabled As Boolean,
ByRef Checked As Boolean
)
public:
virtual void GetCommandState(
int CommandID,
bool% Enabled,
bool% Checked
)
Parameters
- CommandID
- Type: SystemInt32
- Enabled
- Type: SystemBoolean
- Checked
- Type: SystemBoolean
Implements
ICmnVisualUIHelperGetCommandState(Int32, Boolean, Boolean)
See Also