CreateComboBox
This method is new in version 2.0 of Gnostice PDFtoolkit ActiveX/. NET Professional Edition]
The CreateComboBox method returns the gtPDFFormComboBoxX object.
Syntax
[VC++]
CgtPDFFormComboBoxX CreateComboBox();
[CS]
public abstract new gtPDFFormComboBoxX CreateComboBox ( )
[VB]
Function CreateComboBox() As gtPDFFormComboBoxX