devxlogo

Viewing Available Properties

Viewing Available Properties

Question:
I am new to VB programming and have noticed thatthere are a lot of properties for an item that are not listedin the property box (e.g. clear,delete item,add item,select,etc)Is there anyway that I can get a complete listingof all properties available in VB 3?

Answer:
Some of those “properties” are called Methods, which are used to do something to the “items” you see listed there. All of the properties and methods are documented in the help file and the help attached to each control. Not all controls will have all methods or properties — in some cases, the properties don’t make sense for particular controls. Your best source of information is the included help files.

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist