Gets or sets the name of the ImageList control which provides small images associated with this control. Smartclient-only.
object.SmallIcons = [image]
Where object is an object expression that evaluates to one of the controls in the Applies To list, and string is a string expression specifying the name of the ImageList control.
This property is useful if you wish to display a small icon against individual list items.
An image list must already exist on the form.
Use the SmallIcon property of each Listview item to assign the index of the image you wish to display next to that item.
This property is only relevant if the View property is set to ViewSmallIcon, ViewList or ViewReport.
Icons property | SmallIcon property
© 2004-2021 looksoftware. All rights reserved.