EditorViewExecuteCommand Method (TECCOMMAND)
|
Use this method to force the execution of a TEC command that is also available through the custom TEC toolbar or popup menu.
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void ExecuteCommand(
TECCOMMAND Command
)
Public Sub ExecuteCommand (
Command As TECCOMMAND
)
public:
void ExecuteCommand(
TECCOMMAND Command
)
Parameters
- Command
- Type: OmniPageCSDK.ToolBoxesTECCOMMAND
Remarks
Using this function you can initiate the command execution programmatically. You can use this method together with the GetCommandState method.
See Also