FormRegionBase.Base Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the FormRegionControl object that this FormRegionBase object extends.
public:
property Microsoft::Office::Tools::Outlook::FormRegionControl ^ Base { Microsoft::Office::Tools::Outlook::FormRegionControl ^ get(); };
public Microsoft.Office.Tools.Outlook.FormRegionControl Base { get; }
member this.Base : Microsoft.Office.Tools.Outlook.FormRegionControl
Public ReadOnly Property Base As FormRegionControl
Property Value
The object that this FormRegionBase object extends.