_Application.ShowVisualBasicEditor Property

Definition

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.

public:
 property bool ShowVisualBasicEditor { bool get(); void set(bool value); };
public bool ShowVisualBasicEditor { get; set; }
member this.ShowVisualBasicEditor : bool with get, set
Public Property ShowVisualBasicEditor As Boolean

Property Value

Applies to