_FormRegion.Inspector Property
Returns an Inspector object representing the Inspector that hosts the form region. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Inspector As Inspector
Get
'Usage
Dim instance As _FormRegion
Dim value As Inspector
value = instance.Inspector
[DispIdAttribute()]
Inspector Inspector { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Inspector
Remarks
Returns Nothing (a null reference (Nothing in Visual Basic) in C#) if the form region is displayed in the Reading Pane.