Hello,
I'm developing an OCX.
How can I get access the value of a TabIndex property of an OCX?
I already tryed to use X = UserControl.TabIndex but it failed.
Any ideas?
Thanks a lot...
Michel Jr.
Printable View
Hello,
I'm developing an OCX.
How can I get access the value of a TabIndex property of an OCX?
I already tryed to use X = UserControl.TabIndex but it failed.
Any ideas?
Thanks a lot...
Michel Jr.
UserControl.Extender.TabIndex
Read up on this in the help files, there's some "very important considerations" (i.e., if you don't read this, your program WILL break eventually)