ArcGIS Explorer Component Help |
ComboItemCollection..::.AddItem Method |
ComboItemCollection Class See Also |
Creates and adds a new ComboItem to the ComboBox with the specified properties.
Overload List
Name | Description | |
---|---|---|
![]() | AddItem(String) |
Adds a new ComboItem to the ComboBox with the specified caption.
|
![]() | AddItem(String, Image) |
Adds a new ComboItem to the ComboBox with the specified caption and image.
|
![]() | AddItem(String, String) |
Adds a new ComboItem to the ComboBox with the specified caption and group label.
|
![]() | AddItem(String, Image, String) |
Adds a new ComboItem to the ComboBox with the specified caption, image and group label.
|