# Select Tool

## Content



The Select Tool offers a list of values that can be selected.

![](https://cdn.mescius.io/document-site-files/images/ff434f23-5223-494e-9580-3dd8a227b884/images/select-tool.png)

```xml
<c1:C1ToolStrip>
           <c1:C1SelectTool ItemsSource ="…">
               <c1:C1ButtonTool Label ="Paste"/>
               <c1:C1ButtonTool Label ="Copy"/>
               <c1:C1ButtonTool Label ="Cut"/>
       </c1:C1ToolStrip>
```