Click or drag to resize

SystemListViewSetColumnBitmap Method

Set the sort icon among the current sort order in the passed column.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected void SetColumnBitmap(
	int pColIndex,
	SortOrder pSortOrder
)

Parameters

pColIndex  Int32
Contains the index of the column, where the sort icon should be added.
pSortOrder  SortOrder
Contains information about the sort order, to get the correct sort icon from the operating system.
See Also