TreeView for WinForms | ComponentOne
C1.Win.C1SuperTooltip Namespace / ImageCollection Class / Item Property / Item(String) Property
String that identifies the ImageEntry.

In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the ImageEntry with the specified key ImageCollection.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal key As String _
    ) As ImageEntry
    public ImageEntry Item( 
       string key
    ) {get;}

    Parameters

    key
    String that identifies the ImageEntry.

    Property Value

    The ImageEntry with the specified key.
    Remarks
    The key parameter is not case-sensitive.
    See Also