_CommandBarComboBox.List[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.