_Document.CommandBars Property 

Returns a Microsoft.Office.Core.CommandBars collection that represents the menu bar and all the toolbars in Microsoft Word.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim _Document1 As _Document

Dim returnValue As CommandBars
returnValue = _Document1.CommandBars

Syntax

ReadOnly Property CommandBars() As CommandBars
CommandBars CommandBars {get;}
property CommandBars^ CommandBars{
    CommandBars^ get();
}
public CommandBars get_CommandBars();
function get CommandBars() : CommandBars;

Remarks

Use the CustomizationContext property to set the template or document context prior to accessing the CommandBars collection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

_Document Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

_Document Members