#include "ltwrappr.h"
L_BOOL LToolbar::IsButtonVisible (uButtonID)
L_UINT uButtonID; |
button ID |
Determines whether the specified button is visible.
Parameter |
Description |
uButtonID |
Identifier of the button for which to retrieve the visibility status. |
TRUE |
Visible. |
FALSE |
Not visible. |
To change the visibility status of a button, call LToolbar::SetButtonVisible.
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.