Click here to Skip to main content
15,893,486 members
Articles / Programming Languages / C#

Building a Refactoring Plug-in for VS.NET - the Sequel

Rate me:
Please Sign up or sign in to vote.
4.70/5 (31 votes)
31 Aug 20047 min read 158.2K   1.9K   95  
Describes how to extend the original refactor add-in with additional features.
CommandBar: MenuBar	(msoBarTypeMenuBar)	(Built-in)
	&File	(msoControlPopup)
	&Edit	(msoControlPopup)
	&View	(msoControlPopup)
	&Project	(msoControlPopup)
	&Build	(msoControlPopup)
	&Debug	(msoControlPopup)
	D&atabase	(msoControlPopup)
	S&chema	(msoControlPopup)
	&XML	(msoControlPopup)
	St&yles	(msoControlPopup)
	D&ata	(msoControlPopup)
	Diagra&m	(msoControlPopup)
	&Query	(msoControlPopup)
	F&ormat	(msoControlPopup)
	Tab&le	(msoControlPopup)
	F&rames	(msoControlPopup)
	&Tools	(msoControlPopup)
	&Action	(msoControlPopup)
	&Image	(msoControlPopup)
	&Window	(msoControlPopup)
	&Help	(msoControlPopup)
	&Addins	(msoControlPopup)
	&Macros	(msoControlPopup)
 -------------- 
CommandBar: CrystalReportMain	(msoBarTypeNormal)	(Built-in)
	&Field View	(msoControlButton)
	&Select Expert	(msoControlButton)
	&TopN Expert	(msoControlButton)
	S&ort Order	(msoControlButton)
	&Object Properties	(msoControlButton)
	&Zoom...	(msoControlComboBox)
	Font Name	(msoControlComboBox)
	Font Size	(msoControlComboBox)
	&Bold	(msoControlButton)
	&Italic	(msoControlButton)
	&Underline	(msoControlButton)
	Justify &Left	(msoControlButton)
	Justify &Center	(msoControlButton)
	Justify &Right	(msoControlButton)
 -------------- 
CommandBar: CrystalReportInsert	(msoBarTypeNormal)	(Built-in)
	Insert Summary	(msoControlButton)
	Insert Group	(msoControlButton)
	Insert Subreport	(msoControlButton)
	Insert Chart	(msoControlButton)
	Insert Picture	(msoControlButton)
 -------------- 
CommandBar: Data Design	(msoBarTypeNormal)	(Built-in)
	&Generate Dataset...	(msoControlButton)
	&Preview Data...	(msoControlButton)
 -------------- 
CommandBar: Web	(msoBarTypeNormal)	(Built-in)
	Web Navigate &Back	(msoControlButton)
	Web Navigate &Forward	(msoControlButton)
	&Stop Browser	(msoControlButton)
	&Refresh Browser	(msoControlButton)
	&Home	(msoControlButton)
	Online S&earch	(msoControlButton)
	Fa&vorites	(msoControlButton)
	&Add to Favorites...	(msoControlButton)
	URL	(msoControlComboBox)
	S&ync Contents	(msoControlButton)
	&Previous topic	(msoControlButton)
	&Next topic	(msoControlButton)
	&Text Size	(msoControlButton)
 -------------- 
CommandBar: Style Sheet	(msoBarTypeNormal)	(Built-in)
	&Add Style Rule...	(msoControlButton)
	Build &Style...	(msoControlButton)
	Form&at Document	(msoControlButton)
	View in &Browser	(msoControlButton)
 -------------- 
CommandBar: Formatting	(msoBarTypeNormal)	(Built-in)
	Style	(msoControlDropdown)
	Block Format	(msoControlComboBox)
	Font Name	(msoControlComboBox)
	Font Size	(msoControlComboBox)
	&Bold	(msoControlButton)
	&Italic	(msoControlButton)
	&Underline	(msoControlButton)
	For&eground Color...	(msoControlButton)
	Bac&kground Color...	(msoControlButton)
	Justify &Left	(msoControlButton)
	Justify &Center	(msoControlButton)
	Justify &Right	(msoControlButton)
	&Justify	(msoControlButton)
	Bulleted List	(msoControlButton)
	Numbered List	(msoControlButton)
	&Decrease Indent	(msoControlButton)
	I&ncrease Indent	(msoControlButton)
 -------------- 
CommandBar: Design	(msoBarTypeNormal)	(Built-in)
	Visib&le Borders	(msoControlButton)
	Deta&ils	(msoControlButton)
	&Lock Element	(msoControlButton)
	Sho&w Grid	(msoControlButton)
	Snap to &Grid	(msoControlButton)
 -------------- 
CommandBar: HTML Editor	(msoBarTypeNormal)	(Built-in)
	Form&at Document	(msoControlButton)
	&Validate Document	(msoControlButton)
	View White Space	(msoControlButton)
	List Mem&bers	(msoControlButton)
	Parameter Inf&o	(msoControlButton)
	&Quick Info	(msoControlButton)
	Complete &Word	(msoControlButton)
	&Decrease Line Indent	(msoControlButton)
	&Increase Line Indent	(msoControlButton)
	&Toggle Bookmark	(msoControlButton)
	&Next Bookmark	(msoControlButton)
	&Previous Bookmark	(msoControlButton)
	&Clear Bookmarks	(msoControlButton)
	View in &Browser	(msoControlButton)
 -------------- 
CommandBar: Recorder	(msoBarTypeNormal)	(Built-in)
	Pause/Resume Recording	(msoControlButton)
	Re&cord TemporaryMacro	(msoControlButton)
	Cancel Recordin&g	(msoControlButton)
 -------------- 
CommandBar: Query	(msoBarTypeNormal)	(Built-in)
	Diagra&m	(msoControlButton)
	&Grid	(msoControlButton)
	&SQL	(msoControlButton)
	R&esults	(msoControlButton)
	Change T&ype	(msoControlPopup)
	R&un	(msoControlButton)
	&Verify SQL Syntax	(msoControlButton)
	Sort &Ascending	(msoControlButton)
	Sort &Descending	(msoControlButton)
	Remove &Filter	(msoControlButton)
	Grou&p By	(msoControlButton)
	Add Ta&ble...	(msoControlButton)
 -------------- 
CommandBar: View	(msoBarTypeNormal)	(Built-in)
	Diagra&m	(msoControlButton)
	&Grid	(msoControlButton)
	&SQL	(msoControlButton)
	R&esults	(msoControlButton)
	R&un	(msoControlButton)
	&Verify SQL Syntax	(msoControlButton)
	Remove &Filter	(msoControlButton)
	Grou&p By	(msoControlButton)
	Add Ta&ble...	(msoControlButton)
	Manage &Indexes...	(msoControlButton)
 -------------- 
CommandBar: Database Diagram	(msoBarTypeNormal)	(Built-in)
	New &Table...	(msoControlButton)
	Add Ta&ble...	(msoControlButton)
	Add &Related Tables	(msoControlButton)
	D&elete from Database	(msoControlButton)
	Re&move	(msoControlButton)
	Generate Change &Script...	(msoControlButton)
	Set Primary Ke&y	(msoControlButton)
	&New Text Annotation	(msoControlButton)
	Table V&iew	(msoControlPopup)
	Show Relationship &Labels	(msoControlButton)
	&View Page Breaks	(msoControlButton)
	Re&calculate Page Breaks	(msoControlButton)
	A&utosize Selected Tables	(msoControlButton)
	&Arrange Selection	(msoControlButton)
	Arran&ge Tables	(msoControlButton)
	&Zoom...	(msoControlComboBox)
	Relations&hips...	(msoControlButton)
	Inde&xes/Keys...	(msoControlButton)
	Check C&onstraints...	(msoControlButton)
 -------------- 
CommandBar: Table	(msoBarTypeNormal)	(Built-in)
	Generate Change &Script...	(msoControlButton)
	Set Primary Ke&y	(msoControlButton)
	Relations&hips...	(msoControlButton)
	Inde&xes/Keys...	(msoControlButton)
	Check C&onstraints...	(msoControlButton)
 -------------- 
CommandBar: Standard	(msoBarTypeNormal)	(Built-in)
	New Project	(msoControlSplitButtonPopup)
	Add Item	(msoControlSplitButtonPopup)
	&Open File...	(msoControlButton)
	Sa&ve Selected Items	(msoControlButton)
	Save A&ll	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Undo	(msoControlSplitDropdown)
	&Redo	(msoControlSplitDropdown)
	N&avigate Backward	(msoControlSplitButtonPopup)
	Navigate &Forward	(msoControlButton)
	&Start	(msoControlButton)
	Solution Configurations	(msoControlDropdown)
	F&ind in Files	(msoControlButton)
	Find	(msoControlComboBox)
	Solution &Explorer	(msoControlButton)
	Properties &Window	(msoControlButton)
	Ob&ject Browser	(msoControlButton)
	Toolbo&x	(msoControlButton)
	Other Windows	(msoControlSplitButtonPopup)
 -------------- 
CommandBar: Full Screen	(msoBarTypeNormal)	(Built-in)
	F&ull Screen	(msoControlButton)
 -------------- 
CommandBar: Build	(msoBarTypeNormal)	(Built-in)
	B&uild CollectionBuilderAddin	(msoControlButton)
	&Build Solution	(msoControlButton)
	C&ancel	(msoControlButton)
 -------------- 
CommandBar: Text Editor	(msoBarTypeNormal)	(Built-in)
	List Mem&bers	(msoControlButton)
	Parameter Inf&o	(msoControlButton)
	&Quick Info	(msoControlButton)
	Complete &Word	(msoControlButton)
	&Decrease Line Indent	(msoControlButton)
	&Increase Line Indent	(msoControlButton)
	Co&mment Selection	(msoControlButton)
	Uncomm&ent Selection	(msoControlButton)
	&Toggle Bookmark	(msoControlButton)
	&Next Bookmark	(msoControlButton)
	&Previous Bookmark	(msoControlButton)
	&Clear Bookmarks	(msoControlButton)
 -------------- 
CommandBar: XML Data	(msoBarTypeNormal)	(Built-in)
	&Create Schema	(msoControlButton)
 -------------- 
CommandBar: XML Schema	(msoBarTypeNormal)	(Built-in)
	Edit &key...	(msoControlButton)
	Edit &Relation...	(msoControlButton)
	Make Type &Global	(msoControlButton)
	&Preview Dataset...	(msoControlButton)
	&Zoom...	(msoControlComboBox)
 -------------- 
CommandBar: Device	(msoBarTypeNormal)	(Built-in)
	&Deployment Device	(msoControlDropdown)
	Connect to De&vice	(msoControlButton)
	&Device Options	(msoControlButton)
	Bui&ld Cab File	(msoControlButton)
 -------------- 
