ControlType Property

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Why is it when you declare a variable as a Control, say for the purpose of
looping through all the controls on a form - the property ControlType does
not show in the drop down of available methods and properties although it is
valid and does work? I haven't tried other versions of Access besides Access
2000. I even turned on Show Hidden Members under browse objects thinking it
might show up then.

Just curious.

Steve
 
well, there's a lot of stuff the microsft guys (as everybody else) like to
keep to themselves...
(gives them an egde I guesss)

Pieter
 
The ControlType property is a property of a specific control type not
the generic Control object. It's all a matter of reference and scope.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top