Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Outlook 2013 中,用户可以在搜索字段中键入一个词,然后在显示结果后,通过单击搜索框中的箭头并指定“收件人”、“发件人”、“主题”、“任何”等
我怎样才能用选项模仿那个三角形。我想使用我自己的搜索选项。
您最好在 WPF 中设计一个控件并将其托管在您的 WinForms 窗口中。在 WPF 中,自定义文本框非常容易。