Intellisense question

T

Terry On Windigo

When I don't know all of the available properties of a control, 1) Is there
anything I can do to make intellisense popup? and 2) Failing I don't have
any luck with Intellisense, is there somewhere I can go to see all the
methods for a control? I was trying to determine if a checkbox was checked,
and if it was, I wanted a field in a record changed. I couldn't find out
what method I would use after If checkbox1......... I was guessing it would
be something like "ischecked", or something close, but nothing helped me.
And really, that is just an example, where will I turn for all my further
choices on a control? Thanks.

Terry
 
C

CaffieneRush

This question relates to Visual Studio.
When you enter the type name or variable name followed by a period or
fullstop, the list of members for that type should pop up. In the case
of variables, I assume you've already declared it of a certain type.

Failing that you can try to enter Ctrl-j after the period to force
intellisense to list members. Ctrl-j might not work for you if you've
customized your keybindings to VB6 settings in VS.
The definitive list of intellisense keybindings are available from
Edit->IntelliSense->
 

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

Members online

Forum statistics

Threads
473,813
Messages
2,569,699
Members
45,489
Latest member
SwethaJ

Latest Threads

Top