LlDesignerRefreshWorkspace

Syntax:

INT LlDesignerRefreshWorkspace(HLLJOB hJob);

Task:

Activates an update of all tool windows, menu items etc. in the Designer. Use this function to ensure that the Designer immediately shows all the changes made to the object model using DOM within the open Designer.

Parameter:

hJob: List & Label Job-Handle

Return code:

Error code

Hints:

This function can only be used within a designer event. It is typically used in connection with LlDesignerAddAction().

See also:

LlDefineLayout, LlDesignerAddAction