#include "ltwrappr.h"
L_BOOL LToolbar::IsButtonEnabled (uButtonID)
L_UINT uButtonID; |
button ID |
Determines whether the specified button is enabled for mouse input.
Parameter |
Description |
uButtonID |
Identifier of the button for which to retrieve the status. |
TRUE |
Enabled. |
FALSE |
Disabled. |
To change the enabled status of a button, call LToolbar::SetButtonEnabled.
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.