J
Joseph Crum
I am developing a form which uses a TabControl. I want
the code to be able to detect which TabPage is currently
active. The documentation indicates that the
TabPageCollection should have an "Item" property which I
think may be the way to do this, but the "Item" property
doesn't show up on this object in intellisense, and it
gives me an error on compile. The error is:
"System.Windows.Forms.TabControl.TabPageCollection' does
not contain a definition for 'Item'"
Any ideas?
the code to be able to detect which TabPage is currently
active. The documentation indicates that the
TabPageCollection should have an "Item" property which I
think may be the way to do this, but the "Item" property
doesn't show up on this object in intellisense, and it
gives me an error on compile. The error is:
"System.Windows.Forms.TabControl.TabPageCollection' does
not contain a definition for 'Item'"
Any ideas?