Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NViewportBase Class / GetHScrollBarSettings Method


In This Topic
    GetHScrollBarSettings Method (NViewportBase)
    In This Topic
    Gets the settings that need to be applied to the HScrollBar for the specified viewport parameters, in case the HScrollBar is visible.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetHScrollBarSettings( _
       ByVal totalViewport As NRectangle, _
       ByVal viewportSize As NSize, _
       ByVal viewportOrigin As NPoint _
    ) As NViewportBase.NScrollBarSettings
    'Usage
     
    
    Dim instance As NViewportBase
    Dim totalViewport As NRectangle
    Dim viewportSize As NSize
    Dim viewportOrigin As NPoint
    Dim value As NViewportBase.NScrollBarSettings
     
    value = instance.GetHScrollBarSettings(totalViewport, viewportSize, viewportOrigin)

    Parameters

    totalViewport
    viewportSize
    viewportOrigin
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also