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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
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