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.0
Syntax
protected void SetColumnBitmap(
	int pColIndex,
	SortOrder pSortOrder
)

Parameters

pColIndex
Type: SystemInt32
Contains the index of the column, where the sort icon should be added.
pSortOrder
Type: System.Windows.FormsSortOrder
Contains information about the sort order, to get the correct sort icon from the operating system.
See Also