Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Control Object
See Also Example Properties Methods Events
The class name of all Visual Basic internal controls.
Syntax
Control
Remarks
You can dimension a variable as a Control object and reference it as you would a control on a form. The following demonstrates this:
Dim C as Control
Set C = Command1