Visual Basic: Windows Controls
ColumnHeaderIcons Property
Returns or sets the Imagelist control that supplies images for the ColumnHeaders collection.
Syntax
object.ColumnHeaderIcons [= imagelist]
The ColumnHeaderIcons syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
imagelist | An ImageList control or an object reference to an Imagelist control. |
Remarks
To set an icon for a ColumnHeader object, set its Icon property to an index, key, or object reference to a ListImage object in the ImageList control specified by the ColumnHeaderIcons property.