Document.FormsDesign Property

Definition

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

public:
 property bool FormsDesign { bool get(); };
public bool FormsDesign { get; }
member this.FormsDesign : bool
Public ReadOnly Property FormsDesign As Boolean

Property Value

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.

Applies to