SystemInformation.HorizontalScrollBarThumbWidth を取得し、それをコントロールの Dpi に基づいてスケールします。
            
            
            
            
            
            
            
            '宣言
 
Public Shared Function GetHorizontalScrollBarThumbWidth( _
   ByVal  As Control _
) As Integer
             
        
            
            public static int GetHorizontalScrollBarThumbWidth( 
   Control 
)
             
        
             
        
            パラメータ
- control
戻り値の型
コントロールの Dpi に基づくスケールされた SystemInformation.HorizontalScrollBarThumbWidth。