ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / IconSet Class / TryGetValue Method

In This Topic
    TryGetValue Method (IconSet)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByVal key As System.Drawing.Size, _
       ByRef item As C1Icon _
    ) As System.Boolean
    public System.bool TryGetValue( 
       System.Drawing.Size key,
       out C1Icon item
    )

    Parameters

    key
    item
    See Also