XAML TextBox

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 :roll_eyes:

if anyone could provide any assistance or point me in the right direction that would be greatly appreciated!

Looking at the XAMLSubclasses example, seems to be:

XamlContainer1.Value("Text")
1 Like

:person_facepalming:

Thank you Anthony, solution was right in front of me as usual lol

Much appreciated

2 Likes