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