ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Form Class > CreateListBox Method : CreateListBox(String,WidgetAnnotation) Method |
'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 )