LlDesignerInvokeAction

Syntax:

INT LlDesignerInvokeAction(HLLJOB hJob, INT nMenuIndex);

Task:

Activates the action menu item if the Designer is open.

Parameter:

hJob: List & Label Job-Handle

nMenuIndex: Index of function. Available functions can be found in file MenuID.txt.

Return Value:

Error code

Hints:

If the function is to be utilized, it must be used within a designer event. Typical use is in connection with LlDesignerAddAction() in order to automate certain application workflows.

See also:

LlDefineLayout, LlDesignerAddAction