Visual Studio Designer Bottom Pane

孤街浪徒 提交于 2019-12-19 12:22:04

问题


What does it mean in the designer when you add something like saveFileDialog to a form, and it appears in the bottom pane at the bottom of the designer window rather than inside the form like a button would?


回答1:


When something like a SerialPort or SaveFileDialog appears at the bottom the designer, it just means that component is not a physical thing that gets drawn on the form/window. To avoid confusion, it is displayed outside of the window. You can click on it to see and change its properties, but it will not get drawn on the window the same way a button would.



来源:https://stackoverflow.com/questions/30283875/visual-studio-designer-bottom-pane

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!