PropertyGrid.SelectedTab プロパティ

定義

現在選択されているプロパティ タブを取得します。

public:
 property System::Windows::Forms::Design::PropertyTab ^ SelectedTab { System::Windows::Forms::Design::PropertyTab ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.Design.PropertyTab SelectedTab { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectedTab : System.Windows.Forms.Design.PropertyTab
Public ReadOnly Property SelectedTab As PropertyTab

プロパティ値

選択されているビューを提供している PropertyTab

属性

注釈

すべてのプロパティ タブは、 PropertyTab クラスから派生します。

適用対象