次の方法で共有


AxHost.ShowPropertyPages メソッド (Control)

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

Overloads Public Sub ShowPropertyPages( _
   ByVal control As Control _)
[C#]
public void ShowPropertyPages(Controlcontrol);
[C++]
public: void ShowPropertyPages(Control* control);
[JScript]
public function ShowPropertyPages(
   control : Control);

パラメータ

  • control
    ActiveX コントロールの親である Control

解説

HasPropertyPagesfalse の場合は、プロパティ ページは表示されません。

プロパティ ページを使用すると、ActiveX コントロールのユーザーは、ActiveX コントロールのプロパティを表示および変更できます。これらのプロパティにアクセスするには、コントロールのプロパティ ダイアログ ボックスを呼び出します。このダイアログ ボックスには、コントロールのプロパティを表示および編集するための、カスタマイズされたグラフィカル インターフェイスを提供するプロパティ ページが 1 つ以上含まれています。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

AxHost クラス | AxHost メンバ | System.Windows.Forms 名前空間 | AxHost.ShowPropertyPages オーバーロードの一覧 | Control | HasPropertyPages