Override this method to calculate sizes of object on basis of its content, this method is called when field can grow or shrink vertically and horizontally.
シンタックス
'宣言
Protected Overrides Sub GetContentAutoSize( _
ByRef As System.Double, _
ByRef As System.Double _
)
'使用法
Dim instance As Field
Dim autoWidth As System.Double
Dim autoHeight As System.Double
instance.GetContentAutoSize(autoWidth, autoHeight)
protected override void GetContentAutoSize(
out System.double ,
out System.double
)
パラメータ
- autoWidth
- autoHeight
参照