What are Control input parameters
What are C# input parameters of Control? For example, I was looking at code (this is something someone else had coded at work, and there procedure was public sub CheckData(Control)
{
}
What is that input parameter 'Control'?