LToolbar::IsButtonEnabled
#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. |
Returns
TRUE |
Enabled. |
FALSE |
Disabled. |
Comments
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.
See Also
Functions: |
|
Topics: |
Example
For an example, refer to LToolbar::SetButtonEnabled.