Share via


RadioButtons.ContainerFromIndex(Int32) Method

Definition

Returns the container for the item at the specified index within the item collection.

public:
 virtual UIElement ^ ContainerFromIndex(int index) = ContainerFromIndex;
UIElement ContainerFromIndex(int const& index);
public UIElement ContainerFromIndex(int index);
function containerFromIndex(index)
Public Function ContainerFromIndex (index As Integer) As UIElement

Parameters

index
Int32

int

The index of the item to retrieve.

Returns

The container for the item at the specified index within the item collection, if the item has a container; otherwise, null.

Applies to

See also