FormRegionControl.OutlookFormRegion Property (2007 System)
Gets or sets the native form region object.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property OutlookFormRegion As FormRegion
'Usage
Dim instance As FormRegionControl
Dim value As FormRegion
value = instance.OutlookFormRegion
instance.OutlookFormRegion = value
[BrowsableAttribute(false)]
public FormRegion OutlookFormRegion { get; set; }
[BrowsableAttribute(false)]
public:
property FormRegion^ OutlookFormRegion {
FormRegion^ get ();
void set (FormRegion^ value);
}
public function get OutlookFormRegion () : FormRegion
public function set OutlookFormRegion (value : FormRegion)
Property Value
Type: FormRegion
A _FormRegion that represents the form region.
Remarks
You can call the Inspector property of the _FormRegion object to get an instance of the Inspector that displays the form region.
.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.