ComponentOne List for WinForms
C1.Win.C1List Namespace / C1PropImagesCollection Class / Add Method

In This Topic
    Add Method (C1PropImagesCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal m As Image _
    ) As Integer
    public int Add( 
       Image m
    )

    Parameters

    m
    See Also