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

In This Topic
DrawTextInputField Method (Page)
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 _
) 
 

Parameters

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