Interesting find I assumed your suggestion and when I type tc. I expected the typical list of options that you can select from. In this particular case there are many. Mostly system options, however, the method I wanted was not one of them. This particular method returns a boolean.
So, following your advice I hard codded it expecting a not found error. I was surprised that it came back with the error you have to use the return value. then I tried this
If Not tc.
Now the list of options includes the method. I did not realize that the options returned is sensitive to the context you are typing. Makes sense but was not aware of the subtlety.
Thanks it works like a charm. Fyi call the method before showing the dialog.
hiding existing methods is more annoying than usefully.
if you have methods without the need of the return value you can write Call tc. and all methods should appear.
for container controls direct placed on the window you could also use define event, raise event as alternative approach.