Object variable terminology
In our program which moves a label around
- Is lblMoves an object, a property, a class or none of these?
- Is Text an object, a property, a class or none of these?
- Is txtX an object, a property, a class or none of these?
- Is ptLabelloc an object, a property, a class or none of these?
- Is Point an object, a property, a class or none of these?
- Is X an object, a property, a class or none of these?
- Is Y an object, a property, a class or none of these?
- Is ToString an object, a property, a class or none of these?
- Is Location an object, a property, a class or none of these?
If "none of these" what is it?