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

適用於