BaseDataListComponentEditor 类
为 BaseDataList 类派生的 Web 服务器控件提供组件编辑器基类。
**命名空间:**System.Web.UI.Design.WebControls
**程序集:**System.Design(在 system.design.dll 中)
语法
声明
Public MustInherit Class BaseDataListComponentEditor
Inherits WindowsFormsComponentEditor
用法
Dim instance As BaseDataListComponentEditor
public abstract class BaseDataListComponentEditor : WindowsFormsComponentEditor
public ref class BaseDataListComponentEditor abstract : public WindowsFormsComponentEditor
public abstract class BaseDataListComponentEditor extends WindowsFormsComponentEditor
public abstract class BaseDataListComponentEditor extends WindowsFormsComponentEditor
备注
组件编辑器提供一个用户界面,可用来编辑控件属性。可以在控件的上下文菜单上,使用“属性生成器”菜单项从控件设计器调用组件编辑器。BaseDataListComponentEditor 类派生的组件编辑器可以通过 BaseDataListDesigner 类派生的设计器调用,并用来编辑 BaseDataList 类派生的控件属性。有关这种控件的示例,请参见 DataGrid 和 DataList。
EditComponent 方法可以显示关联控件的组件编辑器(如果可以创建)。GetInitialComponentEditorPageIndex 方法返回要在组件编辑器中显示的初始页面的索引。
.NET Framework 安全性
- SecurityPermission 获取使用 BaseDataListDesigner 时调用非托管代码的权限。要求值:Demand。权限值:UnmanagedCode
继承层次结构
System.Object
System.ComponentModel.ComponentEditor
System.Windows.Forms.Design.WindowsFormsComponentEditor
System.Web.UI.Design.WebControls.BaseDataListComponentEditor
System.Web.UI.Design.WebControls.DataGridComponentEditor
System.Web.UI.Design.WebControls.DataListComponentEditor
线程安全
此类型的任何公共静态(Visual Basic 中的 Shared)成员都是线程安全的,但不保证所有实例成员都是线程安全的。
平台
Windows 98、Windows 2000 SP4、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
请参见
参考
BaseDataListComponentEditor 成员
System.Web.UI.Design.WebControls 命名空间
BaseDataListDesigner
BaseDataList
WindowsFormsComponentEditor
DataGrid
DataList