学校向けに、テキストの配置をTextBox
左から右に変更するプロジェクトがあります。
私のコード:
Public Class Form1
Private Sub cmdChangeAllignment_Click(sender As Object, e As EventArgs) Handles cmdChangeAllignment.Click
txtChangeAllignment.TextAlign.Right()
End Sub
End Class
例外が発生しますExpression is not a method
。この問題を解決するにはどうすればよいですか?