Import.SetScrollInfo Method
[return: MarshalAs(UnmanagedType.Bool)]
[DllImport("user32.dll")]
public static extern bool SetScrollInfo(
IntPtr hWnd,
int fnBar,
[MarshalAs(UnmanagedType.Struct)]
ref SCROLLINFO lpsi,
[MarshalAs(UnmanagedType.Bool)]
bool fRedraw
)
This language is not supported or no code example is available.
Parameters
- hWnd
- IntPtr
- fnBar
- int
- lpsi
- SCROLLINFO
- fRedraw
- bool
Return Value
bool[return: MarshalAs(UnmanagedType.Bool)] [DllImport("user32.dll")] public static extern bool SetScrollInfo(IntPtr hWnd, int fnBar, [MarshalAs(UnmanagedType.Struct)] ref SCROLLINFO lpsi, [MarshalAs(UnmanagedType.Bool)] bool fRedraw);
This language is not supported or no code example is available.