PropertyGrid.PropertyTabCollection.Item[Int32] Property

Definition

Gets the PropertyTab at the specified index.

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

Parameters

index
Int32

The index of the PropertyTab to return.

Property Value

The PropertyTab at the specified index.

Applies to