I am using label controls in a program and I need to add custom properties to these controls. Can I add my own properties to Label Controls and set velues for these properties that can be accesses throug the control?
i.e. ControlName.MyProperty = 10
Then later test ... IFControlName.MyProperty = 10 Then ...
I need a code example! Thanks!
i.e. ControlName.MyProperty = 10
Then later test ... IFControlName.MyProperty = 10 Then ...
I need a code example! Thanks!