_CommandBarComboBox.List[Int32] 属性

定义

返回或设置命令栏组合框控件中的项。

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

参数

Index
Int32

必需 整数。 要设置的列表项。

属性值

适用于