Adds the specified item to the combo box.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void AddItem(
string text
)
VB
Public Sub AddItem (
text As String
)
Parameters
- text
- Type: System.String
The text to be displayed as the name of the item to add.
See Also