LlRTFEditorInvokeAction

Syntax:

INT LlRTFEditorInvokeAction(HLLJOB hJob, HLLRTFOBJ hRTF, INT nControlID);

Task:

Allows activation of an action in the RTF control by code. This is important for in-place RTF controls (see LlRTFEditObject()) if the hosting application provides a separate menu.

Parameter

hJob: List & Label job handle

hRTF: RTF object handle

nControlID: Control ID of the button to be activated. You can find the corresponding IDs in the "MenuID.txt" file in your List & Label installation.

Return Value:

Error code

See also:

LlRTFCreateObject , LlRTFEditorProhibitAction, LlRTFEditObject