C# Class Tp.Integration.Ide.VisualStudio.UI.ListViewHelper

See article for details.
Show file Open project: TargetProcess/Tp.Integration.Ide.VisualStudio

Public Methods

Method Description
SetSortIcons ( ListView listView, int previouslySortedColumn, int newSortColumn, SortOrder sorting ) : void

Private Methods

Method Description
ItemSendMessage ( IntPtr Handle, Int32 msg, IntPtr wParam, HDITEM &lParam ) : IntPtr
SendMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : IntPtr

Method Details

SetSortIcons() public static method

public static SetSortIcons ( ListView listView, int previouslySortedColumn, int newSortColumn, SortOrder sorting ) : void
listView System.Windows.Forms.ListView
previouslySortedColumn int
newSortColumn int
sorting SortOrder
return void