0% found this document useful (0 votes)
6 views1 page

Control Properties in User Interface

This document describes the properties of controls on a form, including labels with captions, a text box, and a command button. The command button has a caption of "Print" and its click event handler concatenates the text from two text boxes and assigns it to the caption of a third label. An item is also added to a list.

Uploaded by

midhungbabu88
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Control Properties in User Interface

This document describes the properties of controls on a form, including labels with captions, a text box, and a command button. The command button has a caption of "Print" and its click event handler concatenates the text from two text boxes and assigns it to the caption of a third label. An item is also added to a list.

Uploaded by

midhungbabu88
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

Control Properties

Label1 Caption
Enter Ur Name
Label2 Delete Caption
Textbox1 Delete text
Command button
Caption
Print
Private sub command1_click
[Link]=[Link] & [Link]
End sub

[Link]=”Das”

You might also like