Overview | Methods | This Package | All Packages
Sets the image list control associated with application-defined states in the list view control.
Syntax
public void setStateImageList( ImageList value )
Parameters
value
An ImageList object that contains a set of state images that can be used to indicate an application-defined state of a list view item.
Remarks
State images are displayed to the left of the small or large icon for the item. You can use state images, such as selected and cleared check boxes, to indicate application-defined item states. State images are visible in all views.
See Also getStateImageList