> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/webmap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/powerbuilder-kendo-components/window-components/w-toolbaritem.md).

# w-toolbaritem

ToolBarItem is an extention of MenuComponent \[MenuComponent]

## Implementation  Details

> **Component Selector:** 'wm-toolbaritem'

## Class inheritance

ToolBarItemComponent extends [BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md).

## Support

### Properties

| Property                   | Get/Set | Notify Changes | Details                                                                                                                                                                |
| -------------------------- | ------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| enabled: boolean           | Yes/Yes | No             | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| name: string               | Yes/Yes | No             | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| text: string               | Yes/Yes | Yes            | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| visible: boolean           | Yes/Yes | No             | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| toolbarItemName: string    | Yes/Yes | No             | Specifies the name of a stock toolbar picture you want to use to represent an item in the toolbar or a string containing the name                                      |
| toolbarItemText: string    | Yes/Yes | No             | Specifies the text that displays in the toolbar                                                                                                                        |
| toolbarItemVisible: string | Yes/Yes | No             | Specifies whether the toolbar item displays                                                                                                                            |

### Events

| Event     | Supported | Parameter       | Details                     |
| --------- | --------- | --------------- | --------------------------- |
| Clicked   | Yes       | **$event**: any | Triggers `Clicked` Event.   |
| getfocus  | Yes       | **$event**: any | Triggers `getfocus` Event.  |
| losefocus | Yes       | **$event**: any | Triggers `losefocus` Event. |
