Click or drag to resize

ListViewSubItemsImageList Property

Gets or sets the SubItemsImageList to use when displaying subitems as small icons in the control.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public ImageList SubItemsImageList { get; set; }

Property Value

Type: ImageList
An SubItemsImageList that contains the icons to use when the View property is set to View.Details. The default is a null reference (Nothing in Visual Basic).
See Also