Glossary Item Box
The NavBar control has some client-side API functions:
| Function name | Description |
| al_NavBar_SetEnable(clientID, isEnable) | Enables or disables the control with given identifier clientID, new state sets with isEnable value |
| al_NavBar_IsEnabled(clientID) | Returns is the control enabled or not |
| al_NavBar_SetVisible(clientID, visible) | Shows or hides the control with identifier clientID, new state depends on isVisible value |
| al_NavBar_IsVisible(clientID) | Returns is the control visible or not |
| al_NavBar_CollapseExpandGroup(clientID, groupNumber, expand) | Collapse or expand any NavBar group. |
| See Also |
Controls: NavBar | NavBar - server side API | Nesting controls