'宣言
Public Shared Function GetIndention( _ ByVal controlRendering As IControlRendering, _ ByVal control As Control _ ) As Integer
public static int GetIndention( IControlRendering controlRendering, Control control )
パラメータ
- controlRendering
- control
- インデント値を取得するSystem.Windows.Forms.Control。
戻り値の型
コントロールを現在のDPIでインデントする必要があるピクセルの量です。