NetXP 3.0 Reference
ComboBoxExItemCollection.Insert Method
Internal
[Visual Basic]
Public Sub Insert( _
ByVal
index
As
Integer
, _
ByVal
item
As
ComboBoxExItem
_
)
[C#]
public
void
Insert(
int
index
,
ComboBoxExItem
item
);
Parameters
index
item
See Also
ComboBoxExItemCollection Class
|
NETXP.Controls Namespace