'宣言
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 )
パラメータ
- bounds
- fieldName
- readOnly
- required
- borderStyle
- borderWidth
- borderColor
- maxLength
- multiline
- password
- spellCheck
- alignment
- textArray