Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
ListView.getStateImageList
Retrieves the image list control associated with application-defined states in the list view control.
Syntax
public final ImageList getStateImageList()
Return Value
Returns 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 setStateImageList