Sets the LEAD automation toolbar handle.
#include "ltwrappr.h"
L_INT LAutomation::SetToolbar (pLToolbar)
Pointer to the LToolbar object the references the handle of the toolbar to set.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
The user should use the vector toolbar when the automation handle was created using AUTOMATION_MODE_VECTOR.
For an example, refer to LAutomation::Create.