LToolbar::IsValid
#include "ltwrappr.h"
L_BOOL LToolbar::IsValid (void)
Checks the validity of the given toolbar handle.
Returns
TRUE |
The toolbar handle is valid. |
FALSE |
An error occurred. Refer to Return Codes. |
Comments
The toolbar handle will be valid after calling LToolbar::Initialize. However, LToolbar::Create must be called before calling any other Toolbar functions.
Required DLLs and Libraries
LTTLB
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: |
LToolbar::Initialize, LToolbar::Create, LToolbar::Free, Class Members |
Topics: |
Example
For an example, refer to LToolbar::Create.