How to work with Boolean Properties
To work with Boolean Properties
Step 1:
The Boolean Properties are assigned in this format:
object.property=value
Step 2:
This is an example of assigning Boolean to the visibility of Command2:
Private Sub Command1_Click()
Command2.Visible=False
End
No comments:
Post a Comment