Windows Forms 的AxHost 類介紹
包裝 ActiveX 控制元件,並將其作為功能完全的 Windows 窗體控制元件進行公開。
名稱空間:System.Windows.Forms
程式集:System.Windows.Forms(在 system.windows.forms.dll 中)
語法
Visual Basic(宣告)
True)> _ _ Public MustInherit Class AxHost Inherits Control Implements ISupportInitialize, ICustomTypeDescriptor
Visual Basic(用法)
Dim instance As AxHost
C#
[ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)] public abstract class AxHost : Control, ISupportInitialize, ICustomTypeDescriptor
C++
[ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType::AutoDispatch)] public ref class AxHost abstract : public Control, ISupportInitialize, ICustomTypeDescriptor
J#
/** @attribute ComVisibleAttribute(true) */ /** @attribute ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch) */ public abstract class AxHost extends Control implements ISupportInitialize, ICustomTypeDescriptor
JScript
ComVisibleAttribute(true) ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch) public abstract class AxHost extends Control implements ISupportInitialize, ICustomTypeDescriptor
相關文章
- Windows Forms 的CacheVirtualItemsEventArgs 類介紹WindowsORM
- Windows Forms 的Binding 類介紹WindowsORM
- Windows Forms的ApplicationContext 類WindowsORMAPPContext
- Xamarin.Forms Views介紹(五)ORMView
- python類的介紹Python
- windows forms 上一個類似於wpf snoop 的工具: HawkeyeWindowsORMOOP
- Github for Windows使用介紹GithubWindows
- java集合類介紹Java
- TypeScript class 類介紹TypeScript
- QTime類介紹QT
- 介紹幾個好用的工具類
- java之Object類介紹JavaObject
- Enterprise JavaBeans 介紹(一):EJB 種類介紹 (轉)JavaBean
- Google guava工具類的介紹和使用GoGuava
- python中類物件及類屬性的介紹Python物件
- UML類圖介紹&類的六大關係
- C#各類集合介紹C#
- http代理使用分類介紹HTTP
- C#容器類,效能介紹C#
- Regex 類介紹 (C#)C#
- 介紹巢狀類和內部類(轉)巢狀
- Windows強大的命令列工具wmic介紹Windows命令列
- Java中的13個原子操作類介紹Java
- HanLP分類模組的分詞器介紹HanLP分詞
- System.Data 的Constraint 類介紹AI
- windows10系統版本介紹Windows
- Catch Application Exceptions in a Windows Forms ApplicationAPPExceptionWindowsORM
- System.Windows.Forms 名稱空間WindowsORM
- Windows Forms XP style on VS.NET (轉)WindowsORM
- pyhanlp 文字聚類詳細介紹HanLP聚類
- ASP.NET Web Forms – 事件簡介ASP.NETWebORM事件
- [Windows環境]nvm工具的介紹和安裝Windows
- 工具篇:介紹幾個好用的guava工具類Guava
- 常見的四類HTTP狀態碼介紹HTTP
- 瀏覽器核心的種類簡單介紹瀏覽器
- percona-toolkit效能類工具的使用介紹
- MySQL中的幾類日誌檔案介紹MySql
- ios7中引入的新類:nsprogress介紹iOS