CommandBar: Debug Location	(msoBarTypeNormal)	(Built-in)
	Program	(msoControlDropdown)
	Thread	(msoControlDropdown)
	Stack Frame	(msoControlDropdown)
 -------------- 
CommandBar: Debug	(msoBarTypeNormal)	(Built-in)
	&Start	(msoControlButton)
	Brea&k All	(msoControlButton)
	Stop D&ebugging	(msoControlButton)
	&Restart	(msoControlButton)
	S&how Next Statement	(msoControlButton)
	Step &Into	(msoControlButton)
	Step &Over	(msoControlButton)
	Step Ou&t	(msoControlButton)
	Hex	(msoControlButton)
	&Windows	(msoControlSplitButtonPopup)
 -------------- 
CommandBar: Layout	(msoBarTypeNormal)	(Built-in)
	Align to &Grid	(msoControlButton)
	Align &Lefts	(msoControlButton)
	Align &Centers	(msoControlButton)
	Align &Rights	(msoControlButton)
	Align Top&s	(msoControlButton)
	Align &Middles	(msoControlButton)
	Align &Bottoms	(msoControlButton)
	Make Same &Width	(msoControlButton)
	Size to Gri&d	(msoControlButton)
	Make Same &Height	(msoControlButton)
	Make Same &Size	(msoControlButton)
	Make Horizontal Spacing &Equal	(msoControlButton)
	&Increase Horizontal Spacing	(msoControlButton)
	&Decrease Horizontal Spacing	(msoControlButton)
	&Remove Horizontal Spacing	(msoControlButton)
	Make Vertical Spacing &Equal	(msoControlButton)
	&Increase Vertical Spacing	(msoControlButton)
	&Decrease Vertical Spacing	(msoControlButton)
	&Remove Vertical Spacing	(msoControlButton)
	Center &Horizontally	(msoControlButton)
	Center &Vertically	(msoControlButton)
	&Bring to Front	(msoControlButton)
	&Send to Back	(msoControlButton)
 -------------- 
CommandBar: Dialog Editor	(msoBarTypeNormal)	(Built-in)
	&Test Dialog	(msoControlButton)
	Align &Lefts	(msoControlButton)
	Align &Rights	(msoControlButton)
	Align Top&s	(msoControlButton)
	Align &Bottoms	(msoControlButton)
	Center &Vertical	(msoControlButton)
	Center &Horizontal	(msoControlButton)
	Space &Across	(msoControlButton)
	Space &Down	(msoControlButton)
	Make Same &Width	(msoControlButton)
	Make Same &Height	(msoControlButton)
	Make Same &Size	(msoControlButton)
	Toggle Grid	(msoControlButton)
	Toggle Guides	(msoControlButton)
 -------------- 
CommandBar: Image Editor	(msoBarTypeNormal)	(Built-in)
	Rectangle Selection Tool	(msoControlButton)
	Irregular Selection Tool	(msoControlButton)
	Color Selection Tool	(msoControlButton)
	Erase Tool	(msoControlButton)
	Fill Tool	(msoControlButton)
	Magnify	(msoControlSplitButtonPopup)
	Pencil Tool	(msoControlButton)
	Brush Tool	(msoControlButton)
	Airbrush Tool	(msoControlButton)
	Line Tool	(msoControlButton)
	Curve Tool	(msoControlButton)
	Text Tool	(msoControlButton)
	Rectangle Tool	(msoControlButton)
	Outlined Rectangle Tool	(msoControlButton)
	Filled Rectangle Tool	(msoControlButton)
	Rounded Rectangle Tool	(msoControlButton)
	Outlined Rounded Rectangle Tool	(msoControlButton)
	Filled Rounded Rectangle Tool	(msoControlButton)
	Ellipse Tool	(msoControlButton)
	Outlined Ellipse Tool	(msoControlButton)
	Filled Ellipse Tool	(msoControlButton)
	Style Settings	(msoControlSplitButtonPopup)
	Set Hot Spot Tool	(msoControlButton)
	Ne&w Image Type...	(msoControlButton)
 -------------- 
CommandBar: Source Control	(msoBarTypeNormal)	(Built-in)
	Change Source C&ontrol...	(msoControlButton)
	Get Latest Version	(msoControlButton)
	Get...	(msoControlButton)
	Check Out	(msoControlButton)
	Check In	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&History...	(msoControlButton)
	&Share...	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	&Properties...	(msoControlButton)
	Source Control &Manager...	(msoControlButton)
	Refresh Status	(msoControlButton)
 -------------- 
CommandBar: Selection	(msoBarTypePopup)	(Built-in)
	View &Code	(msoControlButton)
	&Bring to Front	(msoControlButton)
	&Send to Back	(msoControlButton)
	Align to &Grid	(msoControlButton)
	&Lock Controls	(msoControlButton)
	Customizer Verbs	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	Copy Dia&gram to Clipboard	(msoControlButton)
	Copy S&QL Script	(msoControlButton)
	&Paste	(msoControlButton)
	C&ycle Clipboard Ring	(msoControlButton)
	Past&e as HTML	(msoControlButton)
	&Delete	(msoControlButton)
	D&elete from Database	(msoControlButton)
	Re&move	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Container	(msoBarTypePopup)	(Built-in)
	View &Code	(msoControlButton)
	&Lock Controls	(msoControlButton)
	&Paste	(msoControlButton)
	Customizer Verbs	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: PropertyBrowser	(msoBarTypePopup)	(Built-in)
	&Reset	(msoControlButton)
	&Description	(msoControlButton)
 -------------- 
CommandBar: TraySelection	(msoBarTypePopup)	(Built-in)
	View &Code	(msoControlButton)
	Customizer Verbs	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	Copy Dia&gram to Clipboard	(msoControlButton)
	Copy S&QL Script	(msoControlButton)
	&Paste	(msoControlButton)
	C&ycle Clipboard Ring	(msoControlButton)
	Past&e as HTML	(msoControlButton)
	&Delete	(msoControlButton)
	D&elete from Database	(msoControlButton)
	Re&move	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Component Tray	(msoBarTypePopup)	(Built-in)
	View &Code	(msoControlButton)
	&Paste	(msoControlButton)
	&Line Up Icons	(msoControlButton)
	&Show Large Icons	(msoControlButton)
	Customizer Verbs	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Project	(msoBarTypePopup)	(Built-in)
	B&uild	(msoControlButton)
	R&ebuild	(msoControlButton)
	Depl&oy	(msoControlButton)
	Clea&n	(msoControlButton)
	Pro&ject Only	(msoControlPopup)
	Deplo&y	(msoControlButton)
	Co&mpile	(msoControlButton)
	Project &Dependencies...	(msoControlButton)
	Project Bu&ild Order...	(msoControlButton)
	Bui&ld Cab File	(msoControlButton)
	A&dd	(msoControlPopup)
	Add &Reference...	(msoControlButton)
	Add &Reference...	(msoControlButton)
	Add W&eb Reference...	(msoControlButton)
	Set as St&artUp Project	(msoControlButton)
	Debu&g	(msoControlPopup)
	&Save Selected Items	(msoControlButton)
	&Add Solution to Source Control...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Docked Window	(msoBarTypePopup)	(Built-in)
	Doc&kable	(msoControlButton)
	&Hide	(msoControlButton)
	&Floating	(msoControlButton)
	&Auto Hide	(msoControlButton)
 -------------- 
CommandBar: Menu Designer	(msoBarTypePopup)	(Built-in)
	&Undo	(msoControlButton)
	&Redo	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	&Insert New	(msoControlButton)
	Insert &Separator	(msoControlButton)
	&Edit Names	(msoControlButton)
	&Edit IDs	(msoControlButton)
	&View As Popup	(msoControlButton)
	Check &Mnemonics	(msoControlButton)
	&Add Event Handler...	(msoControlButton)
	&View Code	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Properties Window	(msoBarTypePopup)	(Built-in)
	&Description	(msoControlButton)
 -------------- 
CommandBar: Toolbox Tab	(msoBarTypePopup)	(Built-in)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	&Rename Item	(msoControlButton)
	Add/Remove &Items...	(msoControlButton)
	S&ort Items Alphabetically	(msoControlButton)
	&List View	(msoControlButton)
	&Add Tab	(msoControlButton)
	&Show All Tabs	(msoControlButton)
	Move &Up	(msoControlButton)
	Move Do&wn	(msoControlButton)
 -------------- 
CommandBar: Toolbox Item	(msoBarTypePopup)	(Built-in)
	&Delete Tab	(msoControlButton)
	&Rename Tab	(msoControlButton)
	Add/Remove &Items...	(msoControlButton)
	S&ort Items Alphabetically	(msoControlButton)
	&List View	(msoControlButton)
	&Add Tab	(msoControlButton)
	&Show All Tabs	(msoControlButton)
	Move &Up	(msoControlButton)
	Move Do&wn	(msoControlButton)
 -------------- 
CommandBar: Code Window	(msoBarTypePopup)	(Built-in)
	Marker Commands	(msoControlButton)
	Cu&t	(msoControlButton)
	Open U&RL	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Insert S&QL	(msoControlButton)
	&Design SQL Block	(msoControlButton)
	R&un	(msoControlButton)
	Run &Selection	(msoControlButton)
	R&un	(msoControlButton)
	Run &Selection	(msoControlButton)
	Step &Into	(msoControlButton)
	&Edit	(msoControlButton)
	&Open File	(msoControlButton)
	Open U&RL	(msoControlButton)
	Insert B&reakpoint	(msoControlButton)
	Enab&le Breakpoint	(msoControlButton)
	&Breakpoint Properties...	(msoControlButton)
	New &Breakpoint...	(msoControlButton)
	Add &Watch	(msoControlButton)
	&QuickWatch...	(msoControlButton)
	Step Into Speci&fic	(msoControlPopup)
	S&how Next Statement	(msoControlButton)
	Ru&n To Cursor	(msoControlButton)
	Set Ne&xt Statement	(msoControlButton)
	Go To &Disassembly	(msoControlButton)
	&Go To Definition	(msoControlButton)
	Go To Decl&aration	(msoControlButton)
	Go To Re&ference	(msoControlButton)
	Synchroni&ze Class View	(msoControlButton)
	Out&lining	(msoControlPopup)
	Move &into Project	(msoControlPopup)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
 -------------- 
