PrintDocument for WinForms
GetAutoSize メソッド (RenderInputCheckBox)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderInputCheckBox クラス : GetAutoSize メソッド
Context that should be used to get calculated style properties.
OUT: the width of the control.
OUT: the height of the control.
Gets the desired (auto) size of the control.
シンタックス
'宣言
 
Public Overrides Sub GetAutoSize( _
   ByVal context As IScriptContext, _
   ByRef width As System.Integer, _
   ByRef height As System.Integer _
) 
'使用法
 
Dim instance As RenderInputCheckBox
Dim context As IScriptContext
Dim width As System.Integer
Dim height As System.Integer
 
instance.GetAutoSize(context, width, height)
public override void GetAutoSize( 
   IScriptContext context,
   ref System.int width,
   ref System.int height
)

パラメータ

context
Context that should be used to get calculated style properties.
width
OUT: the width of the control.
height
OUT: the height of the control.
参照

RenderInputCheckBox クラス
RenderInputCheckBox メンバ