次の方法で共有


AxHost.ShowPropertyPages メソッド

ActiveX コントロールに関連付けられたプロパティ ページを表示します。

オーバーロードの一覧

ActiveX コントロールに関連付けられたプロパティ ページを表示します。

[Visual Basic] Overloads Public Sub ShowPropertyPages()

[C#] public void ShowPropertyPages();

[C++] public: void ShowPropertyPages();

[JScript] public function ShowPropertyPages();

指定した親コントロールに割り当てられている ActiveX コントロールに関連付けられたプロパティ ページを表示します。

[Visual Basic] Overloads Public Sub ShowPropertyPages(Control)

[C#] public void ShowPropertyPages(Control);

[C++] public: void ShowPropertyPages(Control*);

[JScript] public function ShowPropertyPages(Control);

参照

AxHost クラス | AxHost メンバ | System.Windows.Forms 名前空間