次の方法で共有


BaseDataListComponentEditor.EditComponent メソッド (ITypeDescriptorContext, Object, IWin32Window)

指定したコンテキスト記述子と親ウィンドウを使用して、指定したコンポーネントを編集します。

Overrides Overloads Public Function EditComponent( _
   ByVal context As ITypeDescriptorContext, _   ByVal obj As Object, _   ByVal parent As IWin32Window _) As Boolean
[C#]
public override bool EditComponent(ITypeDescriptorContextcontext,objectobj,IWin32Windowparent);
[C++]
public: bool EditComponent(ITypeDescriptorContext* context,Object* obj,IWin32Window* parent);
[JScript]
public override function EditComponent(
   context : ITypeDescriptorContext,obj : Object,parent : IWin32Window) : Boolean;

パラメータ

  • context
    追加のコンテキスト情報を取得するために使用できる ITypeDescriptorContext
  • obj
    編集対象のコンポーネント。
  • parent
    親ウィンドウを表す IWin32Window

戻り値

コンポーネントを正常に編集できた場合は true 。それ以外の場合は false

必要条件

プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

BaseDataListComponentEditor クラス | BaseDataListComponentEditor メンバ | System.Web.UI.Design.WebControls 名前空間 | BaseDataListComponentEditor.EditComponent オーバーロードの一覧