FECipherVit.FECipherVit.SetScrollPos C# (CSharp) Method

SetScrollPos() private method

private SetScrollPos ( IntPtr hWnd, int nBar, int nPos, bool bRedraw ) : int
hWnd System.IntPtr
nBar int
nPos int
bRedraw bool
return int
        static extern int SetScrollPos(IntPtr hWnd, int nBar, int nPos, bool bRedraw);
FECipherVit