This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplay Interface > IScreenDisplay.SetScrollbarHandles Method (ArcObjects .NET 10.5 SDK) |
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(
long hWndHorzScrollbar,
long hWndVertScrollbar
);
[C++]
Parameters hWndHorzScrollbar [in] hWndHorzScrollbar is a parameter of type long hWndVertScrollbar [in] hWndVertScrollbar is a parameter of type long