ArcObjects Library Reference (Display)  

IScreenDisplay2.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

IScreenDisplay2 Interface