'更换列表头的图标
If ColumnHeader.Icon = 1 Then
ColumnHeader.Icon = imageList.ListImages(2).Index
Else
ColumnHeader.Icon = imageList.ListImages(1).Index
End If
'更换列表头的图标
If ColumnHeader.Icon = 1 Then
ColumnHeader.Icon = imageList.ListImages(2).Index
Else
ColumnHeader.Icon = imageList.ListImages(1).Index
End If