WPF 在TextBox 中添加Button

2020-12-13 15:19

阅读:1094

标签:io   ar   for   on   ef   size   tt   text   c   






x:Name="SearchBoxView"
HorizontalAlignment="Right"
Width="200"
FontSize="16"
KeyUp="SearchBoxKeyDown"
Text="{Binding SearchText, Mode=TwoWay}"
Grid.Column="0" Margin="0,115,212,164"
TextChanged="TextBox_TextChanged"/>

WPF 在TextBox 中添加Button

标签:io   ar   for   on   ef   size   tt   text   c   

原文地址:http://www.cnblogs.com/skysimblog/p/4074815.html


评论


亲,登录后才可以留言!