ImageGear .NET
CreateListBox(String,WidgetAnnotation) Method




The full name of the field to add, including partial names.
The widget containing the page the locaton to insert the field.
Add a new ListBox to a PDF page.
Syntax
'Declaration
 
Public Overloads Function CreateListBox( _
   ByVal fullName As String, _
   ByVal widget As WidgetAnnotation _
) As ListBox
'Usage
 
Dim instance As Form
Dim fullName As String
Dim widget As WidgetAnnotation
Dim value As ListBox
 
value = instance.CreateListBox(fullName, widget)
public ListBox CreateListBox( 
   string fullName,
   WidgetAnnotation widget
)
public: ListBox* CreateListBox( 
   string* fullName,
   WidgetAnnotation* widget
) 
public:
ListBox^ CreateListBox( 
   String^ fullName,
   WidgetAnnotation^ widget
) 

Parameters

fullName
The full name of the field to add, including partial names.
widget
The widget containing the page the locaton to insert the field.

Return Value

A newly-added ListBox field.
See Also

Reference

Form Class
Form Members
Overload List

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback