1
Reply

What is WPF's Equivalent

Ryan Turney

Ryan Turney

Mar 28 2009 2:27 PM
4k

Hello everyone, what is WPF's equivalent code from the below Windows Forms code. It is type-casting the first control on the tabpage into a RichTextBox.

RichTextBox rtb = (RichTextBox)_tabs.SelectedTab.Controls[0];

Thank you! P.S. New lines seem to be broken on these forums... Everything is mashed together and hard to read, but not by choice.


Upload Source Code  Select only zip and rar file.
Answers (1)