ShellBrowser .Net Edition
SetColumnBitmap Method (ColIndex, SortOrder)
NamespacesJam.ShellSystemListViewSetColumnBitmap(Int32, SortOrder)
Set the sort icon among the current sort order in the passed column.
Declaration Syntax
C#Visual BasicVisual C++
protected void SetColumnBitmap(
	int ColIndex,
	SortOrder SortOrder
)
Protected Sub SetColumnBitmap ( _
	ColIndex As Integer, _
	SortOrder As SortOrder _
)
protected:
void SetColumnBitmap(
	int ColIndex, 
	SortOrder SortOrder
)
Parameters
ColIndex (Int32)
Contains the index of the column, where the sort icon should be added.
SortOrder (SortOrder)
Contains information about the sort order, to get the correct sort icon from the operating system.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)