www.gnostice.com 

AddListBox Method

Top  Previous  Next

This method contains properties of a List box. Create an instance of this class and pass it as a parameter to AddFormItem to add a List Box to the document.

 

 

 

 

Syntax

 

 

[VC++]

void AddListBox(LPDISPATCH Item);

 

[C#]

public abstract new void AddListBox ( eDocEngineX.gtPDFFormListBoxX Item )

 

[VB]

Sub AddListBox(Item As gtPDFFormListBoxX)

 

 

 

 

 

 

 

 

Parameters

 

       Item

          specifies the list box object to be added.