I am using C++ Winforms. So I have a
Код: Выделить всё
ControlNow what I want to do is something like this to check if a control is a
Код: Выделить всё
TextBoxКод: Выделить всё
if (control is TextBox)
{
// ...
}
Источник: https://stackoverflow.com/questions/717 ... -a-textbox
Мобильная версия