05-21-2009 03:49 PM
In a Ring Control I simply create a property node to bring up the Strings[] property, and use the ring control as an index to select the correct string.
I can't seem to find anything similar in the Tab Control.
So .. how does one retreive the text of a currently selected tab in a Tab Control?
Thanks!
05-21-2009 03:53 PM - edited 05-21-2009 03:54 PM
Actually, with a ring control you don't even need to do all that. You can just use the RingText.Text property.
For the tab control: A tab control is an enum, so you can just use the Format Into String to get the text of the page:
05-21-2009 03:59 PM - edited 05-21-2009 04:00 PM
You could just format it as a string as follows:
(EDIT: I see smercurio was faster. Somebody distracted me while I was editing..... ;))
05-21-2009 04:04 PM
THANKYOU!
05-21-2009 04:05 PM
altenbach wrote:
(EDIT: I see smercurio was faster. Somebody distracted me while I was editing..... ;))
Yeah, it was me, telepathically.