'Declaration Public Function GetName( _ ByVal index As Integer _ ) As String
'Usage Dim instance As CustomIconContainer Dim index As Integer Dim value As String value = instance.GetName(index)
public string GetName( int index )
CustomIconContainer Class CustomIconContainer Members