如何在设计模式中找到特定按钮,其中我有几个按钮,即:按钮按钮使得它们都像意大利面条,一个按钮可能在另一个按钮或组合框下(我可能正在玩可见性)和我想在设计上看到我的按钮号83。我怎么能看到他?他藏在哪里? :)我使用visual studio作为IDE。感谢。
MessageBox.Show(" where is the specific button? i know that he is somewhere on the form but cant distinguish it on the design since its somewhere under something i cant find it");
答案 0 :(得分:2)
您可以通过“属性”窗口访问它。有一个下拉列表,将在设计模式下列出表单中的所有项目。
然后使用下拉列表。下拉列表将列出表单上的所有项目,以便您滚动列表以查找按钮编号83.
图片是从MS Visual Studio: The properties Window中提取的,其中包含对窗口的说明。
答案 1 :(得分:2)
使用文档大纲(查看 - 其他Windows - 文档大纲)
只需从树中选择按钮即可。
PS:这适用于其他类型的设计师(WPF / Silverlight,ASP.NET)
答案 2 :(得分:0)
您是否尝试过使用属性窗口?