Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.DPISupporting Namespace / MultiScalingImageListResourcesManager Class / MultiScalingImageListResourcesManager Constructor / MultiScalingImageListResourcesManager Constructor(Boolean)
Indicates if each image in the ImageList would have key (key is equal to the path of the original (1x) Image resource.


In This Topic
    MultiScalingImageListResourcesManager Constructor(Boolean)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal imageListHaveKey As Boolean _
    )
    'Usage
     
    
    Dim imageListHaveKey As Boolean
     
    Dim instance As New MultiScalingImageListResourcesManager(imageListHaveKey)
    public MultiScalingImageListResourcesManager( 
       bool imageListHaveKey
    )

    Parameters

    imageListHaveKey
    Indicates if each image in the ImageList would have key (key is equal to the path of the original (1x) Image resource.
    See Also