DataGridComponentEditor クラス
アセンブリ: System.Design (system.design.dll 内)
構文
解説コンポーネント エディタは、DataGrid コントロールのプロパティを編集するためのユーザー インターフェイス (UI: User Interface) を提供します。
使用例EditorAttribute 属性を使用して、DataGrid クラスを拡張するクラスにこのエディタを関連付けるコードの例を次に示します。
Imports System Imports System.ComponentModel Imports System.Web.UI.WebControls Imports System.Web.UI.Design.WebControls Imports System.Security.Permissions Namespace Examples.AspNet ' Associate the SimpleDataList class with its designer using the ' DesignerAttribute class. ' Associate the SimpleDataList class with the DataListComponentEditor ' object using the EditorAttribute class. <DesignerAttribute( _ GetType(SimpleDataListDesigner)), _ EditorAttribute(GetType(DataListComponentEditor), _ GetType(ComponentEditor)) _ > _ Public Class SimpleDataList Inherits DataList ' To customize the DataList class, insert code here. End Class End Namespace
継承階層System.ComponentModel.ComponentEditor
System.Windows.Forms.Design.WindowsFormsComponentEditor
System.Web.UI.Design.WebControls.BaseDataListComponentEditor
System.Web.UI.Design.WebControls.DataGridComponentEditor
スレッド セーフ
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- DataGridComponentEditor クラスのページへのリンク