Share via


FilterableListView.SmallImageList Property

 

Gets or sets the image list to use when displaying items as small icons in the control.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public ImageList SmallImageList { get; set; }
public:
property ImageList^ SmallImageList {
    ImageList^ get();
    void set(ImageList^ value);
}
Public Property SmallImageList As ImageList

Property Value

Type: System.Windows.Forms.ImageList

An image list that contains the icons to use when the View property is set to SmallIcon. The default is null.

See Also

FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top