Countless times in books, online reference, videos, etc... I see parts referenced by me.part instead of just the part name.
Is there a reasoning behind this that I am unaware of or is it just personal preference?
Is there a reasoning behind this that I am unaware of or is it just personal preference?
Code:
' I do this
txtSearch.text = "This is some text"
' in the examples I many times see
Me.txtSearch.text = "This is some text"