ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Form Class > CreateListBox Method : CreateListBox(String,ImGearPDFPage,ImGearPDFFixedRect) Method |
'Declaration Public Overloads Function CreateListBox( _ ByVal fullName As String, _ ByVal page As ImGearPDFPage, _ ByVal rect As ImGearPDFFixedRect _ ) As ListBox
'Usage Dim instance As Form Dim fullName As String Dim page As ImGearPDFPage Dim rect As ImGearPDFFixedRect Dim value As ListBox value = instance.CreateListBox(fullName, page, rect)
public ListBox CreateListBox( string fullName, ImGearPDFPage page, ImGearPDFFixedRect rect )
public: ListBox* CreateListBox( string* fullName, ImGearPDFPage* page, ImGearPDFFixedRect* rect )
public: ListBox^ CreateListBox( String^ fullName, ImGearPDFPage^ page, ImGearPDFFixedRect^ rect )