Share via


FormRegionManifest.ShowReadingPane Property

Definition

Gets or sets a value that indicates whether to display the form region in the Reading Pane.

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

Property Value

true to display the form region in the Reading Pane; otherwise, false. The default is false.

Exceptions

Remarks

The Reading Pane, sometimes referred to as the Preview Pane, provides a read-only view of information. You can use the Reading Pane to preview an item without opening the item.

Note

Input controls that you add to an adjoining form region, such as a text box, might not behave as expected when the item and form region are open in the Reading Pane. For more information, see Guidelines for Creating Outlook Form Regions.

Applies to