Learn how to build an E-Commerce site with Angular 5, a JavaScript framework used by developers to build web, desktop, and mobile applications.
Do more with
private bool IsControlExists(Type type)
{
foreach (Control item in this.Controls)
{
if (item.GetType() == type)
return true;
}
return false;
}
Premium Content
You need an Expert Office subscription to comment.Start Free Trial