CommandBar: Task List	(msoBarTypePopup)	(Built-in)
	&Previous View	(msoControlButton)
	Show Tas&ks	(msoControlPopup)
	&Sort By	(msoControlPopup)
	Show Task &Help	(msoControlButton)
	Show Description &Tooltip	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	Copy Dia&gram to Clipboard	(msoControlButton)
	Copy S&QL Script	(msoControlButton)
	&Paste	(msoControlButton)
	C&ycle Clipboard Ring	(msoControlButton)
	Past&e as HTML	(msoControlButton)
	&Delete	(msoControlButton)
	D&elete from Database	(msoControlButton)
	Re&move	(msoControlButton)
	Ne&xt Task	(msoControlButton)
	P&revious Task	(msoControlButton)
 -------------- 
CommandBar: Output Window Pane	(msoBarTypePopup)	(Built-in)
	Cop&y	(msoControlButton)
	Clear Al&l	(msoControlButton)
	&Go To Error/Tag	(msoControlButton)
 -------------- 
CommandBar: Stub Project	(msoBarTypePopup)	(Built-in)
	Re&load Project	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
 -------------- 
CommandBar: Solution	(msoBarTypePopup)	(Built-in)
	&Build Solution	(msoControlButton)
	&Rebuild Solution	(msoControlButton)
	&Deploy Solution	(msoControlButton)
	&Clean Solution	(msoControlButton)
	Ba&tch Build...	(msoControlButton)
	C&onfiguration Manager...	(msoControlButton)
	Project &Dependencies...	(msoControlButton)
	Project Bu&ild Order...	(msoControlButton)
	A&dd	(msoControlPopup)
	Set as St&artUp Project	(msoControlButton)
	Debu&g	(msoControlPopup)
	&Save Selected Items	(msoControlButton)
	Save A&ll	(msoControlButton)
	&Add Solution to Source Control...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Paste	(msoControlButton)
	Rena&me	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Cross Project Solution Project	(msoBarTypePopup)	(Built-in)
	&Save Selected Items	(msoControlButton)
	Save A&ll	(msoControlButton)
	&Add Solution to Source Control...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
 -------------- 
CommandBar: Cross Project Solution Item	(msoBarTypePopup)	(Built-in)
	&Add Solution to Source Control...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Save Selected Items	(msoControlButton)
	Save A&ll	(msoControlButton)
 -------------- 
CommandBar: Cross Project Project Item	(msoBarTypePopup)	(Built-in)
	&Add Solution to Source Control...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Delete	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Cross Project Multi Project	(msoBarTypePopup)	(Built-in)
	B&uild CollectionBuilderAddin	(msoControlButton)
	R&ebuild CollectionBuilderAddin	(msoControlButton)
	De&ploy Selection	(msoControlButton)
	Clea&n Selection	(msoControlButton)
	Project &Dependencies...	(msoControlButton)
	Project Bu&ild Order...	(msoControlButton)
	&Save Selected Items	(msoControlButton)
	&Add Solution to Source Control...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Delete	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Cross Project Multi Item	(msoBarTypePopup)	(Built-in)
	&Open	(msoControlButton)
	Ope&n With...	(msoControlButton)
	Upd&ate Web Reference	(msoControlButton)
	Update M&anaged Resources	(msoControlButton)
	View &Code	(msoControlButton)
	View &Designer	(msoControlButton)
	View in &Browser	(msoControlButton)
	Browse Wit&h...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	Set As Start &Page	(msoControlButton)
	Include In Pro&ject	(msoControlButton)
	Exclude From Pro&ject	(msoControlButton)
	Run Custom Too&l	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Delete	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: No Commands Available	(msoBarTypePopup)	(Built-in)
	No Commands Available	(msoControlButton)
 -------------- 
CommandBar: Misc Files Project	(msoBarTypePopup)	(Built-in)
	&New File...	(msoControlButton)
	&Open File...	(msoControlButton)
	&Save Selected Items	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
 -------------- 
CommandBar: Solution Items Project	(msoBarTypePopup)	(Built-in)
	Add Ne&w Item...	(msoControlButton)
	Add Existin&g Item...	(msoControlButton)
	&Save Selected Items	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
 -------------- 
CommandBar: Command Window	(msoBarTypePopup)	(Built-in)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Clear Al&l	(msoControlButton)
	Mar&k Mode	(msoControlButton)
 -------------- 
CommandBar: AutoHidden Windows	(msoBarTypePopup)	(Built-in)
	AutoHidden Windows	(msoControlButton)
 -------------- 
CommandBar: Find Regular Expression Builder	(msoBarTypePopup)	(Built-in)
	.  Any single character	(msoControlButton)
	*  Zero or more	(msoControlButton)
	+  One or more	(msoControlButton)
	^  Beginning of line	(msoControlButton)
	$  End of line	(msoControlButton)
	<  Beginning of word	(msoControlButton)
	>  End of word	(msoControlButton)
	\n   Line break	(msoControlButton)
	[ ]  Any one character in the set	(msoControlButton)
	[^ ]  Any one character not in the set	(msoControlButton)
	 |  Or	(msoControlButton)
	\  Escape Special Character	(msoControlButton)
	{ }  Tag expression	(msoControlButton)
	:i   C/C++ identifier	(msoControlButton)
	:q   Quoted string	(msoControlButton)
	:b   Space or Tab	(msoControlButton)
	:z   Integer	(msoControlButton)
	Help on Pattern Matching	(msoControlButton)
	Complete Character List	(msoControlButton)
 -------------- 
CommandBar: Replace Regular Expression Builder	(msoBarTypePopup)	(Built-in)
	Find What Text	(msoControlButton)
	Tagged Expression 1	(msoControlButton)
	Tagged Expression 2	(msoControlButton)
	Tagged Expression 3	(msoControlButton)
	Tagged Expression 4	(msoControlButton)
	Tagged Expression 5	(msoControlButton)
	Tagged Expression 6	(msoControlButton)
	Tagged Expression 7	(msoControlButton)
	Tagged Expression 8	(msoControlButton)
	Tagged Expression 9	(msoControlButton)
	Help on Pattern Matching	(msoControlButton)
	Complete Character List	(msoControlButton)
 -------------- 
CommandBar: Wild Card Expression Builder	(msoBarTypePopup)	(Built-in)
	*  Zero or more of any character	(msoControlButton)
	?  Any single character	(msoControlButton)
	  Any single digit	(msoControlButton)
	[ ]  Any one character in the set	(msoControlButton)
	[! ]  Any one character not in the set	(msoControlButton)
	Help on Pattern Matching	(msoControlButton)
	Complete Character List	(msoControlButton)
 -------------- 
CommandBar: Wild Card Expression Builder	(msoBarTypePopup)	(Built-in)
	Find What Text	(msoControlButton)
	Help on Pattern Matching	(msoControlButton)
	Complete Character List	(msoControlButton)
 -------------- 
CommandBar: External Tools Arguments	(msoBarTypePopup)	(Built-in)
	Item Pat&h	(msoControlButton)
	&Item Directory	(msoControlButton)
	Item &File Name	(msoControlButton)
	Item E&xtension	(msoControlButton)
	Current L&ine	(msoControlButton)
	Current &Column	(msoControlButton)
	Current Text	(msoControlButton)
	T&arget Path	(msoControlButton)
	Ta&rget Directory	(msoControlButton)
	Tar&get Name	(msoControlButton)
	Targ&et Extension	(msoControlButton)
	&Project Directory	(msoControlButton)
	Project File &Name	(msoControlButton)
	&Solution Directory	(msoControlButton)
	Solution Fi&le Name	(msoControlButton)
 -------------- 
CommandBar: External Tools Directories	(msoBarTypePopup)	(Built-in)
	&Item Directory	(msoControlButton)
	Ta&rget Directory	(msoControlButton)
	Tar&get Name	(msoControlButton)
	&Project Directory	(msoControlButton)
	&Solution Directory	(msoControlButton)
 -------------- 
CommandBar: Easy MDI Tool Window	(msoBarTypePopup)	(Built-in)
	Doc&kable	(msoControlButton)
	&Hide	(msoControlButton)
	&Floating	(msoControlButton)
	&Auto Hide	(msoControlButton)
	New Hori&zontal Tab Group	(msoControlButton)
	New &Vertical Tab Group	(msoControlButton)
	Move to Ne&xt Tab Group	(msoControlButton)
	Move to P&revious Tab Group	(msoControlButton)
 -------------- 
CommandBar: Easy MDI Document Window	(msoBarTypePopup)	(Built-in)
	&Save Selected Items	(msoControlButton)
	&Close	(msoControlButton)
	New Hori&zontal Tab Group	(msoControlButton)
	New &Vertical Tab Group	(msoControlButton)
	Move to Ne&xt Tab Group	(msoControlButton)
	Move to P&revious Tab Group	(msoControlButton)
 -------------- 
CommandBar: Easy MDI Dragging	(msoBarTypePopup)	(Built-in)
	New Hori&zontal Tab Group	(msoControlButton)
	New &Vertical Tab Group	(msoControlButton)
	Move to Ne&xt Tab Group	(msoControlButton)
	Move to P&revious Tab Group	(msoControlButton)
	C&ancel	(msoControlButton)
 -------------- 
CommandBar: Open Drop Down	(msoBarTypePopup)	(Built-in)
	&Open	(msoControlButton)
	Open &With...	(msoControlButton)
 -------------- 
CommandBar: Item	(msoBarTypePopup)	(Built-in)
	&Open	(msoControlButton)
	Ope&n With...	(msoControlButton)
	Upd&ate Web Reference	(msoControlButton)
	Update M&anaged Resources	(msoControlButton)
	View &Code	(msoControlButton)
	View &Designer	(msoControlButton)
	Deplo&y	(msoControlButton)
	Co&mpile	(msoControlButton)
	View in &Browser	(msoControlButton)
	Browse Wit&h...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	Publish as w&eb service	(msoControlButton)
	Set As Start &Page	(msoControlButton)
	Include In Pro&ject	(msoControlButton)
	Exclude From Pro&ject	(msoControlButton)
	Run Custom Too&l	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Folder	(msoBarTypePopup)	(Built-in)
	View in &Browser	(msoControlButton)
	Browse Wit&h...	(msoControlButton)
	A&dd	(msoControlPopup)
	Add W&eb Reference...	(msoControlButton)
	Upd&ate Web Reference	(msoControlButton)
	&View in &Object Browser	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	Set As Start &Page	(msoControlButton)
	Include In Pro&ject	(msoControlButton)
	Exclude From Pro&ject	(msoControlButton)
	Run Custom Too&l	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Class View Project	(msoBarTypePopup)	(Built-in)
	B&uild	(msoControlButton)
	R&ebuild	(msoControlButton)
	Depl&oy	(msoControlButton)
	Clea&n	(msoControlButton)
	Pro&ject Only	(msoControlPopup)
	Deplo&y	(msoControlButton)
	Co&mpile	(msoControlButton)
	Project &Dependencies...	(msoControlButton)
	Project Bu&ild Order...	(msoControlButton)
	A&dd	(msoControlPopup)
	Set as St&artUp Project	(msoControlButton)
	Debu&g	(msoControlPopup)
	&Save Selected Items	(msoControlButton)
	&Add Solution to Source Control...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Sort Alphabetically	(msoControlButton)
	Sort By &Type	(msoControlButton)
	Sort By Acc&ess	(msoControlButton)
	Group By T&ype	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Class View Item	(msoBarTypePopup)	(Built-in)
	&Go To Definition	(msoControlButton)
	Go To Decl&aration	(msoControlButton)
	Go To Re&ference	(msoControlButton)
	&Browse Definition	(msoControlButton)
	&Quick Find Symbol	(msoControlButton)
	A&dd	(msoControlPopup)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	Cop&y	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
	&Sort Alphabetically	(msoControlButton)
	Sort By &Type	(msoControlButton)
	Sort By Acc&ess	(msoControlButton)
	Group By T&ype	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Class View Folder	(msoBarTypePopup)	(Built-in)
	New Fol&der...	(msoControlButton)
	Move To &Top	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
	&Sort Alphabetically	(msoControlButton)
	Sort By &Type	(msoControlButton)
	Sort By Acc&ess	(msoControlButton)
	Group By T&ype	(msoControlButton)
 -------------- 
