DesignSurfaceCollection::Item Property (Int32)

 

Gets the design surface at the specified index.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
property DesignSurface^ default[
	int index
] {
	DesignSurface^ get(int index);
}

Parameters

index
Type: System::Int32

The index of the design surface to return.

Property Value

Type: System.ComponentModel.Design::DesignSurface^

The design surface at the specified index.

Exception Condition
NotSupportedException

The design surface specified by index is not supported.

.NET Framework
Available since 2.0
Return to top
Show: