AddItem Method (DropDownList)
In This Topic
Syntax
'Declaration
Public Sub AddItem( _
ByVal As String _
)
public void AddItem(
string
)
Parameters
- newItem
- The item to be added. It is delimited by the C1.Win.C1List.ListBase.C1ListBase.AddItemSeparator.
See Also