_Application.ShowVisualBasicEditor Property
Determines if the Visual Basic Editor window is visible. This property returns True if the Visual Basic Editor window is visible, and False if not.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowVisualBasicEditor As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.ShowVisualBasicEditor
instance.ShowVisualBasicEditor = value
bool ShowVisualBasicEditor { get; set; }
Property Value
Type: System.Boolean