GetVerticalScrollBarWidth Method (DpiHelper)
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 As Integer _
) As Integer
public static int GetVerticalScrollBarWidth(
int
)
Parameters
- dpi
- The DPI value for the current display device.
See Also