Tuesday, December 11, 2007

How to work with Boolean Properties

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: