BaseDataListComponentEditor 类

定义

BaseDataList 类派生的 Web 服务器控件提供组件编辑器基类。

public ref class BaseDataListComponentEditor abstract : System::Windows::Forms::Design::WindowsFormsComponentEditor
public abstract class BaseDataListComponentEditor : System.Windows.Forms.Design.WindowsFormsComponentEditor
type BaseDataListComponentEditor = class
    inherit WindowsFormsComponentEditor
Public MustInherit Class BaseDataListComponentEditor
Inherits WindowsFormsComponentEditor
继承
BaseDataListComponentEditor
派生

注解

组件编辑器提供了一个用户界面,用于编辑控件的属性。 组件编辑器通过使用控件上上下文菜单中的 " 属性生成器 " 菜单项从控件设计器调用。 从类派生的设计器调用从类派生的组件编辑器 BaseDataListComponentEditor BaseDataListDesigner ,用于编辑派生自类的控件的属性 BaseDataList 。 有关此类控件的示例,请参见 DataGridDataList

EditComponent方法显示关联控件的组件编辑器(如果可以创建一个控件)。 GetInitialComponentEditorPageIndex方法返回要在组件编辑器中显示的初始页面的索引。

构造函数

BaseDataListComponentEditor(Int32)

初始化 BaseDataListComponentEditor 类的新实例。

方法

EditComponent(ITypeDescriptorContext, Object)

使用指定的上下文信息创建编辑器窗口,该窗口允许用户编辑指定的组件。

(继承自 WindowsFormsComponentEditor)
EditComponent(ITypeDescriptorContext, Object, IWin32Window)

使用指定的上下文说明符和父窗口编辑指定的组件。

EditComponent(Object)

编辑该组件并返回一个表示是否修改了该组件的值。

(继承自 ComponentEditor)
EditComponent(Object, IWin32Window)

使用拥有指定组件的指定窗口来创建编辑器窗口,该窗口允许用户编辑该指定组件。

(继承自 WindowsFormsComponentEditor)
Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetComponentEditorPages()

获取与组件编辑器关联的组件编辑器页。

(继承自 WindowsFormsComponentEditor)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetInitialComponentEditorPageIndex()

获取要在组件编辑器中显示的初始页面的索引。

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