バージョン

AdjustForTouchMode(Control,Boolean,Int32,Boolean,Int32) メソッド

タッチ モードで要素の範囲を調整します。
シンタックス
'宣言
 
Public Overloads Shared Function AdjustForTouchMode( _
   ByVal control As Control, _
   ByVal touchEnabled As Boolean, _
   ByVal extent As Integer, _
   Optional ByVal adjustByWidth As Boolean, _
   Optional ByVal padding As Integer _
) As Integer
public static int AdjustForTouchMode( 
   Control control,
   bool touchEnabled,
   int extent,
   bool adjustByWidth,
   int padding
)

パラメータ

control
Dpi を決定するために使用されるコントロール。
touchEnabled
タッチが有効かどうかを示します。
extent
要素のデフォルト範囲。
adjustByWidth
デフォルト範囲が幅の場合 True。高さの場合 false。
padding
必要である可能性のある追加余白。
参照