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.
我想在我的 .NET 应用程序中添加一个图标(而不是在标题区域),其中有一个菜单。因此,您单击该图标会出现一个下拉菜单……与多级网站菜单非常相似。我只是没有文字空间,所以我必须坚持使用 24x24 图标。这可以做到吗?
一种方法是简单地为单击事件连接一个事件处理程序,并在触发时只显示一个带有下拉菜单的面板。