FormRegionControl Class
[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.VisualStudio.Tools.Office.Outlook (in Microsoft.VisualStudio.Tools.Office.Outlook.dll)
Syntax
'宣言
<DesignerAttribute("Microsoft.VisualStudio.OfficeTools.Outlook2007.Design.FormRegionControlDocumentDesigner, Microsoft.VisualStudio.Tools.Office.Designer.Office2007, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", GetType(IRootDesigner))> _
<DefaultEventAttribute("FormRegionShowing")> _
<ToolboxItemAttribute(False)> _
<DefaultPropertyAttribute("Manifest")> _
<DesignerSerializerAttribute("Microsoft.VisualStudio.OfficeTools.Outlook2007.Design.FormRegionControlTypeCodeDomSerializer, Microsoft.VisualStudio.Tools.Office.Designer.Office2007, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", GetType(TypeCodeDomSerializer))> _
Public Class FormRegionControl _
Inherits UserControl _
Implements IFormRegion
'使用
Dim instance As FormRegionControl
[DesignerAttribute("Microsoft.VisualStudio.OfficeTools.Outlook2007.Design.FormRegionControlDocumentDesigner, Microsoft.VisualStudio.Tools.Office.Designer.Office2007, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(IRootDesigner))]
[DefaultEventAttribute("FormRegionShowing")]
[ToolboxItemAttribute(false)]
[DefaultPropertyAttribute("Manifest")]
[DesignerSerializerAttribute("Microsoft.VisualStudio.OfficeTools.Outlook2007.Design.FormRegionControlTypeCodeDomSerializer, Microsoft.VisualStudio.Tools.Office.Designer.Office2007, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(TypeCodeDomSerializer))]
public class FormRegionControl : UserControl, IFormRegion
[DesignerAttribute(L"Microsoft.VisualStudio.OfficeTools.Outlook2007.Design.FormRegionControlDocumentDesigner, Microsoft.VisualStudio.Tools.Office.Designer.Office2007, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(IRootDesigner))]
[DefaultEventAttribute(L"FormRegionShowing")]
[ToolboxItemAttribute(false)]
[DefaultPropertyAttribute(L"Manifest")]
[DesignerSerializerAttribute(L"Microsoft.VisualStudio.OfficeTools.Outlook2007.Design.FormRegionControlTypeCodeDomSerializer, Microsoft.VisualStudio.Tools.Office.Designer.Office2007, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(TypeCodeDomSerializer))]
public ref class FormRegionControl : public UserControl, IFormRegion
public class FormRegionControl extends UserControl implements IFormRegion
Not applicable.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
Microsoft.Office.Tools.Outlook.FormRegionControl
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Members
Microsoft.Office.Tools.Outlook Namespace