CommandBar: Class View Grouping Folder	(msoBarTypePopup)	(Built-in)
	&Sort Alphabetically	(msoControlButton)
	Sort By &Type	(msoControlButton)
	Sort By Acc&ess	(msoControlButton)
	Group By T&ype	(msoControlButton)
 -------------- 
CommandBar: Class View Multi-select	(msoBarTypePopup)	(Built-in)
	&Go To Definition	(msoControlButton)
	Go To Decl&aration	(msoControlButton)
	Go To Re&ference	(msoControlButton)
	&Browse Definition	(msoControlButton)
	&Quick Find Symbol	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	Cop&y	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
	&Sort Alphabetically	(msoControlButton)
	Sort By &Type	(msoControlButton)
	Sort By Acc&ess	(msoControlButton)
	Group By T&ype	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Object Browser Objects Pane	(msoBarTypePopup)	(Built-in)
	&Go To Definition	(msoControlButton)
	Go To Decl&aration	(msoControlButton)
	Go To Re&ference	(msoControlButton)
	&Browse Definition	(msoControlButton)
	&Quick Find Symbol	(msoControlButton)
	Cop&y	(msoControlButton)
	Re&move	(msoControlButton)
	Show B&rowse Containers	(msoControlButton)
	Show &Hidden Members	(msoControlButton)
	Gr&ouping and Sorting	(msoControlButton)
	Set Gro&uping...	(msoControlButton)
	&Sort Alphabetically	(msoControlButton)
	Sort By Object &Type	(msoControlButton)
	Sort By Object Acc&ess	(msoControlButton)
	Group By Object T&ype	(msoControlButton)
	Grou&p By Object Access	(msoControlButton)
 -------------- 
CommandBar: Object Browser Members Pane	(msoBarTypePopup)	(Built-in)
	&Go To Definition	(msoControlButton)
	Go To Decl&aration	(msoControlButton)
	Go To Re&ference	(msoControlButton)
	&Browse Definition	(msoControlButton)
	&Quick Find Symbol	(msoControlButton)
	Cop&y	(msoControlButton)
	Re&move	(msoControlButton)
	Show B&rowse Containers	(msoControlButton)
	Show &Hidden Members	(msoControlButton)
	Gr&ouping and Sorting	(msoControlButton)
	Set Gro&uping...	(msoControlButton)
	&Sort Alphabetically	(msoControlButton)
	Sort By Member &Type	(msoControlButton)
	Sort By Member Acc&ess	(msoControlButton)
 -------------- 
CommandBar: Object Browser Description Pane	(msoBarTypePopup)	(Built-in)
	&Go To Definition	(msoControlButton)
	Go To Decl&aration	(msoControlButton)
	Go To Re&ference	(msoControlButton)
	&Browse Definition	(msoControlButton)
	&Quick Find Symbol	(msoControlButton)
	Cop&y	(msoControlButton)
	Re&move	(msoControlButton)
	Show B&rowse Containers	(msoControlButton)
	Show &Hidden Members	(msoControlButton)
	Gr&ouping and Sorting	(msoControlButton)
	Set Gro&uping...	(msoControlButton)
 -------------- 
CommandBar: Find Symbol	(msoBarTypePopup)	(Built-in)
	&Go To Definition	(msoControlButton)
	Go To Decl&aration	(msoControlButton)
	Go To Re&ference	(msoControlButton)
	&Browse Definition	(msoControlButton)
	Cop&y	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
	Clear Al&l	(msoControlButton)
 -------------- 
CommandBar: Reference Root	(msoBarTypePopup)	(Built-in)
	Add &Reference...	(msoControlButton)
	Add &Reference...	(msoControlButton)
	Add W&eb Reference...	(msoControlButton)
 -------------- 
CommandBar: Reference Item	(msoBarTypePopup)	(Built-in)
	POCMock Professional	(msoControlPopup)
	&Open	(msoControlButton)
	Ope&n With...	(msoControlButton)
	Upd&ate Web Reference	(msoControlButton)
	Update M&anaged Resources	(msoControlButton)
	&View in &Object Browser	(msoControlButton)
	&Delete	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Web Reference Folder	(msoBarTypePopup)	(Built-in)
	View in &Browser	(msoControlButton)
	Browse Wit&h...	(msoControlButton)
	Add W&eb Reference...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	Set As Start &Page	(msoControlButton)
	Include In Pro&ject	(msoControlButton)
	Exclude From Pro&ject	(msoControlButton)
	Run Custom Too&l	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Drag and Drop	(msoBarTypePopup)	(Built-in)
	&Move Here	(msoControlButton)
	&Copy Here	(msoControlButton)
	C&ancel	(msoControlButton)
 -------------- 
CommandBar: Surface	(msoBarTypePopup)	(Built-in)
	&Generate Dataset...	(msoControlButton)
	&Preview Data...	(msoControlButton)
 -------------- 
CommandBar: Server Explorer	(msoBarTypePopup)	(Built-in)
	Register SQL &Server Instance	(msoControlButton)
	Re&fresh	(msoControlButton)
	&Add To Designer	(msoControlButton)
	&Delete	(msoControlButton)
	&Generate Create Script...	(msoControlButton)
	&Modify Connection...	(msoControlButton)
	&Close Connection	(msoControlButton)
	Server Explorer Node Context Menu	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: DefaultContext	(msoBarTypePopup)	(Built-in)
	&Back	(msoControlButton)
	&Forward	(msoControlButton)
	&Save Background As...	(msoControlButton)
	&Copy Background	(msoControlButton)
	Select &All	(msoControlButton)
	&Find	(msoControlButton)
	&Add to Favorites...	(msoControlButton)
	&View Source	(msoControlButton)
	&Encoding	(msoControlPopup)
	Text Si&ze	(msoControlPopup)
	&Print...	(msoControlButton)
	&Refresh Browser	(msoControlButton)
	&New Window	(msoControlButton)
	&Properties...	(msoControlButton)
 -------------- 
CommandBar: ImageContext	(msoBarTypePopup)	(Built-in)
	&Open Link	(msoControlButton)
	Open Link in &New Window	(msoControlButton)
	Open Link in &External Window	(msoControlButton)
	Save Target &As...	(msoControlButton)
	P&rint Target...	(msoControlButton)
	S&how Picture	(msoControlButton)
	&Save Picture As...	(msoControlButton)
	Cop&y	(msoControlButton)
	&Add to Favorites...	(msoControlButton)
	&Properties...	(msoControlButton)
 -------------- 
CommandBar: SelectionContext	(msoBarTypePopup)	(Built-in)
	Cop&y	(msoControlButton)
	Select &All	(msoControlButton)
	&Print...	(msoControlButton)
 -------------- 
CommandBar: AnchorContext	(msoBarTypePopup)	(Built-in)
	&Open Link	(msoControlButton)
	Open Link in &New Window	(msoControlButton)
	Open Link in &External Window	(msoControlButton)
	Save Target &As...	(msoControlButton)
	P&rint Target...	(msoControlButton)
	&Add to Favorites...	(msoControlButton)
	&Properties...	(msoControlButton)
 -------------- 
CommandBar: TocContext	(msoBarTypePopup)	(Built-in)
	&Print...	(msoControlButton)
	Print S&ubtopics...	(msoControlButton)
 -------------- 
CommandBar: ResListContext	(msoBarTypePopup)	(Built-in)
	Sort By	(msoControlPopup)
 -------------- 
CommandBar: Editor	(msoBarTypePopup)	(Built-in)
	Cu&t	(msoControlButton)
	Open U&RL	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Insert S&QL	(msoControlButton)
	&Design SQL Block	(msoControlButton)
	R&un	(msoControlButton)
	Run &Selection	(msoControlButton)
	R&un	(msoControlButton)
	Run &Selection	(msoControlButton)
	Step &Into	(msoControlButton)
	&Edit	(msoControlButton)
	Insert B&reakpoint	(msoControlButton)
	Enab&le Breakpoint	(msoControlButton)
	S&ynchronize Script Outline	(msoControlButton)
 -------------- 
CommandBar: Script Outline	(msoBarTypePopup)	(Built-in)
	&Goto Definition	(msoControlButton)
	Show &Events	(msoControlButton)
	So&rt	(msoControlPopup)
	S&ynchronize Script Outline	(msoControlButton)
 -------------- 
CommandBar: Watch Context Menu	(msoBarTypePopup)	(Built-in)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Select &All	(msoControlButton)
	Select All Colu&mns	(msoControlButton)
	Clear Al&l	(msoControlButton)
	&Delete Watch	(msoControlButton)
	&Hexadecimal Display	(msoControlButton)
	Co&llapse Parent	(msoControlButton)
	Elastic column	(msoControlButton)
 -------------- 
CommandBar: Locals Context Menu	(msoBarTypePopup)	(Built-in)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Select &All	(msoControlButton)
	Select All Colu&mns	(msoControlButton)
	Clear Al&l	(msoControlButton)
	&Hexadecimal Display	(msoControlButton)
	Co&llapse Parent	(msoControlButton)
	Elastic column	(msoControlButton)
 -------------- 
CommandBar: Autos Context Menu	(msoBarTypePopup)	(Built-in)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Select &All	(msoControlButton)
	Select All Colu&mns	(msoControlButton)
	Clear Al&l	(msoControlButton)
	&Hexadecimal Display	(msoControlButton)
	Co&llapse Parent	(msoControlButton)
	Elastic column	(msoControlButton)
 -------------- 
