Determines whether the specified button is enabled for mouse input.
#include "ltwrappr.h"
L_BOOL LToolbar::IsButtonEnabled (uButtonID)
Identifier of the button for which to retrieve the status.
| Value | Meaning |
|---|---|
| TRUE | Enabled. |
| FALSE | Disabled. |
To change the enabled state of a button, call LToolbar::SetButtonEnabled.
For an example, refer to LToolbar::SetButtonEnabled.