Determines whether the specified button is visible.
#include "ltwrappr.h"
L_BOOL LToolbar::IsButtonVisible (uButtonID)
Identifier of the button for which to retrieve the visibility status.
Value | Meaning |
---|---|
TRUE | Visible. |
FALSE | Not visible. |
To set the visibility status of a button, call LToolbar::SetButtonVisible.
For an example, refer to LToolbar::SetButtonVisible.