Esempio n. 1
0
 protected override UIElement CreateEditor()
 {
     TextBox               = new TextBoxEx();
     TextBox.TextChanged  += StringPropertyEditor_TextChanged;
     TextBox.AcceptsReturn = false;
     return(TextBox);
 }
 protected override UIElement CreateEditor()
 {
     TextBox = new TextBoxEx();
     TextBox.VerticalAlignment = VerticalAlignment.Center;
     TextBox.IsReadOnly        = true;
     return(TextBox);
 }