
April 10th, 2011, 09:00 PM
|
|
Contributing User
|
|
Join Date: Dec 2005
Posts: 145
Time spent in forums: 10 h 15 m 50 sec
Reputation Power: 0
|
|
|
Windows Forms/Other - How is IXRTextBlockPtr used?
How is IXRTextBlockPtr used?
I have a XAML file that is made by Expression Blend. But the Silverlight project that corresponds to it has to be in C++ instead of C# (it has something to do with being part of an embedded system).
The automatically gernerated C++ code referrs to the TextBlock code in the header file like this:
Code:
IXRTextBlockPtr m_pFoo; // <TextBlock x:Name="Foo">
So how do I assign a value to the text block such that it appears in the window defined in the XAML?
|