ツールチップの隙間(Padding)を設定します。
シンタックス
'宣言
Public Sub SetPadding( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void SetPadding(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- left
- 左の位置
- top
- 上の位置
- right
- 右の位置
- bottom
- 下の位置
参照