[XAML]
Test
[C#]
Button btn = new Button();
btn.Content = "Test";
this.myTextBlock.Inlines.Add(btn);
转载:https://www.syncfusion.com/faq/860/how-do-i-embed-a-button-into-a-textbox
[XAML]
Test
[C#]
Button btn = new Button();
btn.Content = "Test";
this.myTextBlock.Inlines.Add(btn);
转载:https://www.syncfusion.com/faq/860/how-do-i-embed-a-button-into-a-textbox
微信扫码登录