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.
有没有办法隐藏 ToolWindow 的“X”关闭图标,或者有没有办法使用 IVsWindowFrameNotify3 的 OnShow 方法来丢弃(忽略)事件?
似乎只有在 VS 退出时才调用 OnClose 方法。调用 ToolWindow 时,将使用 __FRAMESHOW.FRAMESHOW_WinHidden 状态调用 OnShow 方法。
谢谢
虽然我同意评论者的建议,但据我了解,您需要在隐藏而不是关闭时显示窗口。
看看这篇文章:
http://blogs.msdn.com/dr._ex/archive/2004/11/07/253601.aspx