Gets the current LEAD automation toolbar handle.
#include "ltwrappr.h"
LToolbar * LAutomation::GetToolbar (void)
Value | Meaning |
---|---|
!NULL | Pointer to an LToolbar object that references the handle of the current automation toolbar. |
NULL | An error occurred. |
If LAutomation::SetToolbar was not used to set the toolbar handle, this function will return NULL.
For an example, refer to LAutomation::Free.