Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomImageInfo Class / CustomImageInfo Constructor / CustomImageInfo Constructor(String)
Name of custom image in spread's custom image list.


In This Topic
    CustomImageInfo Constructor(String)
    In This Topic
    Initializes a new instance of the CustomImageInfo class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String _
    )
    'Usage
     
    
    Dim name As String
     
    Dim instance As New CustomImageInfo(name)
    public CustomImageInfo( 
       string name
    )

    Parameters

    name
    Name of custom image in spread's custom image list.
    See Also