ComponentOne SuperTooltip for WinForms
C1.Win.6 Assembly / C1.Win.Util Namespace / DpiHelper Class / GetVerticalScrollBarWidth Method
The DPI value for the current display device.

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

    Parameters

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