LAutomation::SetToolbar

#include "ltwrappr.h"

L_INT LAutomation::SetToolbar (pLToolbar)

LToolbar * pLToolbar;

/* pointer to an LToolbar object */

Sets the LEAD automation toolbar handle.

Parameter

Description

pLToolbar

Pointer to the LToolbar object the references the handle of the toolbar to set.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

The user should use the vector toolbar when the automation handle was created using AUTOMATION_MODE_VECTOR.

Required DLLs and Libraries

LTAUT

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

See Also

Functions:

LAutomation::GetToolbar.

Topics:

The Automation Toolbar

Example

For an example, refer to LAutomation::Create.