write the names of events for label controls?
Answers
Answered by
91
Answer:
Windows Forms Label controls are used to display text or images that cannot be edited by the user. They are used to identify objects on a form—to provide a description of what a certain control will do if clicked, for example, or to display information in response to a run-time event or process in your application.
Answered by
0
Answer:
The Label control represents a standard Windows label. It is generally used to display some informative text on the GUI which is not changed during runtime.
Let's create a label by dragging a Label control from the Toolbox and dropping it on the form.
Similar questions