[]
Represents a collection of WidgetAnnotation objects owned by Field object.
public class FieldWidgetCollection : Collection<WidgetAnnotation>, IList<WidgetAnnotation>, ICollection<WidgetAnnotation>, IList, ICollection, IReadOnlyList<WidgetAnnotation>, IReadOnlyCollection<WidgetAnnotation>, IEnumerable<WidgetAnnotation>, IEnumerable
| Name | Description |
|---|---|
| Owner | Gets the Field object that owns this collection. |
| Name | Description |
|---|---|
| ClearItems() | |
| InsertItem(int, WidgetAnnotation) | |
| RemoveItem(int) | |
| SetItem(int, WidgetAnnotation) |