DesignerActionListCollection.Item[Int32] Property

Definition

Gets or sets the element at the specified index.

public:
 property System::ComponentModel::Design::DesignerActionList ^ default[int] { System::ComponentModel::Design::DesignerActionList ^ get(int index); void set(int index, System::ComponentModel::Design::DesignerActionList ^ value); };
public System.ComponentModel.Design.DesignerActionList this[int index] { get; set; }
public System.ComponentModel.Design.DesignerActionList? this[int index] { get; set; }
member this.Item(int) : System.ComponentModel.Design.DesignerActionList with get, set
Default Public Property Item(index As Integer) As DesignerActionList

Parameters

index
Int32

The zero-based index of the element.

Property Value

The DesignerActionList at the specified index.

Remarks

Setting an element to null causes a design-time exception to be thrown when the smart tag panel is displayed.

Applies to

See also