C# Class _3PA.MainFeatures.FilteredLists.FastObjectListViewWoScrolls

Inheritance: BrightIdeasSoftware.FastObjectListView
Exibir arquivo Open project: jcaillon/3P

Public Methods

Method Description
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int

Protected Methods

Method Description
WndProc ( Message &m ) : void

Private Methods

Method Description
GetWindowLong32 ( IntPtr hWnd, int nIndex ) : IntPtr
GetWindowLongPtr64 ( IntPtr hWnd, int nIndex ) : IntPtr
SetWindowLongPtr32 ( IntPtr hWnd, int nIndex, int dwNewLong ) : IntPtr
SetWindowLongPtr64 ( IntPtr hWnd, int nIndex, int dwNewLong ) : IntPtr

Method Details

GetWindowLong() public static method

public static GetWindowLong ( IntPtr hWnd, int nIndex ) : int
hWnd System.IntPtr
nIndex int
return int

SetWindowLong() public static method

public static SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int
hWnd System.IntPtr
nIndex int
dwNewLong int
return int

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void