ImageViewExecuteCommand Method (IVCTOOLBARBUTTON)
|
Use this method to force executing an ImageView command also available through the ImageView toolbar or popup menu.
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void ExecuteCommand(
IVCTOOLBARBUTTON Command
)
Public Sub ExecuteCommand (
Command As IVCTOOLBARBUTTON
)
public:
void ExecuteCommand(
IVCTOOLBARBUTTON Command
)
Parameters
- Command
- Type: OmniPageCSDK.ToolBoxesIVCTOOLBARBUTTON
Remarks
Using this function you can initiate the command execution programmatically. You can use this method together with the GetCommandState method.
See Also