[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Gui.Controls
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool GetScrollRange(
	IntPtr hWnd,
	int nBar,
	out int lpMinPos,
	out int lpMaxPos
)
Public Shared Function GetScrollRange ( _
	hWnd As IntPtr, _
	nBar As Integer, _
	<OutAttribute> ByRef lpMinPos As Integer, _
	<OutAttribute> ByRef lpMaxPos As Integer _
) As Boolean
public:
static bool GetScrollRange(
	IntPtr hWnd, 
	int nBar, 
	[OutAttribute] int% lpMinPos, 
	[OutAttribute] int% lpMaxPos
)

Parameters

hWnd
IntPtr
nBar
Int32
lpMinPos
Int32 %
lpMaxPos
Int32 %

See Also