'宣言 Public Overrides Sub GetAutoSize( _ ByVal context As IScriptContext, _ ByRef width As System.Integer, _ ByRef height As System.Integer _ )
'使用法 Dim instance As RenderInputRadioButton Dim context As IScriptContext Dim width As System.Integer Dim height As System.Integer instance.GetAutoSize(context, width, height)
パラメータ
- context
 - 計算されたスタイルプロパティの取得に使用されるコンテキスト。
 - width
 - 出力:コントロールの幅。
 - height
 - 出力:コントロールの高さ。