FormControl 類別
用於將 Microsoft Office InfoPath 2007 表單編輯環境移轉至以 .NET 為基礎的自訂應用程中的可裝載物件。
**命名空間:**Microsoft.Office.InfoPath
**組件:**Microsoft.Office.InfoPath.FormControl (於 microsoft.office.infopath.formcontrol.dll 中)
語法
'宣告
<DesignTimeVisibleAttribute(True)> _
<ClsidAttribute("{80756399-5146-11d5-a672-00b0d022e945}")> _
<DescriptionAttribute("Microsoft Office InfoPath")> _
<ToolboxItemAttribute(True)> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name:="FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name:="FullTrust")> _
Public Class FormControl
Inherits AxHost
Implements IAdviseSink
'用途
Dim instance As FormControl
[DesignTimeVisibleAttribute(true)]
[ClsidAttribute("{80756399-5146-11d5-a672-00b0d022e945}")]
[DescriptionAttribute("Microsoft Office InfoPath")]
[ToolboxItemAttribute(true)]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name="FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name="FullTrust")]
public class FormControl : AxHost, IAdviseSink
備註
FormControl 編輯器物件提供各種屬性及方法以開啟及關閉表單範本,以及與以 .NET 為基礎的自訂應用程式的主控環境進行通訊。Microsoft.Office.InfoPath.Server 組件提供可裝載的 XmlFormView 控制項,以使用於自訂網頁 (.aspx)。
如需有關 FormControl 物件的詳細資訊,請參閱將 InfoPath 2007 表單編輯環境裝載在自訂 Windows Form 應用程式中 (英文) 及 InfoPath 開發人員的新功能 (英文) 中的<以控制項形式裝載的 InfoPath 編輯器>(InfoPath Editor Hosted as a Control) 一節。如需有關在自訂網頁中使用 XmlFormView 控制項的詳細資訊,請參閱將 InfoPath 2007 表單編輯環境裝載在自訂 Windows Form 應用程式中 (英文)。
繼承階層
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.AxHost
Microsoft.Office.InfoPath.FormControl
執行緒安全
此型別的所有公用靜態 (於 Visual Basic 共用) 成員都是執行緒安全。但並不保證所有執行個體成員為執行緒安全。