| 
   Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits.  | 
LToolbar::IsButtonVisible
#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.  | 
Returns
| 
 TRUE  | 
 Visible.  | 
| 
 FALSE  | 
 Not visible.  | 
Comments
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.
See Also
| 
 Functions:  | 
|
| 
 Topics:  | 
Example
For an example, refer to LToolbar::SetButtonVisible.