View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Syntax- drop down menu contents wanted

Kirk,
As I type the "(" in "TabStrip1.Tabs(", Intellisense comes up with
"Item(varg) As Object".
As it is the generic Object, the IDE has no way to know which properties,
methods etc are available.
If it had be declared "As SomeClass", then the Type Library could yield the
correct info.

That's my take anyway...

NickHK

"kirkm" wrote in message
...

Could someone explain how to get the drop-down menu for this line ?

TabStrip1.Tabs(1).

Trying to see what's allowed. The only one found so far is caption.


Thanks - Kirk