Dialog.CommandName Property

Returns the name of the procedure that displays the specified built-in dialog box.

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

Syntax

'Declaration
ReadOnly Property CommandName As String
    Get
'Usage
Dim instance As Dialog
Dim value As String

value = instance.CommandName
string CommandName { get; }

Property Value

Type: System.String

See Also

Reference

Dialog Interface

Dialog Members

Microsoft.Office.Interop.Word Namespace