This document is archived and information here might be outdated. Recommended version. |
Optionally specify application supplied scrollbars.
[Visual Basic .NET] Public Sub SetScrollbarHandles ( _ ByVal hWndHorzScrollbar As Integer, _ ByVal hWndVertScrollbar As Integer _ )
[C#] public void SetScrollbarHandles ( int hWndHorzScrollbar, int hWndVertScrollbar );
[C++]
HRESULT SetScrollbarHandles(
OLE_HANDLE hWndHorzScrollbar,
OLE_HANDLE hWndVertScrollbar
);
[C++]
Parameters hWndHorzScrollbar [in]
hWndHorzScrollbar is a parameter of type OLE_HANDLE hWndVertScrollbar [in]
hWndVertScrollbar is a parameter of type OLE_HANDLE