GrapeCity ActiveReports for .NET 16.0J
DrawTextInputField メソッド

GrapeCity.ActiveReports.Document.Section 名前空間 > Page クラス : DrawTextInputField メソッド
テキストを入力するフィールドを描画します。
シンタックス
'宣言
 
Public Sub DrawTextInputField( _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal fieldName As System.String, _
   ByVal readOnly As System.Boolean, _
   ByVal required As System.Boolean, _
   ByVal borderStyle As InputBorderStyle, _
   ByVal borderWidth As System.Single, _
   ByVal borderColor As System.Drawing.Color, _
   ByVal maxLength As System.Integer, _
   ByVal multiline As System.Boolean, _
   ByVal password As System.Boolean, _
   ByVal spellCheck As System.Boolean, _
   ByVal alignment As InputTextAlign, _
   ByVal textArray() As System.String _
) 
public void DrawTextInputField( 
   System.Drawing.RectangleF bounds,
   System.string fieldName,
   System.bool readOnly,
   System.bool required,
   InputBorderStyle borderStyle,
   System.float borderWidth,
   System.Drawing.Color borderColor,
   System.int maxLength,
   System.bool multiline,
   System.bool password,
   System.bool spellCheck,
   InputTextAlign alignment,
   System.string[] textArray
)

パラメータ

bounds
fieldName
readOnly
required
borderStyle
borderWidth
borderColor
maxLength
multiline
password
spellCheck
alignment
textArray
参照

Page クラス
Page メンバ