Options.AutoCreateNewDrawings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True for Microsoft Word to draw newly created shapes in a drawing canvas.
public:
property bool AutoCreateNewDrawings { bool get(); void set(bool value); };
public bool AutoCreateNewDrawings { get; set; }
member this.AutoCreateNewDrawings : bool with get, set
Public Property AutoCreateNewDrawings As Boolean
Property Value
Remarks
The AutoCreateNewDrawings property only affects shapes as they are added from within Word. If shapes are added programmatically, they are added as specified in the code regardless of whether this option is set to True or False.