[]
Draw the text input field
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)
Type | Name | Description |
---|---|---|
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 |