シンタックス
'宣言
Protected Overridable Sub SetBoundsCore( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Windows.Forms.BoundsSpecified _
)
'使用法
Dim instance As CsvOptionsForm
Dim x As System.Integer
Dim y As System.Integer
Dim width As System.Integer
Dim height As System.Integer
Dim specified As System.Windows.Forms.BoundsSpecified
instance.SetBoundsCore(x, y, width, height, specified)
protected virtual void SetBoundsCore(
System.int ,
System.int ,
System.int ,
System.int ,
System.Windows.Forms.BoundsSpecified
)
パラメータ
- x
- y
- width
- height
- specified
参照