Visual Basic (VB) Question:
What is the difference between Property Get, Set and Let?
Answer:
Set Value is assigned to ActiveX Object from the form.
Let Value is retried to ActiveX Object from the form.
Get- Assigns the value of an expression to a variable or property.
Let Value is retried to ActiveX Object from the form.
Get- Assigns the value of an expression to a variable or property.
Previous Question | Next Question |
What is Collection Objects in VB? | How to change the Mouse Pointer? |