I’m really only putting this in to remind myself — having come from a WinForms background, I’m used to:
_btnOK.Enabled = false;
but in WPF this is:
_btnOK.IsEnabled = false;
For some reason I (without fail) forget this!
Leave a Reply Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.