Gets or sets a PrimitiveBase object at specified index.

Namespace:  BeeMobile.TransparentControls.Primitives
Assembly:  BeeMobile.TPanels.NET35 (in BeeMobile.TPanels.NET35.dll) Version: 3.5.8.5

Syntax

C#
public PrimitiveBase this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As PrimitiveBase
Visual C++
public:
property PrimitiveBase^ default[int index] {
	PrimitiveBase^ get (int index);
	void set (int index, PrimitiveBase^ value);
}

Parameters

index
Type: System..::.Int32
Index of the PrimitiveBase to get or set.

Return Value

A PrimitiveBase object at specified index.

See Also