_Global.ShowVisualBasicEditor Property
Determines if the Visual Basic Editor window is visible.
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 _Global
Dim value As Boolean
value = instance.ShowVisualBasicEditor
instance.ShowVisualBasicEditor = value
bool ShowVisualBasicEditor { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if the Visual Basic Editor window is visible, and False if not. Specify True or False to enable or disable the visibility.