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

适用于