Hey folks,
I am trying to grab the input text from an XAML TextBox but i am beyond stumped.
What i currently have in the XAMLContainer Content is,
<TextBox Header="Enter your name:" PlaceholderText="Name" />
I have DesktopButton with the following,
Label1.text = XamlContainer1.value
Dont know why i thought that would work
if anyone could provide any assistance or point me in the right direction that would be greatly appreciated!