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