wpf - TextBox doesnt allow user to type -


hello i'm trying in wpf make user cant type in textbox. know there way make isenabled = false if use textbox gets grey color , cant make without background! there anyway forbid user entering char in textbox or other way? please help

use textbox.isreadonly property: http://msdn.microsoft.com/en-us/library/ms753374.aspx


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -