| รูปแบบของการใช้ With ดังนี้ | ใช้ในกรณีที่ต้องการเรียกใช้ property หรือ Method พร้อมๆกัน |
|---|
subject:รูปแบบของการใช้ With ดังนี้
content:ใช้ในกรณีที่ต้องการเรียกใช้ property หรือ Method พร้อมๆกัน
syntax:With ตัวแปร .property .method End With
example:With textCustID .text = “Beckham” .alignment = 1 .Maxlength = 10 .PasswordChar = “*” End With