J
Juan Gabriel Del Cid
Just use the "is" operator, like so:
if (myObject is Control) {
// myObject is a Control
}
Hope that helps,
-JG
if (myObject is Control) {
// myObject is a Control
}
Hope that helps,
-JG