WPF 在TextBox 中添加Button
2020-12-13 15:19
标签:io ar for on ef size tt text c WPF 在TextBox 中添加Button 标签:io ar for on ef size tt text c 原文地址:http://www.cnblogs.com/skysimblog/p/4074815.html
HorizontalAlignment="Right"
Width="200"
FontSize="16"
KeyUp="SearchBoxKeyDown"
Text="{Binding SearchText, Mode=TwoWay}"
Grid.Column="0" Margin="0,115,212,164"
TextChanged="TextBox_TextChanged"/>