Options.HideChartDraftModeNotification Property
Gets or sets whether the Draft Mode notification label is hidden on charts that are inserted in Draft Mode.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property HideChartDraftModeNotification As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.HideChartDraftModeNotification
instance.HideChartDraftModeNotification = value
bool HideChartDraftModeNotification { get; set; }
Property Value
Type: System.Boolean
true if the Draft Mode notification label is hidden on charts that are inserted in Draft Mode; otherwise, false.
Remarks
Read/write. Setting this property does not affect charts that were previously inserted in the document in draft mode.