CommandBar: Threads Context Menu	(msoBarTypePopup)	(Built-in)
	Cop&y	(msoControlButton)
	Select &All	(msoControlButton)
	&Switch To Thread	(msoControlButton)
	&Freeze	(msoControlButton)
	&Thaw	(msoControlButton)
	Co&llapse Parent	(msoControlButton)
	Elastic column	(msoControlButton)
 -------------- 
CommandBar: Call Stack Context Menu	(msoBarTypePopup)	(Built-in)
	Cop&y	(msoControlButton)
	Select &All	(msoControlButton)
	&Switch To Frame	(msoControlButton)
	&Go To Source Code	(msoControlButton)
	Go To &Disassembly	(msoControlButton)
	Ru&n To Cursor	(msoControlButton)
	Insert B&reakpoint	(msoControlButton)
	Enab&le Breakpoint	(msoControlButton)
	&Breakpoint Properties...	(msoControlButton)
	&Hexadecimal Display	(msoControlButton)
	Include &Calls To/From Other Threads	(msoControlButton)
	Show &Non-user Code	(msoControlButton)
	&Reload Symbols...	(msoControlButton)
	Show &Module Names	(msoControlButton)
	Show Parameter &Types	(msoControlButton)
	Show &Parameter Names	(msoControlButton)
	Show Parameter &Values	(msoControlButton)
	Show Lin&e Numbers	(msoControlButton)
	Show Byte &Offsets	(msoControlButton)
 -------------- 
CommandBar: Disassembly Context Menu	(msoBarTypePopup)	(Built-in)
	&Go To Source Code	(msoControlButton)
	&QuickWatch...	(msoControlButton)
	Insert B&reakpoint	(msoControlButton)
	Enab&le Breakpoint	(msoControlButton)
	&Breakpoint Properties...	(msoControlButton)
	S&how Next Statement	(msoControlButton)
	Ru&n To Cursor	(msoControlButton)
	Set Ne&xt Statement	(msoControlButton)
	Show &Address	(msoControlButton)
	Show Source &Code	(msoControlButton)
	Show Code &Bytes	(msoControlButton)
	Show Symbol &Names	(msoControlButton)
	Show &Line Numbers	(msoControlButton)
	Show &Toolbar	(msoControlButton)
 -------------- 
CommandBar: Breakpoints Context Menu	(msoBarTypePopup)	(Built-in)
	New &Breakpoint...	(msoControlButton)
	Delete	(msoControlButton)
	Go To Source Code	(msoControlButton)
	Go To Disassembly	(msoControlButton)
	Properties	(msoControlButton)
 -------------- 
CommandBar: Memory Context Menu	(msoBarTypePopup)	(Built-in)
	No &Data	(msoControlButton)
	&1-byte Integer	(msoControlButton)
	&2-byte Integer	(msoControlButton)
	&4-byte Integer	(msoControlButton)
	&8-byte Integer	(msoControlButton)
	&32-bit Floating Point	(msoControlButton)
	&64-bit Floating Point	(msoControlButton)
	&Hexadecimal Display	(msoControlButton)
	&Signed Display	(msoControlButton)
	&Unsigned Display	(msoControlButton)
	&No Text	(msoControlButton)
	&ANSI Text	(msoControlButton)
	Un&icode Text	(msoControlButton)
	Cop&y	(msoControlButton)
	&Edit Value	(msoControlButton)
	&Reevaluate Automatically	(msoControlButton)
	Show &Toolbar	(msoControlButton)
 -------------- 
CommandBar: Registers Context Menu	(msoBarTypePopup)	(Built-in)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Register Groups	(msoControlButton)
	Select &All	(msoControlButton)
	Select All Colu&mns	(msoControlButton)
	Clear Al&l	(msoControlButton)
 -------------- 
CommandBar: Modules Context Menu	(msoBarTypePopup)	(Built-in)
	Cop&y	(msoControlButton)
	&Reload Symbols...	(msoControlButton)
	Show Modules for &all Programs	(msoControlButton)
 -------------- 
CommandBar: This Context Menu	(msoBarTypePopup)	(Built-in)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Select &All	(msoControlButton)
	Select All Colu&mns	(msoControlButton)
	Clear Al&l	(msoControlButton)
	&Hexadecimal Display	(msoControlButton)
	Co&llapse Parent	(msoControlButton)
	Elastic column	(msoControlButton)
 -------------- 
CommandBar: CSSDocOutline	(msoBarTypePopup)	(Built-in)
	&Goto Definition	(msoControlButton)
	Build &Style...	(msoControlButton)
	&Add Style Rule...	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Delete	(msoControlButton)
 -------------- 
CommandBar: CSSSource	(msoBarTypePopup)	(Built-in)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Build &Style...	(msoControlButton)
	&Add Style Rule...	(msoControlButton)
	View in &Browser	(msoControlButton)
	Synchroni&ze Document Outline	(msoControlButton)
	To&ggle Task List Shortcut	(msoControlButton)
 -------------- 
CommandBar: Document Styles...	(msoBarTypePopup)	(Built-in)
	Add Style &Rule...	(msoControlButton)
	Add Style &Sheet	(msoControlButton)
	Add Style &Link...	(msoControlButton)
	&Open Linked File	(msoControlButton)
	&Build Style...	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me...	(msoControlButton)
	Move &Up	(msoControlButton)
	Mo&ve Down	(msoControlButton)
 -------------- 
CommandBar: Registry	(msoBarTypePopup)	(Built-in)
	&New	(msoControlPopup)
	&Import...	(msoControlButton)
	New &Key	(msoControlButton)
	Cu&t	(msoControlButton)
	&Paste	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
	Properties &Window	(msoControlButton)
 -------------- 
CommandBar: File System	(msoBarTypePopup)	(Built-in)
	&Add	(msoControlPopup)
	&Add Special Folder	(msoControlPopup)
	&Create Shortcut to Selected Items	(msoControlButton)
	&Create New Shortcut	(msoControlButton)
	Cu&t	(msoControlButton)
	&Paste	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
	Properties &Window	(msoControlButton)
 -------------- 
CommandBar: File System	(msoBarTypePopup)	(Built-in)
	&Open	(msoControlButton)
	&Add	(msoControlPopup)
	&Add Special Folder	(msoControlPopup)
	&Create Shortcut to Selected Items	(msoControlButton)
	&Create New Shortcut	(msoControlButton)
	D&ependencies	(msoControlButton)
	Exclude&Filter	(msoControlButton)
	&Outputs	(msoControlButton)
	&View	(msoControlPopup)
	Cu&t	(msoControlButton)
	&Paste	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
	Properties &Window	(msoControlButton)
 -------------- 
CommandBar: File Types	(msoBarTypePopup)	(Built-in)
	&Add File Type	(msoControlButton)
	&Add Action	(msoControlButton)
	&Set As Default	(msoControlButton)
	Move &Up	(msoControlButton)
	Move D&own	(msoControlButton)
	Cu&t	(msoControlButton)
	&Paste	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
	Properties &Window	(msoControlButton)
 -------------- 
CommandBar: User Interface	(msoBarTypePopup)	(Built-in)
	Move &Up	(msoControlButton)
	&Add Dialog	(msoControlButton)
	Move D&own	(msoControlButton)
	Cu&t	(msoControlButton)
	&Paste	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
	Properties &Window	(msoControlButton)
 -------------- 
CommandBar: Launch Conditions	(msoBarTypePopup)	(Built-in)
	Add &File Search	(msoControlButton)
	Add &Registry Search	(msoControlButton)
	Add &Windows Installer Search	(msoControlButton)
	Add &Launch Condition	(msoControlButton)
	Add &File Launch Condition	(msoControlButton)
	Add &Registry Launch Condition	(msoControlButton)
	Add &Windows Installer Launch Condition	(msoControlButton)
	Add .&NET Framework Launch Condition	(msoControlButton)
	Add &Internet Information Services Launch Condition	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
	Properties &Window	(msoControlButton)
 -------------- 
CommandBar: Custom Actions	(msoBarTypePopup)	(Built-in)
	&Add Custom Action...	(msoControlButton)
	Move &Up	(msoControlButton)
	Move D&own	(msoControlButton)
	Cu&t	(msoControlButton)
	&Paste	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
	Properties &Window	(msoControlButton)
 -------------- 
CommandBar: Project Node	(msoBarTypePopup)	(Built-in)
	Find in E&ditor	(msoControlButton)
	&Open	(msoControlButton)
	Ope&n With...	(msoControlButton)
	B&uild	(msoControlButton)
	R&ebuild	(msoControlButton)
	Depl&oy	(msoControlButton)
	Vie&w	(msoControlPopup)
	A&dd	(msoControlPopup)
	&Install	(msoControlButton)
	U&ninstall	(msoControlButton)
	&Add Solution to Source Control...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: A&dd	(msoBarTypePopup)	(Built-in)
	&Project Output...	(msoControlButton)
	&File...	(msoControlButton)
	&Merge Module...	(msoControlButton)
	&Assembly...	(msoControlButton)
 -------------- 
CommandBar: Cab Project Node	(msoBarTypePopup)	(Built-in)
	B&uild	(msoControlButton)
	R&ebuild	(msoControlButton)
	Depl&oy	(msoControlButton)
	A&dd	(msoControlPopup)
	&Add Solution to Source Control...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: A&dd	(msoBarTypePopup)	(Built-in)
	&Project Output...	(msoControlButton)
	&File...	(msoControlButton)
 -------------- 
CommandBar: File nodes	(msoBarTypePopup)	(Built-in)
	Find in E&ditor	(msoControlButton)
	&Open	(msoControlButton)
	Ope&n With...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	&Delete	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Dep. file nodes	(msoBarTypePopup)	(Built-in)
	Find in E&ditor	(msoControlButton)
	&Open	(msoControlButton)
	Ope&n With...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	E&xclude	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Assembly nodes	(msoBarTypePopup)	(Built-in)
	Find in E&ditor	(msoControlButton)
	De&pendencies	(msoControlButton)
	Exclude&Filter	(msoControlButton)
	&Outputs	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	&Delete	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Dep. assembly nodes	(msoBarTypePopup)	(Built-in)
	Find in E&ditor	(msoControlButton)
	De&pendencies	(msoControlButton)
	Exclude&Filter	(msoControlButton)
	&Outputs	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	E&xclude	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: MSM nodes	(msoBarTypePopup)	(Built-in)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	&Delete	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Dep. MSM nodes	(msoBarTypePopup)	(Built-in)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	E&xclude	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Output nodes	(msoBarTypePopup)	(Built-in)
	Find in E&ditor	(msoControlButton)
	De&pendencies	(msoControlButton)
	Exclude&Filter	(msoControlButton)
	&Outputs	(msoControlButton)
	&Delete	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Simple file nodes	(msoBarTypePopup)	(Built-in)
	Find in E&ditor	(msoControlButton)
	&Open	(msoControlButton)
	Ope&n With...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	&Delete	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Simple output nodes	(msoBarTypePopup)	(Built-in)
	De&pendencies	(msoControlButton)
	Exclude&Filter	(msoControlButton)
	&Outputs	(msoControlButton)
	&Delete	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Dependency node	(msoBarTypePopup)	(Built-in)
	Refresh De&pendencies	(msoControlButton)
 -------------- 
