C# Class _3PA.MainFeatures.FilteredLists.FastObjectListViewWoScrolls

Inheritance: BrightIdeasSoftware.FastObjectListView
Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

Méthode Description
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int

Méthodes protégées

Méthode Description
WndProc ( Message &m ) : void

Private Methods

Méthode 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 méthode

public static GetWindowLong ( IntPtr hWnd, int nIndex ) : int
hWnd System.IntPtr
nIndex int
Résultat int

SetWindowLong() public static méthode

public static SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int
hWnd System.IntPtr
nIndex int
dwNewLong int
Résultat int

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void