DocumentClass.CommandBars Property

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property CommandBars As CommandBars
    Get
'Usage
Dim instance As DocumentClass
Dim value As CommandBars

value = instance.CommandBars
public virtual CommandBars CommandBars { get; }

Property Value

Type: CommandBars

Implements

_Document.CommandBars

See Also

Reference

DocumentClass Class

DocumentClass Members

Microsoft.Office.Interop.Word Namespace