Follow-on from thread707-1481982 where fumei suggests the use of a label.
It's obvious that labels are perfectly fine for the display of data where there is no need for user interaction with the value.
I will admit that I am guilty of using textboxes for display-only data - usually with .active = false to prevent the user from attempting to interact with the data.
So, beyond the philosophical and aesthetic issues, is there an actual (detectable, measurable) performance penalty associated with using textboxes instead of labels?
It's obvious that labels are perfectly fine for the display of data where there is no need for user interaction with the value.
I will admit that I am guilty of using textboxes for display-only data - usually with .active = false to prevent the user from attempting to interact with the data.
So, beyond the philosophical and aesthetic issues, is there an actual (detectable, measurable) performance penalty associated with using textboxes instead of labels?