Class Annotations.ChoiceWidgetAnnotation
Extends
Annotations.WidgetAnnotation.
Represents a Choice Widget annotation (either a list or a combo box).
Constructor Attributes | Constructor Name and Description |
---|---|
Creates a new instance of ChoiceWidgetAnnotation.
|
Field Attributes | Field Name and Description |
---|---|
Gets or sets whether the widget is a combo box or list.
|
|
Gets or sets a list of options to be presented to the user.
|
- Fields borrowed from class Annotations.WidgetAnnotation:
- DefaultValue, FieldName, FieldValue, NoExport, ReadOnly, Required
- Fields borrowed from class Annotations.Annotation:
- Height, MirroredHorizontally, MirroredVertically, NoMove, NoResize, NoZoom, PageNumber, Subject, UsePageCoordinates, Width, X, Y
- Methods borrowed from class Annotations.Annotation:
- GetHeight, GetMirroredHorizontally, GetMirroredVertically, GetPageNumber, GetPopupComment, GetWidth, GetX, GetY, SetHeight, SetMirroredHorizontally, SetMirroredVertically, SetPageNumber, SetPopupComment, SetWidth, SetX, SetY
- Events borrowed from class Annotations.Annotation:
- draw
Field Detail
{boolean}
IsList
Gets or sets whether the widget is a combo box or list.
{Array}
Options
Gets or sets a list of options to be presented to the user.