Navigation:  Interfaces (Technical API Reference) > General: WPDllInt + IWPMemo/IWPEditor > WPDLLInt > Methods >

CommandEx method

Previous pageReturn to chapter overviewNext page

Applies to

WPDLLInt

Declaration

int CommandEx(int ComID, int param, string StrParam);

Description

This method can be used to execute a custom command which requires a string parameter.

 

The .NET interface does not use the name CommandEx but simply overloads the regular "Command" to accept a string parameter.

 

Also see Command.