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.1
Syntax protected void SetColumnBitmap(
int pColIndex,
SortOrder pSortOrder
)
Protected Sub SetColumnBitmap (
pColIndex As Integer,
pSortOrder As SortOrder
)
protected:
void SetColumnBitmap(
int pColIndex,
SortOrder pSortOrder
)
member SetColumnBitmap :
pColIndex : int *
pSortOrder : SortOrder -> unit
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