SystemListViewSetColumnBitmap Method |
Set the sort icon among the current sort order in the passed column.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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 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