AxHost.AxComponentEditor クラス

定義

モーダル ダイアログ ボックスを使用して 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, IWin32Window)

ユーザーが指定したコンポーネントを編集できるようにするエディター ウィンドウを作成します。

EditComponent(ITypeDescriptorContext, Object)

指定したコンテキスト情報を使用して、ユーザーが指定したコンポーネントを編集できるようにするエディター ウィンドウを作成します。

(継承元 WindowsFormsComponentEditor)
EditComponent(Object, IWin32Window)

コンポーネントを所有する指定したウィンドウを使用して、ユーザーが指定したコンポーネントを編集できるようにするエディター ウィンドウを作成します。

(継承元 WindowsFormsComponentEditor)
EditComponent(Object)

コンポーネントを編集し、コンポーネントが変更されたかどうかを示す値を返します。

(継承元 ComponentEditor)
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetComponentEditorPages()

コンポーネント エディターに関連付けられているコンポーネント エディター ページを取得します。

(継承元 WindowsFormsComponentEditor)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetInitialComponentEditorPageIndex()

表示するコンポーネント エディターの初期コンポーネント エディター ページのインデックスを取得します。

(継承元 WindowsFormsComponentEditor)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象