This document is archived and information here might be outdated.  Recommended version.


IScreenDisplay.SetScrollbarHandles Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IScreenDisplay.SetScrollbarHandles Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IScreenDisplay Interface