CommandBar: Multiple selections	(msoBarTypePopup)	(Built-in)
	Find in E&ditor	(msoControlButton)
	&Open	(msoControlButton)
	Ope&n With...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	&Delete	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Dep. Multiple selections	(msoBarTypePopup)	(Built-in)
	E&xclude	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: View	(msoBarTypePopup)	(Built-in)
	&File System	(msoControlButton)
	&Registry	(msoControlButton)
	File &Types	(msoControlButton)
	&User Interface	(msoControlButton)
	&Custom Actions	(msoControlButton)
	&Launch Conditions	(msoControlButton)
	Additional Editors	(msoControlButton)
 -------------- 
CommandBar: Context	(msoBarTypePopup)	(Built-in)
	Next View	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Past&e as HTML	(msoControlButton)
	&Delete	(msoControlButton)
	Add Height/&Width	(msoControlButton)
	&Remove Height/Width	(msoControlButton)
	Build &Style...	(msoControlButton)
	Run As Ser&ver Control	(msoControlButton)
	View in &Browser	(msoControlButton)
	View Client &Script	(msoControlButton)
	View &Code	(msoControlButton)
	Synchroni&ze Document Outline	(msoControlButton)
	WebForms Designer Verbs	(msoControlButton)
	Ed&it Template	(msoControlPopup)
	E&nd Template Editing	(msoControlButton)
	Object Verb List	(msoControlButton)
	Add Tag Handler	(msoControlButton)
	Edit Tag Handler	(msoControlButton)
	Remove Tag Handler	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Context	(msoBarTypePopup)	(Built-in)
	Next View	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Past&e as HTML	(msoControlButton)
	&Delete	(msoControlButton)
	Add Height/&Width	(msoControlButton)
	&Remove Height/Width	(msoControlButton)
	Build &Style...	(msoControlButton)
	&Insert	(msoControlPopup)
	De&lete	(msoControlPopup)
	&Merge Cells	(msoControlButton)
	Run As Ser&ver Control	(msoControlButton)
	View in &Browser	(msoControlButton)
	View Client &Script	(msoControlButton)
	View &Code	(msoControlButton)
	Synchroni&ze Document Outline	(msoControlButton)
	WebForms Designer Verbs	(msoControlButton)
	Ed&it Template	(msoControlPopup)
	E&nd Template Editing	(msoControlButton)
	Add Tag Handler	(msoControlButton)
	Edit Tag Handler	(msoControlButton)
	Remove Tag Handler	(msoControlButton)
	P&roperties	(msoControlButton)
	Object Verb List	(msoControlButton)
 -------------- 
CommandBar: Context	(msoBarTypePopup)	(Built-in)
	Next View	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Past&e as HTML	(msoControlButton)
	&Delete	(msoControlButton)
	View in &Browser	(msoControlButton)
	View &Code	(msoControlButton)
	Synchroni&ze Document Outline	(msoControlButton)
	Insert &Script Block	(msoControlPopup)
	Insert B&reakpoint	(msoControlButton)
	Enab&le Breakpoint	(msoControlButton)
	&Breakpoint Properties...	(msoControlButton)
	New &Breakpoint...	(msoControlButton)
	Add &Watch	(msoControlButton)
	&QuickWatch...	(msoControlButton)
	Step Into Speci&fic	(msoControlPopup)
	S&how Next Statement	(msoControlButton)
	Ru&n To Cursor	(msoControlButton)
	Set Ne&xt Statement	(msoControlButton)
	Go To &Disassembly	(msoControlButton)
	To&ggle Task List Shortcut	(msoControlButton)
	Object Verb List	(msoControlButton)
	Add Tag Handler	(msoControlButton)
	Edit Tag Handler	(msoControlButton)
	Remove Tag Handler	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Context	(msoBarTypePopup)	(Built-in)
	&Undo	(msoControlButton)
	&Redo	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Delete	(msoControlButton)
	Run As Ser&ver Control	(msoControlButton)
	View Client &Script	(msoControlButton)
	View &Code	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Context	(msoBarTypePopup)	(Built-in)
	Next View	(msoControlButton)
	Seamless &Join Between Frames	(msoControlButton)
	&Edit Frame in New Window	(msoControlButton)
	&Delete Frame	(msoControlButton)
	&Set Page for Frame...	(msoControlButton)
	New &Left Frame	(msoControlButton)
	New &Right Frame	(msoControlButton)
	New &Top Frame	(msoControlButton)
	New &Bottom Frame	(msoControlButton)
	Re&fresh	(msoControlButton)
 -------------- 
CommandBar: Context	(msoBarTypePopup)	(Built-in)
	Next View	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Past&e as HTML	(msoControlButton)
	&Delete	(msoControlButton)
	&Create Schema	(msoControlButton)
	Synchroni&ze Document Outline	(msoControlButton)
	To&ggle Task List Shortcut	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Context	(msoBarTypePopup)	(Built-in)
	Next View	(msoControlButton)
	&Add	(msoControlPopup)
	Edit &key...	(msoControlButton)
	D&elete key	(msoControlButton)
	Edit &Relation...	(msoControlButton)
	Make Type &Global	(msoControlButton)
	A&uto-Arrange	(msoControlButton)
	&Show Default Tree	(msoControlButton)
	&Zoom	(msoControlPopup)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Past&e as HTML	(msoControlButton)
	&Delete	(msoControlButton)
	Generate &Dataset	(msoControlButton)
	&Preview Dataset...	(msoControlButton)
	&Validate Schema	(msoControlButton)
 -------------- 
CommandBar: Context	(msoBarTypePopup)	(Built-in)
	Next View	(msoControlButton)
	&Add	(msoControlPopup)
	E&xpand	(msoControlButton)
	&Collapse	(msoControlButton)
	Edit &key...	(msoControlButton)
	D&elete key	(msoControlButton)
	Edit &Relation...	(msoControlButton)
	Make Type &Global	(msoControlButton)
	A&uto-Arrange	(msoControlButton)
	&Show Default Tree	(msoControlButton)
	&Zoom	(msoControlPopup)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Past&e as HTML	(msoControlButton)
	&Delete	(msoControlButton)
 -------------- 
CommandBar: Context	(msoBarTypePopup)	(Built-in)
	Edit &Relation...	(msoControlButton)
 -------------- 
CommandBar: Context	(msoBarTypePopup)	(Built-in)
	Next View	(msoControlButton)
	&Create Schema	(msoControlButton)
	&Validate XML Data	(msoControlButton)
 -------------- 
CommandBar: Macro	(msoBarTypePopup)	(Built-in)
	R&un	(msoControlButton)
	&Edit	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
 -------------- 
CommandBar: Module	(msoBarTypePopup)	(Built-in)
	Ne&w macro	(msoControlButton)
	&Edit	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
 -------------- 
CommandBar: Project	(msoBarTypePopup)	(Built-in)
	Rena&me	(msoControlButton)
	New mo&dule ...	(msoControlButton)
	&Unload Macro Project	(msoControlButton)
	Set as Recording &Project	(msoControlButton)
 -------------- 
CommandBar: Root	(msoBarTypePopup)	(Built-in)
	&Load Macro Project ...	(msoControlButton)
	Ne&w Macro Project ...	(msoControlButton)
	Macros &IDE ...	(msoControlButton)
 -------------- 
CommandBar: Exe Project	(msoBarTypePopup)	(Built-in)
	Set as St&artUp Project	(msoControlButton)
	Debu&g	(msoControlPopup)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Debug	(msoBarTypePopup)	(Built-in)
	&Start new instance	(msoControlButton)
	Step &Into new instance	(msoControlButton)
 -------------- 
CommandBar: Query Diagram Pane	(msoBarTypePopup)	(Built-in)
	&Run	(msoControlButton)
	&Group By	(msoControlButton)
	Change T&ype	(msoControlPopup)
	Add Ta&ble...	(msoControlButton)
	&Hide Pane	(msoControlButton)
	Manage &Indexes...	(msoControlButton)
	Propert&y Pages	(msoControlButton)
 -------------- 
CommandBar: Query Diagram Table	(msoBarTypePopup)	(Built-in)
	&Column Names	(msoControlButton)
	&Name Only	(msoControlButton)
	Add Ta&ble...	(msoControlButton)
	Select All Colu&mns	(msoControlButton)
	Re&move	(msoControlButton)
	Propert&y Pages	(msoControlButton)
 -------------- 
CommandBar: Query Diagram Table Column	(msoBarTypePopup)	(Built-in)
	Add t&o Output	(msoControlButton)
	Sort &Ascending	(msoControlButton)
	Sort &Descending	(msoControlButton)
	Remove &Filter	(msoControlButton)
 -------------- 
CommandBar: Query Diagram Join Line	(msoBarTypePopup)	(Built-in)
	Re&move	(msoControlButton)
	Select All Ro&ws From <TableA>	(msoControlButton)
	S&elect All Rows From <TableB>	(msoControlButton)
	Propert&y Pages	(msoControlButton)
 -------------- 
CommandBar: Query Diagram Multi-select	(msoBarTypePopup)	(Built-in)
	Re&move	(msoControlButton)
 -------------- 
CommandBar: Query Grid Pane	(msoBarTypePopup)	(Built-in)
	&Run	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	&Group By	(msoControlButton)
	Change T&ype	(msoControlPopup)
	&Hide Pane	(msoControlButton)
	Manage &Indexes...	(msoControlButton)
	Propert&y Pages	(msoControlButton)
 -------------- 
CommandBar: Query SQL Pane	(msoBarTypePopup)	(Built-in)
	&Run	(msoControlButton)
	&Verify SQL Syntax	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Select &All	(msoControlButton)
	&Group By	(msoControlButton)
	Change T&ype	(msoControlPopup)
	&Hide Pane	(msoControlButton)
	Manage &Indexes...	(msoControlButton)
	Propert&y Pages	(msoControlButton)
 -------------- 
CommandBar: Query Results Pane	(msoBarTypePopup)	(Built-in)
	&Run	(msoControlButton)
	Clear Res&ults	(msoControlButton)
	&First	(msoControlButton)
	&Last	(msoControlButton)
	&New	(msoControlButton)
	Ro&w...	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	&Hide Pane	(msoControlButton)
	Manage &Indexes...	(msoControlButton)
	Propert&y Pages	(msoControlButton)
 -------------- 
