SetCurrentMode
int SetCurrentMode (string mode, int reserved )
Return Value: 1 if successful, 0 otherwise
Arguments:
mode |
the name of the mode you want to switch to |
reserved | reserved for later use, always pass 0 for now |
This function will allow you to change Modes. Modes are the tabs that appear along the top of the messiah interface.
Acceptable Mode names are:
Example:
>SetCurrentMode("Compose", 0 )
This will switch to Compose Mode.
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |