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. The IDs of the items in List & Label can be found in the file MenuID.txt of your List & Label installation.

Return Value:

Error code

See also:

LlRTFCreateObject , LlRTFEditorProhibitAction, LlRTFEditObject