ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawTextInputField Method

In This Topic
    DrawTextInputField Method
    In This Topic
    Draw the text input field
    Syntax
    'Declaration
     
    Public Sub DrawTextInputField( _
       ByVal bounds As RectangleF, _
       ByVal fieldName As String, _
       ByVal readOnly As Boolean, _
       ByVal required As Boolean, _
       ByVal borderStyle As InputBorderStyle, _
       ByVal borderWidth As Single, _
       ByVal borderColor As Color, _
       ByVal maxLength As Integer, _
       ByVal multiline As Boolean, _
       ByVal password As Boolean, _
       ByVal spellCheck As Boolean, _
       ByVal alignment As InputTextAlign, _
       ByVal textArray() As String _
    ) 
    public void DrawTextInputField( 
       RectangleF bounds,
       string fieldName,
       bool readOnly,
       bool required,
       InputBorderStyle borderStyle,
       float borderWidth,
       Color borderColor,
       int maxLength,
       bool multiline,
       bool password,
       bool spellCheck,
       InputTextAlign alignment,
       string[] textArray
    )

    Parameters

    bounds
    fieldName
    readOnly
    required
    borderStyle
    borderWidth
    borderColor
    maxLength
    multiline
    password
    spellCheck
    alignment
    textArray
    See Also