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

適用対象