How can I set this in a WPF application? I can't find it anywhere on a button control or form control.
How can I set this in a WPF application? I can't find it anywhere on a button control or form control.
Only textboxes accept return (why would a button accept return, the return presses the button)
VB6 & C# (WCF LINQ) mostly
If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can
My site
My blog, couding troubles and solutions
Sorry I must be confused, I want the feature which when a user hits return it submits the form. i thought you set it under the window properties
I think you mean:
on the button propertyCode:IsDefault="True"
See this link
VB6 & C# (WCF LINQ) mostly
If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can
My site
My blog, couding troubles and solutions