Sets the automation toolbar handle.
#include "Ltwrappr.h"
static L_INT LRasterPaintWindow::SetToolbar(pLToolbar)
Pointer to the LToolbar object that references the handle of the toolbar to set.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
LRasterPaintWindow::Initialize must be called before calling this function.
This function must be called before using the toolbar.
For an example, refer to LRasterPaintWindow::CreateToolbar.