The LEADTOOLS C++ Class Library is a wrapper to the LEADTOOLS C API and provides only a subset of the features and functionality otherwise available in the LEADTOOLS C API. For more information about the full feature set of the LEADTOOLS C API, refer to LEADTOOLS C API Introduction.
Is this page helpful?
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.