FormWidgetInfo.Builder.SetListItems(IList<ListItem>) Method
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.
Sets the choice options for the widget.
[Android.Runtime.Register("setListItems", "(Ljava/util/List;)Landroid/graphics/pdf/models/FormWidgetInfo$Builder;", "", ApiSince=35)]
public Android.Graphics.Pdf.Models.FormWidgetInfo.Builder SetListItems(System.Collections.Generic.IList<Android.Graphics.Pdf.Models.ListItem> listItems);
[<Android.Runtime.Register("setListItems", "(Ljava/util/List;)Landroid/graphics/pdf/models/FormWidgetInfo$Builder;", "", ApiSince=35)>]
member this.SetListItems : System.Collections.Generic.IList<Android.Graphics.Pdf.Models.ListItem> -> Android.Graphics.Pdf.Models.FormWidgetInfo.Builder
Parameters
Returns
This builder.
- Attributes
Exceptions
Thrown when this widget is not a combo box or list box.
Thrown when listItems is null.
Remarks
This setting is supported only for combo boxes and list boxes.
Java documentation for FormWidgetInfo+Builder.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.