惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
T
Threatpost
Latest news
Latest news
N
News | PayPal Newsroom
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Help Net Security
Help Net Security
D
Darknet – Hacking Tools, Hacker News & Cyber Security
AI
AI
Simon Willison's Weblog
Simon Willison's Weblog
TaoSecurity Blog
TaoSecurity Blog
The Last Watchdog
The Last Watchdog
L
LINUX DO - 热门话题
Google DeepMind News
Google DeepMind News
T
Threat Research - Cisco Blogs
O
OpenAI News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
The Exploit Database - CXSecurity.com
NISL@THU
NISL@THU
Application and Cybersecurity Blog
Application and Cybersecurity Blog
S
Securelist
小众软件
小众软件
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Martin Fowler
Martin Fowler
S
SegmentFault 最新的问题
Cisco Talos Blog
Cisco Talos Blog
云风的 BLOG
云风的 BLOG
AWS News Blog
AWS News Blog
GbyAI
GbyAI
N
News and Events Feed by Topic
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
美团技术团队
Engineering at Meta
Engineering at Meta
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
S
Schneier on Security
博客园 - 聂微东
V2EX - 技术
V2EX - 技术
T
Troy Hunt's Blog
SecWiki News
SecWiki News
S
Secure Thoughts
B
Blog RSS Feed
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
腾讯CDC
H
Heimdal Security Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
www.infosecurity-magazine.com
www.infosecurity-magazine.com
P
Privacy International News Feed

博客园 - Zhongjian Zhang

.net framework profiles /.net framework 配置 人生的意义岂止是谋生-新视野大学英语第二册第八单元A课文 - Zhongjian Zhang - 博客园 格式化类型和分析字符串 类接口/Class Interface LG 3D投影 directory searchPattern to regex pattern Textbox/ComboBox 自动完成AutoCompletion Bloom's Taxonomy/布鲁姆分类 Data Structure/数据结构 in .Net Custom Shapes/Combin Shapes/合并图形 in PowerPoint 2010 scale up vs scale out/Scale vertically vs. horizontally VS2010中shortcut key快捷键一览下载 随机long(Random long/NextLong) Windows Azure Storage Explorer List System Error Codes/系统错误代码 图解500强 超级计算机 In graphics: Supercomputing superpowers FTP active mode and assive mode(ftp 主动模式/被动模式) Ftp commands and options 为VM制作可引导的操作系统ISO
Window Types(Tool windows/document windows)/窗口类型(工具窗口/文档窗口) in VS
Zhongjian Zhang · 2010-08-23 · via 博客园 - Zhongjian Zhang

中文:http://msdn.microsoft.com/zh-cn/library/xs71dea4(VS.80).aspx

English:http://msdn.microsoft.com/en-us/library/xs71dea4(VS.80).aspx

Window Types

The integrated development environment (IDE) contains two basic window types: tool windows and document windows. These two window types behave in slightly different ways.

Tool windows and document windows cannot be grouped together in the IDE.

 Tool windows

Tool windows are listed on the View menu and are defined by the current application and its add-ins.

You can configure tool windows in the IDE to:

  • Show or hide automatically

  • Tab link with other tool windows

  • Dock against the edges of the IDE

  • Float over

  • Display on other monitors

In addition, you can display more than one instance of certain tool windows at a time. For example, you can display more than one Web browser window. You can create new instances of a tool window by choosing New Window on the Window menu. Also, you can determine how the Close and Auto Hide buttons affect a group of tool windows docked together.

 Document windows

Document windows are dynamically created when you open or create files or other items. The list of open document windows appears on the Window menu in the current z-order, with the top-most window listed first.

The ways in which you manage your document windows depends greatly upon the interface mode selected in the General, Environment, Options Dialog Box. You can choose to work either in Tabbed Documents mode (the default) or in Multiple Document Interface (MDI) mode. Experiment with these settings to create a document editing environment that satisfies your needs and preferences. For more information, see Window Management.

Dockable windows

In Tabbed Mode, you can make document windows dockable or undockable by selecting or clearing Dockable on the Window menu. In MDI mode, document windows are undockable.

NoteTip

Certain document windows within the IDE are actually tool windows that have the dockable trait turned off. To dock these windows, choose Dockable from the Window menu.

Tab Groups

Tab Groups are available only in Tabbed Documents mode. They extend your ability to manage limited workspace while working with two or more open documents in the IDE. You can organize multiple document windows into either vertical or horizontal Tab Groups and easily shuffle documents from one Tab Group to another.

NoteTip

Tabbed documents can be dragged across the IDE by their tabs.

Tiled/Cascading windows

Windows can be tiled or arranged into cascading stacks only in MDI mode.

Split Windows

When you find yourself needing to view or edit two locations at once in a document, split windows can be useful. To divide your document into two independently scrolling sections, choose Split from the Window menu. Select Remove Split from the Window menu to restore the single view.

Reusing document windows

To reduce the number of windows open at the same time, you can choose to view all unchanged documents in the same document window, letting each new document you open replace the last. Choose the Re-use current document window option on the General page of Environment Options.

NoteNote

New documents will open in the current document window so long as the active document has not been changed.

Displaying help topics in windows

Help topics can be displayed internally or externally. These options are available in the Help, Environment, Options Dialog Box.

NoteNote

Changes to these settings do not take affect until the IDE is restarted.

By default, Help launches Help topics in an external program called Microsoft Document Explorer. Help tool windows can float, or be docked and pinned open or set to auto-hide when not in use, much like tool windows in the IDE.