[]
Inserts an icon object into a container with the specified name at a specified index.
public void InsertIcon(int index, string name, Icon icon)
Public Sub InsertIcon(index As Integer, name As String, icon As Icon)
Type | Name | Description |
---|---|---|
int | index | Index at which to insert the icon object |
string | name | Name of the icon object |
Icon | icon | The icon object |