mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-06-01 06:14:11 +08:00
...
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
<ev.Executed>commandEditPaste_Executed</ev.Executed>
|
<ev.Executed>commandEditPaste_Executed</ev.Executed>
|
||||||
</ToolstripCommand>
|
</ToolstripCommand>
|
||||||
<ToolstripCommand ref.Name="commandEditDelete" Text="Delete" Image-uri="res://Images/EditDelete.png">
|
<ToolstripCommand ref.Name="commandEditDelete" Text="Delete" Image-uri="res://Images/EditDelete.png">
|
||||||
<att.Enabled-bind>textBox.SelectionText != ''</att.Enabled-bind>
|
<att.Enabled-bind>textBox.observe as _(_.CanCut() on _.SelectionChanged)</att.Enabled-bind>
|
||||||
<ev.Executed>commandEditDelete_Executed</ev.Executed>
|
<ev.Executed>commandEditDelete_Executed</ev.Executed>
|
||||||
</ToolstripCommand>
|
</ToolstripCommand>
|
||||||
<ToolstripCommand ref.Name="commandEditSelect" Text="Select All" ShortcutBuilder="Ctrl+A">
|
<ToolstripCommand ref.Name="commandEditSelect" Text="Select All" ShortcutBuilder="Ctrl+A">
|
||||||
|
|||||||
Reference in New Issue
Block a user