AddMapSurrounds.CreateNorthArrow.SetCapture C# (CSharp) Method

SetCapture() private method

private SetCapture ( int hWnd ) : int
hWnd int
return int
		private static extern int SetCapture(int hWnd);
		[DllImport("User32", CharSet=CharSet.Auto)]