Input for WinForms | ComponentOne
C1.Win.Util Namespace / DpiHelper Class / GetHorizontalScrollBarHeight Method
The DPI value for the current display device.

In This Topic
    GetHorizontalScrollBarHeight Method
    In This Topic
    Gets the default height, in pixels, of the horizontal scroll bar for a current DPI value.
    Syntax
    'Declaration
     
    
    Public Shared Function GetHorizontalScrollBarHeight( _
       ByVal dpi As Integer _
    ) As Integer
    public static int GetHorizontalScrollBarHeight( 
       int dpi
    )

    Parameters

    dpi
    The DPI value for the current display device.
    See Also