CommandBar: Database Designer	(msoBarTypePopup)	(Built-in)
	New &Table...	(msoControlButton)
	Add Ta&ble...	(msoControlButton)
	&New Text Annotation	(msoControlButton)
	&Paste	(msoControlButton)
	Select &All	(msoControlButton)
	Show Relationship &Labels	(msoControlButton)
	Arran&ge Tables	(msoControlButton)
	&Zoom	(msoControlPopup)
 -------------- 
CommandBar: Database Designer Table	(msoBarTypePopup)	(Built-in)
	Table V&iew	(msoControlPopup)
	Set Primary Ke&y	(msoControlButton)
	Insert Colu&mn	(msoControlButton)
	Delete Colum&n	(msoControlButton)
	D&elete from Database	(msoControlButton)
	Re&move	(msoControlButton)
	Add &Related Tables	(msoControlButton)
	A&utosize Selected Tables	(msoControlButton)
	&Arrange Selection	(msoControlButton)
	Relations&hips...	(msoControlButton)
	Inde&xes/Keys...	(msoControlButton)
	Check C&onstraints...	(msoControlButton)
	Propert&y Pages	(msoControlButton)
 -------------- 
CommandBar: Database Designer Relationship	(msoBarTypePopup)	(Built-in)
	D&elete from Database	(msoControlButton)
	Propert&y Pages	(msoControlButton)
 -------------- 
CommandBar: Text Annotation	(msoBarTypePopup)	(Built-in)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Select &All	(msoControlButton)
	Set Text Annotation &Font...	(msoControlButton)
 -------------- 
CommandBar: Database Project	(msoBarTypePopup)	(Built-in)
	Add Ne&w Item...	(msoControlButton)
	Add Existin&g Item...	(msoControlButton)
	Add SQ&L Script...	(msoControlButton)
	Add &Query...	(msoControlButton)
	New Fol&der	(msoControlButton)
	Set Defaul&t Reference...	(msoControlButton)
	&Set as Project Default	(msoControlButton)
	Create Command &File...	(msoControlButton)
	&Add Solution to Source Control...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
	&Save Selected Items	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: DB Project Connection	(msoBarTypePopup)	(Built-in)
	Add Ne&w Item...	(msoControlButton)
	Add Existin&g Item...	(msoControlButton)
	Add SQ&L Script...	(msoControlButton)
	Add &Query...	(msoControlButton)
	New Fol&der	(msoControlButton)
	&Add Solution to Source Control...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
 -------------- 
CommandBar: DB Project Folder	(msoBarTypePopup)	(Built-in)
	Add Ne&w Item...	(msoControlButton)
	Add Existin&g Item...	(msoControlButton)
	Add SQ&L Script...	(msoControlButton)
	New Fol&der	(msoControlButton)
	Add &Query...	(msoControlButton)
	Set Defaul&t Reference...	(msoControlButton)
	Create Command &File...	(msoControlButton)
	&Generate Create Script...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Database References Folder	(msoBarTypePopup)	(Built-in)
	&New Database Reference...	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Folders	(msoBarTypePopup)	(Built-in)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	Cop&y	(msoControlButton)
	&Delete	(msoControlButton)
 -------------- 
CommandBar: DB Project File	(msoBarTypePopup)	(Built-in)
	R&un	(msoControlButton)
	&Open	(msoControlButton)
	Ope&n With...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Query	(msoBarTypePopup)	(Built-in)
	D&esign	(msoControlButton)
	Desi&gn On...	(msoControlButton)
	Ope&n With...	(msoControlButton)
	&Open	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Script	(msoBarTypePopup)	(Built-in)
	&Open	(msoControlButton)
	Ope&n With...	(msoControlButton)
	R&un	(msoControlButton)
	R&un On...	(msoControlButton)
	Run &Selection	(msoControlButton)
	&Set as Project Default	(msoControlButton)
	Create Command &File...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Database Reference Node	(msoBarTypePopup)	(Built-in)
	&Set as Project Default	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Files	(msoBarTypePopup)	(Built-in)
	&Open	(msoControlButton)
	Ope&n With...	(msoControlButton)
	R&un	(msoControlButton)
	R&un On...	(msoControlButton)
	Run &Selection	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	Cop&y	(msoControlButton)
	&Delete	(msoControlButton)
 -------------- 
CommandBar: Multi-select	(msoBarTypePopup)	(Built-in)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	Cop&y	(msoControlButton)
	&Delete	(msoControlButton)
 -------------- 
CommandBar: Database Connection	(msoBarTypePopup)	(Built-in)
	&Close Connection	(msoControlButton)
	Change &Login...	(msoControlButton)
	Unregister SQL &Server Instance	(msoControlButton)
	New &Database	(msoControlButton)
	Refres&h	(msoControlButton)
	&Generate Create Script...	(msoControlButton)
	&Generate Create Script...	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Folder Multi-Selection	(msoBarTypePopup)	(Built-in)
	Refres&h	(msoControlButton)
 -------------- 
CommandBar: All Diagrams	(msoBarTypePopup)	(Built-in)
	New Diagra&m	(msoControlButton)
	&Paste	(msoControlButton)
	Refres&h	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: All Tables	(msoBarTypePopup)	(Built-in)
	New &Table	(msoControlButton)
	Refres&h	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: All Views	(msoBarTypePopup)	(Built-in)
	New Vie&w	(msoControlButton)
	New Tr&igger	(msoControlButton)
	Refres&h	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: All Stored Procedures	(msoBarTypePopup)	(Built-in)
	New Stored &Procedure	(msoControlButton)
	Refres&h	(msoControlButton)
	&Add to Source Control	(msoControlButton)
	&Remove from Source Control	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: All Package Specifications	(msoBarTypePopup)	(Built-in)
	New Pac&kage Specification	(msoControlButton)
	Refres&h	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: All Package Bodies	(msoBarTypePopup)	(Built-in)
	New P&ackage Body	(msoControlButton)
	Refres&h	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: All Synonyms	(msoBarTypePopup)	(Built-in)
	Refres&h	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: All Databases	(msoBarTypePopup)	(Built-in)
	New &Database	(msoControlButton)
	Refres&h	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: All Users	(msoBarTypePopup)	(Built-in)
	New &User	(msoControlButton)
	New &User	(msoControlButton)
	Refres&h	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: All Roles	(msoBarTypePopup)	(Built-in)
	New &Role	(msoControlButton)
	New &Role	(msoControlButton)
	Refres&h	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Node Multi-Selection	(msoBarTypePopup)	(Built-in)
	&Edit	(msoControlButton)
	Retrie&ve Data	(msoControlButton)
	D&esign	(msoControlButton)
	Refres&h	(msoControlButton)
	Copy S&QL Script	(msoControlButton)
	&Generate Create Script...	(msoControlButton)
 -------------- 
CommandBar: Diagram	(msoBarTypePopup)	(Built-in)
	D&esign	(msoControlButton)
	New Diagra&m	(msoControlButton)
	Refres&h	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Table	(msoBarTypePopup)	(Built-in)
	Retrie&ve Data	(msoControlButton)
	&Edit	(msoControlButton)
	D&esign	(msoControlButton)
	New &Table	(msoControlButton)
	New Tr&igger	(msoControlButton)
	Refres&h	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Copy S&QL Script	(msoControlButton)
	&Generate Create Script...	(msoControlButton)
	E&xport Data...	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: View	(msoBarTypePopup)	(Built-in)
	Retrie&ve Data	(msoControlButton)
	D&esign	(msoControlButton)
	New Vie&w	(msoControlButton)
	New Tr&igger	(msoControlButton)
	Refres&h	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Copy S&QL Script	(msoControlButton)
	&Generate Create Script...	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Stored Procedure	(msoBarTypePopup)	(Built-in)
	&Edit	(msoControlButton)
	R&un	(msoControlButton)
	Step &Into	(msoControlButton)
	New Stored &Procedure	(msoControlButton)
	Refres&h	(msoControlButton)
	&Add to Source Control	(msoControlButton)
	&Remove from Source Control	(msoControlButton)
	&Check Out	(msoControlButton)
	&Undo Checkout	(msoControlButton)
	&Check In	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Copy S&QL Script	(msoControlButton)
	&Generate Create Script...	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Function	(msoBarTypePopup)	(Built-in)
	&Edit	(msoControlButton)
	R&un	(msoControlButton)
	Step &Into	(msoControlButton)
	New Inline &Function	(msoControlButton)
	New T&able-valued Function	(msoControlButton)
	New Sca&lar-valued Function	(msoControlButton)
	Refres&h	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	&Generate Create Script...	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Synonym	(msoBarTypePopup)	(Built-in)
	Retrie&ve Data	(msoControlButton)
	Refres&h	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Package Spec	(msoBarTypePopup)	(Built-in)
	New Pac&kage Specification	(msoControlButton)
	&Edit	(msoControlButton)
	Refres&h	(msoControlButton)
	&Delete	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Package Body	(msoBarTypePopup)	(Built-in)
	New P&ackage Body	(msoControlButton)
	&Edit	(msoControlButton)
	Refres&h	(msoControlButton)
	&Delete	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Trigger	(msoBarTypePopup)	(Built-in)
	&Edit	(msoControlButton)
	&Delete	(msoControlButton)
	Copy S&QL Script	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Column	(msoBarTypePopup)	(Built-in)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: SQL Editor	(msoBarTypePopup)	(Built-in)
	Insert S&QL	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
 -------------- 
