There are two ways you can directly access a VBX control.
- One way is to get and set the properties of the control. A control has a fixed number of properties you can set to affect the look or behavior of the control.
- The other way is to call the control's methods. A control's methods are similar to member functions in a class and are actually accessed through member functions in the TVbxControl class. You can use these methods to call into the object and cause an action to take place.