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

In This Topic
    GetHorizontalScrollBarArrowWidth Method (DpiHelper)
    In This Topic
    Gets the width of the horizontal scroll bar arrow bitmap in pixels for a current DPI value.
    Syntax
    'Declaration
     
    
    Public Shared Function GetHorizontalScrollBarArrowWidth( _
       ByVal dpi As Integer _
    ) As Integer
    public static int GetHorizontalScrollBarArrowWidth( 
       int dpi
    )

    Parameters

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