ToolboxCategory.Item[Int32] Property

Definition

Gets or sets the tool at the specified index.

public:
 property System::Activities::Presentation::Toolbox::ToolboxItemWrapper ^ default[int] { System::Activities::Presentation::Toolbox::ToolboxItemWrapper ^ get(int index); };
public System.Activities.Presentation.Toolbox.ToolboxItemWrapper this[int index] { get; }
member this.Item(int) : System.Activities.Presentation.Toolbox.ToolboxItemWrapper
Default Public ReadOnly Property Item(index As Integer) As ToolboxItemWrapper

Parameters

index
Int32

The zero-based index of the tool to get or set.

Property Value

The ToolboxItemWrapper object at the specified index.

Exceptions

The index is not valid for the ToolboxCategory collection.

Applies to