LlDesignerProhibitEditingObject

Syntax:

INT LlDesignerProhibitEditingObject(HLLJOB Job, LPCTSTR pszObject);

Task:

Prohibits the editing of the passed object.

Parameter:

hJob: List & Label job-handle

pszObject: Object name

Return Value:

Error code

Hints:

With NULL or "" the list of prohibited objects will be deleted.

Example:

HLLJOB hJob;
hJob = LlJobOpen(0);

LlDesignerProhibitEditingObject(hJob, "MyText");
...
LlJobClose(hJob);

See also:

LlDefineLayout, LlDesignerProhibitAction, LlDesignerProhibitFunction