ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearScrollableView Interface / SetScrollParams Method
Specifies the scrollbar whose attributes are requested.
New scrollbar state.
Specifies whether or not to redraw image in window.




In This Topic
    SetScrollParams Method (IImGearScrollableView)
    In This Topic
    Updates the state of specified scrollbar with new values.
    Syntax
    'Declaration
     
    Sub SetScrollParams( _
       ByVal scrollBarType As ImGearScrollBarType, _
       ByVal scrollInfo As ImGearScrollInfo, _
       ByVal redraw As Boolean _
    ) 
    'Usage
     
    Dim instance As IImGearScrollableView
    Dim scrollBarType As ImGearScrollBarType
    Dim scrollInfo As ImGearScrollInfo
    Dim redraw As Boolean
     
    instance.SetScrollParams(scrollBarType, scrollInfo, redraw)
    void SetScrollParams( 
       ImGearScrollBarType scrollBarType,
       ImGearScrollInfo scrollInfo,
       bool redraw
    )
    void SetScrollParams( 
       ImGearScrollBarType scrollBarType,
       ImGearScrollInfo scrollInfo,
       bool redraw
    ) 
    void SetScrollParams( 
       ImGearScrollBarType scrollBarType,
       ImGearScrollInfo scrollInfo,
       bool redraw
    ) 

    Parameters

    scrollBarType
    Specifies the scrollbar whose attributes are requested.
    scrollInfo
    New scrollbar state.
    redraw
    Specifies whether or not to redraw image in window.
    See Also