Parameters
- fullName
- The full name of the field to add, including partial names.
- page
- The page to insert the field on.
- rect
- The location on the page to insert the field.
Return Value
A newly-added ListBox field.
Exception | Description |
---|---|
ImageGear.Core.ImGearException | Thrown when an error occurs during method execution. Additional information about the error may be found in the message of the exception. Commonly occurs when the fullName argument is null or empty, the page argument is null, or the rect argument is null. |