Options.EnableLivePreview Property

Definition

Sets or returns a Boolean that represents whether to show or hide gallery previews that appear when using galleries that support previewing. True shows a preview in your document before applying the command. Read/write.

public:
 property bool EnableLivePreview { bool get(); void set(bool value); };
public bool EnableLivePreview { get; set; }
member this.EnableLivePreview : bool with get, set
Public Property EnableLivePreview As Boolean

Property Value

Boolean

Remarks

This property corresponds to the Enable Live Preview check box in the Word Options dialog box.

Applies to