DocumentBase.FormsDesign Property

Gets a value that indicates whether the document is in form design mode.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)

Syntax

'Declaration
Public ReadOnly Property FormsDesign As Boolean
public bool FormsDesign { get; }

Property Value

Type: System.Boolean
true if the document is in form design mode; otherwise, false.

Remarks

This property always returns false if it is used in code run from Microsoft Office Word, but it returns the correct value if it is run through automation. For example, if you run the example from Microsoft Office Excel, it returns true if you are in design mode.

.NET Framework Security

See Also

Reference

DocumentBase Class

Microsoft.Office.Tools.Word Namespace