Edit

Share via


_CommandBarComboBox.List[Int32] Property

Definition

Returns or sets an item in the command bar combo box control.

public:
 property System::String ^ List[int] { System::String ^ get(int Index); void set(int Index, System::String ^ value); };
public string List[int Index] { get; set; }
member this.List(int) : string with get, set
Public Property List(Index As Integer) As String

Parameters

Index
Int32

Required Integer. The list item to be set.

Property Value

Applies to