FormRegionManifest.ShowReadingPane Property (2007 System)
Gets or sets a value that indicates whether to display the form region in the Reading Pane.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Property ShowReadingPane As Boolean
'Usage
Dim instance As FormRegionManifest
Dim value As Boolean
value = instance.ShowReadingPane
instance.ShowReadingPane = value
public bool ShowReadingPane { get; set; }
public:
property bool ShowReadingPane {
bool get ();
void set (bool value);
}
public function get ShowReadingPane () : boolean
public function set ShowReadingPane (value : boolean)
Property Value
Type: System.Boolean
true to display the form region in the Reading Pane; otherwise, false. The default is false.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Locked is true. |
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.
.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.