Tuesday, October 18, 2016

To get the TextBox of Combobox you can use

To get the TextBox of Combobox you can use

TextBox TxtBox = (TextBox)myCombo.Template.FindName("PART_EditableTextBox", myCombo);

No comments: