DesignSurfaceCollection.Item[Int32] Property

Definition

Gets the design surface at the specified index.

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

Parameters

index
Int32

The index of the design surface to return.

Property Value

The design surface at the specified index.

Exceptions

The design surface specified by index is not supported.

Applies to