CommandBar: All Functions	(msoBarTypePopup)	(Built-in)
	New Inline &Function	(msoControlButton)
	New T&able-valued Function	(msoControlButton)
	New Sca&lar-valued Function	(msoControlButton)
	Refres&h	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Oracle Function	(msoBarTypePopup)	(Built-in)
	&Edit	(msoControlButton)
	R&un	(msoControlButton)
	Step &Into	(msoControlButton)
	New Inline &Function	(msoControlButton)
	New T&able-valued Function	(msoControlButton)
	New Sca&lar-valued Function	(msoControlButton)
	Refres&h	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
	&Generate Create Script...	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Oracle Procedure	(msoBarTypePopup)	(Built-in)
	&Edit	(msoControlButton)
	R&un	(msoControlButton)
	Step &Into	(msoControlButton)
	New Stored &Procedure	(msoControlButton)
	Refres&h	(msoControlButton)
	&Add to Source Control	(msoControlButton)
	&Remove from Source Control	(msoControlButton)
	&Check Out	(msoControlButton)
	&Undo Checkout	(msoControlButton)
	&Check In	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	Rena&me	(msoControlButton)
	&Delete	(msoControlButton)
	Copy S&QL Script	(msoControlButton)
	&Generate Create Script...	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Root	(msoBarTypePopup)	(Built-in)
	B&uild	(msoControlButton)
	R&ebuild	(msoControlButton)
	Depl&oy	(msoControlButton)
	Clea&n	(msoControlButton)
	Pro&ject Only	(msoControlPopup)
	Project &Dependencies...	(msoControlButton)
	Project Bu&ild Order...	(msoControlButton)
	A&dd	(msoControlPopup)
	&Save Selected Items	(msoControlButton)
	&Add Solution to Source Control...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Folder	(msoBarTypePopup)	(Built-in)
	A&dd	(msoControlPopup)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	&Paste	(msoControlButton)
	&Delete	(msoControlButton)
	Rena&me	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	&Compare Versions...	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Multiple Selection	(msoBarTypePopup)	(Built-in)
	&Open	(msoControlButton)
	Ope&n With...	(msoControlButton)
	Upd&ate Web Reference	(msoControlButton)
	Update M&anaged Resources	(msoControlButton)
	&Add Solution to Source Control...	(msoControlButton)
	Check &Out	(msoControlButton)
	Check In	(msoControlButton)
	Show Pending &Checkins	(msoControlButton)
	&Undo Checkout...	(msoControlButton)
	&Get Latest Version	(msoControlButton)
	Refresh Re&ference	(msoControlButton)
 -------------- 
CommandBar: Dangling Reference	(msoBarTypePopup)	(Built-in)
	&Delete	(msoControlButton)
	Refresh Re&ference	(msoControlButton)
 -------------- 
CommandBar: New	(msoBarTypePopup)	(Built-in)
	&Key	(msoControlButton)
	&String Value	(msoControlButton)
	&Environment String Value	(msoControlButton)
	&Binary Value	(msoControlButton)
	&DWORD Value	(msoControlButton)
 -------------- 
CommandBar: Add	(msoBarTypePopup)	(Built-in)
	&Folder	(msoControlButton)
	&Project Output...	(msoControlButton)
	F&ile...	(msoControlButton)
	&Assembly...	(msoControlButton)
 -------------- 
CommandBar: Add Special Folder	(msoBarTypePopup)	(Built-in)
	&Common Files Folder	(msoControlButton)
	&Fonts Folder	(msoControlButton)
	&Program Files Folder	(msoControlButton)
	S&ystem Folder	(msoControlButton)
	User's App&lication Data Folder	(msoControlButton)
	User's &Desktop	(msoControlButton)
	User's Fa&vorites Folder	(msoControlButton)
	User's Pe&rsonal Data Folder	(msoControlButton)
	User's Pr&ograms Menu	(msoControlButton)
	User's S&end To Menu	(msoControlButton)
	User's &Start Menu	(msoControlButton)
	User's St&artup Folder	(msoControlButton)
	User's &Template Folder	(msoControlButton)
	&Windows Folder	(msoControlButton)
	&Global Assembly Cache Folder	(msoControlButton)
	C&ustom Folder	(msoControlButton)
	We&b Custom Folder	(msoControlButton)
	&Module Retargetable Folder	(msoControlButton)
 -------------- 
CommandBar: View	(msoBarTypePopup)	(Built-in)
	Lar&ge Icons	(msoControlButton)
	S&mall Icons	(msoControlButton)
	&List	(msoControlButton)
	&Details	(msoControlButton)
 -------------- 
CommandBar: Editor	(msoBarTypePopup)	(Built-in)
	&File System	(msoControlButton)
	&Registry	(msoControlButton)
	File &Types	(msoControlButton)
	&User Interface	(msoControlButton)
	&Custom Actions	(msoControlButton)
	&Launch Conditions	(msoControlButton)
	Additional Editors	(msoControlButton)
 -------------- 
CommandBar: Sort By	(msoBarTypePopup)	(Built-in)
	Default &Sort	(msoControlButton)
	&Category	(msoControlButton)
	&Priority	(msoControlButton)
	&Description	(msoControlButton)
	&File	(msoControlButton)
	C&hecked	(msoControlButton)
 -------------- 
CommandBar: A&dd	(msoBarTypePopup)	(Built-in)
	&New Project...	(msoControlButton)
	&Existing Project...	(msoControlButton)
	Existing Project &From Web...	(msoControlButton)
	Add Existin&g Item...	(msoControlButton)
	New Fol&der	(msoControlButton)
	Add Windows &Form...	(msoControlButton)
	Add Web &Form...	(msoControlButton)
	Add &Inherited Form...	(msoControlButton)
	Add Web User Con&trol...	(msoControlButton)
	Add &HTML Page...	(msoControlButton)
	Add &User Control...	(msoControlButton)
	Add Inherited Con&trol...	(msoControlButton)
	Add Web Ser&vice...	(msoControlButton)
	Add Compo&nent...	(msoControlButton)
	Add &Module...	(msoControlButton)
	Add &Class...	(msoControlButton)
	Add &Resource...	(msoControlButton)
 -------------- 
CommandBar: Resource View	(msoBarTypePopup)	(Built-in)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	Copy Dia&gram to Clipboard	(msoControlButton)
	Copy S&QL Script	(msoControlButton)
	&Paste	(msoControlButton)
	C&ycle Clipboard Ring	(msoControlButton)
	Past&e as HTML	(msoControlButton)
	&Delete	(msoControlButton)
	D&elete from Database	(msoControlButton)
	Re&move	(msoControlButton)
	Resource Inc&ludes...	(msoControlButton)
	Res&ource Symbols...	(msoControlButton)
	Ope&n	(msoControlButton)
	Open &Binary Data	(msoControlButton)
	&Save Selected Items	(msoControlButton)
	&Add Resource...	(msoControlButton)
	Insert &Copy...	(msoControlButton)
	Ins&ert	(msoControlButton)
	&Import...	(msoControlButton)
	E&xport...	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Resource Editors	(msoBarTypePopup)	(Built-in)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	Copy Dia&gram to Clipboard	(msoControlButton)
	Copy S&QL Script	(msoControlButton)
	&Paste	(msoControlButton)
	C&ycle Clipboard Ring	(msoControlButton)
	Past&e as HTML	(msoControlButton)
	&Delete	(msoControlButton)
	D&elete from Database	(msoControlButton)
	Re&move	(msoControlButton)
	Ne&w Accelerator	(msoControlButton)
	&Next Key Typed	(msoControlButton)
	&Add Event Handler...	(msoControlButton)
	Insert Active&X Control...	(msoControlButton)
	Add &Class...	(msoControlButton)
	&Invert Colors	(msoControlButton)
	Flip &Horizontal	(msoControlButton)
	Flip &Vertical	(msoControlButton)
	Rotate &90 Degrees	(msoControlButton)
	Show Colors Wi&ndow	(msoControlButton)
	Use Selection as &Brush	(msoControlButton)
	Copy And O&utline Selection	(msoControlButton)
	Add Varia&ble...	(msoControlButton)
	Ne&w String	(msoControlButton)
	Ne&w Version Info Block	(msoControlButton)
	De&lete Version Info Block	(msoControlButton)
	S&ize to Content	(msoControlButton)
	Align &Lefts	(msoControlButton)
	Align Top&s	(msoControlButton)
	Ad&just Colors...	(msoControlButton)
	Lo&ad Palette...	(msoControlButton)
	&Save Palette...	(msoControlButton)
	Check &Mnemonics	(msoControlButton)
	Draw Opa&que	(msoControlButton)
	Too&lbar Editor...	(msoControlButton)
	&Grid Settings...	(msoControlButton)
	Ne&w Image Type...	(msoControlButton)
	Current Icon Image Types	(msoControlPopup)
	Current Cursor Image Types	(msoControlPopup)
	Delete I&mage Type	(msoControlButton)
	&Edit Control	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Binary Editor	(msoBarTypePopup)	(Built-in)
	Cu&t	(msoControlButton)
	Cop&y	(msoControlButton)
	Copy Dia&gram to Clipboard	(msoControlButton)
	Copy S&QL Script	(msoControlButton)
	&Paste	(msoControlButton)
	C&ycle Clipboard Ring	(msoControlButton)
	Past&e as HTML	(msoControlButton)
	&Delete	(msoControlButton)
	D&elete from Database	(msoControlButton)
	Re&move	(msoControlButton)
	P&roperties	(msoControlButton)
 -------------- 
CommandBar: Checkin Dialog Context Menu	(msoBarTypePopup)	(Built-in)
	Compare Versions...	(msoControlButton)
 -------------- 
CommandBar: Pending Checkin Window Context Menu	(msoBarTypePopup)	(Built-in)
	Compare Versions...	(msoControlButton)
	Undo checkout...	(msoControlButton)
 -------------- 
CommandBar: GetVersion Dialog Context Menu	(msoBarTypePopup)	(Built-in)
	Compare Versions...	(msoControlButton)
 -------------- 
CommandBar: Check Out Dialog Context Menu	(msoBarTypePopup)	(Built-in)
	Compare Versions...	(msoControlButton)
 -------------- 
CommandBar: Task Pane	(msoBarTypeNormal)	(Built-in)
	Tas&k Pane	(msoControlWorkPane)
 -------------- 
CommandBar: Clipboard	(msoBarTypeNormal)	(Built-in)
 -------------- 
CommandBar: Envelope	(msoBarTypeNormal)	(Built-in)
	&Envelope	(msoControlPane)
 -------------- 
CommandBar: System	(msoBarTypePopup)	(Built-in)
	&Restore	(msoControlButton)
	&Move	(msoControlButton)
	&Size	(msoControlButton)
	Mi&nimize	(msoControlButton)
	Ma&ximize	(msoControlButton)
	&Close	(msoControlButton)
 -------------- 
CommandBar: Online Meeting	(msoBarTypeNormal)	(Built-in)
	&Participant List	(msoControlDropdown)
	&Call Participant	(msoControlButton)
	&Remove Participants	(msoControlButton)
	&Allow Others to Edit	(msoControlButton)
	&Display Chat Window	(msoControlButton)
	Display &Whiteboard	(msoControlButton)
	&End Meeting	(msoControlButton)
 -------------- 
 

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Australia Australia
I am a Software Engineer/Consultant. My work is focussed on helping teams to get more out of their work. So I teach how to do requirements, analysis and design in a format that is easy to understand and apply.
I help with testing too, from starting developers on automated unit testing to running whole testing teams and how they cooperate with development.

For really big projects I provide complete methodologies that support all of the lifecycle.

For relaxation I paddle a sea kayak around Sydney and the Central Coast or write utilities on rainy days to make my life easier.

Comments and Discussions