Dialog.CommandBarId Property

Returns the toolbar control id for a built-in Microsoft Office Word dialog box. Read-only.

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

Syntax

'Declaration
ReadOnly Property CommandBarId As Integer
    Get
'Usage
Dim instance As Dialog
Dim value As Integer

value = instance.CommandBarId
int CommandBarId { get; }

Property Value

Type: System.Int32
Integer

See Also

Reference

Dialog Interface

Dialog Members

Microsoft.Office.Interop.Word Namespace