# Editor.SelectToolButton
> Toolbar button that returns the editor to select / move mode, exiting any armed drawing tool.
Source: https://docs.docmosaic.com/docs/primitives/select-tool-button
Toolbar button that arms the **select** tool - the default pointer mode for clicking, moving, and resizing sections. Clicking it exits any armed shape, frame, image-frame, or drawing tool. It renders in its active variant while select mode is the current tool.
## Usage
```tsx
import { Editor } from '@docmosaic/react';
;
```
## API Reference
## Related
- [Editor.ShapeToolButton](/docs/primitives/shape-tool-button) - the draw-to-size shape tool
- [Editor.Toolbar](/docs/primitives/toolbar) - the toolbar container