Options.ShowDevTools Property
Returns or sets a Boolean that represents whether the Developer tab is displayed in the Ribbon. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowDevTools As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.ShowDevTools
instance.ShowDevTools = value
bool ShowDevTools { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
This property corresponds to the Show Developer tab in the Ribbon check box in the Word Options dialog box.