Insert(Int32,Object) Method
In This Topic
Inserts an element into the
RadialMenuItemCollection at the specified index.
Syntax
'Declaration
Public Overloads Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
public void Insert(
int ,
object
)
Parameters
- index
- The zero-based index at which item should be inserted.
- value
- The object to insert.
See Also