Document.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 (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
ReadOnly Property FormsDesign As Boolean
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.