Adds the specified items to the combo box.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void AddItems(
string[] items
)
VB
Public Sub AddItems (
items As String()
)
Parameters
- items
- Type: System.String[]
The items to add.
See Also