AxHost.AxComponentEditor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供一个编辑器,该编辑器使用模式对话框显示 ActiveX 控件的属性页。
public: ref class AxHost::AxComponentEditor : System::Windows::Forms::Design::WindowsFormsComponentEditor
public class AxHost.AxComponentEditor : System.Windows.Forms.Design.WindowsFormsComponentEditor
[System.Runtime.InteropServices.ComVisible(false)]
public class AxHost.AxComponentEditor : System.Windows.Forms.Design.WindowsFormsComponentEditor
type AxHost.AxComponentEditor = class
inherit WindowsFormsComponentEditor
[<System.Runtime.InteropServices.ComVisible(false)>]
type AxHost.AxComponentEditor = class
inherit WindowsFormsComponentEditor
Public Class AxHost.AxComponentEditor
Inherits WindowsFormsComponentEditor
- 继承
- 属性
构造函数
AxHost.AxComponentEditor() |
初始化 AxHost.AxComponentEditor 类的新实例。 |
方法
EditComponent(ITypeDescriptorContext, Object) |
使用指定的上下文信息创建编辑器窗口,该窗口允许用户编辑指定的组件。 (继承自 WindowsFormsComponentEditor) |
EditComponent(ITypeDescriptorContext, Object, IWin32Window) |
创建允许用户编辑指定组件的编辑器窗口。 |
EditComponent(Object) |
编辑该组件并返回一个表示是否修改了该组件的值。 (继承自 ComponentEditor) |
EditComponent(Object, IWin32Window) |
使用拥有指定组件的指定窗口来创建编辑器窗口,该窗口允许用户编辑该指定组件。 (继承自 WindowsFormsComponentEditor) |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetComponentEditorPages() |
获取与组件编辑器关联的组件编辑器页。 (继承自 WindowsFormsComponentEditor) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetInitialComponentEditorPageIndex() |
获取要显示的组件编辑器的初始组件编辑器页的索引。 (继承自 WindowsFormsComponentEditor) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |