In This Topic
The Select Tool offers a list of values that can be selected.
XAML |
Copy Code
|
<c1:C1ToolStrip>
<c1:C1SelectTool ItemsSource ="…">
<c1:C1ButtonTool Label ="Paste"/>
<c1:C1ButtonTool Label ="Copy"/>
<c1:C1ButtonTool Label ="Cut"/>
</c1:C1ToolStrip>
|