quote:
Originally posted by Nathan
A box which you type stuff in
Sorry
The input box? Or a text box? or Edit box in this case
code:
<Control xsi:type="EditControl" Id="txtMytextBox">
<Position Top="10" Left="10" Width="50" Height="15" />
<DefaultText>This is some text</DefaultText>
</Control>
Read the documentation on it its really not that hard.