Hide And Show A User Control Using A Button In C# Net

Hide And Show A User Control Using A Button In C# Net

Jebbidan

2 года назад

3,592 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Jebbidan
@Jebbidan - 29.05.2022 09:37

the code:

if (this.yourUserControlHere1.Visible == false)
{
this.yourUserControlHere1.Visible = true;
}
else if (this.yourUserControlHere1.Visible == true)
{
this.yourUserControlHere1.Visible = false;
}

Ответить
@roxastidus4109
@roxastidus4109 - 17.10.2023 09:20

Nice Tutorial very helpful.

Ответить
@adriangunevia229
@adriangunevia229 - 11.06.2022 18:49

you know what? your tutorial is is excellent but your magnifier sucks, it makes the viewer dizzy

Ответить