.. _group__a3d__pdffield__listbox:

##############
ListBox Module
##############

**(HOOPS Publish Advanced)** \ Module to access and define ListBox field 

This module describes the functions and structures that allow you to define a ListBox. A ListBox is an Acrobat Field. 

**Parameters**


   **pDoc**\ : The Document object to work with. 

   **pListBoxData**\ : The ListBox parameters. The name is mandatory. 

   **ppListBox**\ : The ListBox created.


**Returns**


   A3D_SUCCESS in case of success or an error code


.. rst-class:: kind-group kind-record

.. rubric:: Structures
   :class: kind-group-title


.. rst-class:: api-xref-list


* :c:struct:`~A3DPDFListBoxData`

.. rst-class:: kind-group kind-function

.. rubric:: Functions
   :class: kind-group-title


.. rst-class:: api-xref-list


* :c:func:`~A3DPDFListBoxCreate`
* :c:func:`~A3DPDFPageInsertListBox`

.. toctree::
   :maxdepth: 1
   :hidden:

   ../structures/A3DPDFListBoxData
   ../functions/A3DPDFListBoxCreate
   ../functions/A3DPDFPageInsertListBox


