SidebarLibrary.Win32.WindowsAPI.ShowScrollBar C# (CSharp) Method

ShowScrollBar() private method

private ShowScrollBar ( IntPtr hWnd, int bar, int show ) : int
hWnd System.IntPtr
bar int
show int
return int
		static public extern int ShowScrollBar(IntPtr hWnd, int bar,  int show);
		[DllImport("user32.dll", CharSet=CharSet.Auto)]