Chapter 4

Setting Properties Using Event Procedures

After reading this chapter, you will be able to set the properties of objects by using the event procedures. You will also be able to use Auto List Members and Parameter Information (or IntelliSense windows) to insert comments in code, to break a line of code, to correct errors in the code, and to load a picture in picture-box control.

4.1 INTRODUCTION

In this chapter, we intend to set the properties of objects with the use of event procedures. Some properties can be set by using only Properties window (such properties are called design-time properties), some by using only event procedures (such properties are called run-time properties), while a majority can be set by using either the Properties ...

Get Visual Basic .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.