Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the type of form region that loads.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property FormRegionSize As OlFormRegionSize
'Usage
Dim instance As FormRegionInitializingEventArgs
Dim value As OlFormRegionSize
value = instance.FormRegionSize
public OlFormRegionSize FormRegionSize { get; }
public:
property OlFormRegionSize FormRegionSize {
OlFormRegionSize get ();
}
public function get FormRegionSize () : OlFormRegionSize
Property Value
Type: OlFormRegionSize
A OlFormRegionSize that represents the type of form region that loads.
.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.
See Also
Reference
FormRegionInitializingEventArgs Class