PropertyGrid.PropertyTabCollection.Item[Int32] プロパティ

定義

指定されたインデックス位置にある PropertyTab を取得します。

public:
 property System::Windows::Forms::Design::PropertyTab ^ default[int] { System::Windows::Forms::Design::PropertyTab ^ get(int index); };
public System.Windows.Forms.Design.PropertyTab this[int index] { get; }
member this.Item(int) : System.Windows.Forms.Design.PropertyTab
Default Public ReadOnly Property Item(index As Integer) As PropertyTab

パラメーター

index
Int32

返される PropertyTab のインデックス。

プロパティ値

PropertyTab

指定したインデックスにある PropertyTab です。

適用対象