PrintDocument for WinForms
GetAutoSize メソッド (RenderInputText)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderInputText クラス : GetAutoSize メソッド
Context that should be used to get calculated style properties.
OUT: Width of the control.
OUT: Height of the control.
Returns the preffered size of the control in pixels.
シンタックス
'宣言
 
Public Overrides Sub GetAutoSize( _
   ByVal context As IScriptContext, _
   ByRef width As System.Integer, _
   ByRef height As System.Integer _
) 
'使用法
 
Dim instance As RenderInputText
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: Width of the control.
height
OUT: Height of the control.
参照

RenderInputText クラス
RenderInputText メンバ