Hello all,
I have a custom radtextbox class called PosNegTB. Now i want to set the inital text value of that class to "0.00", this is the code i have for it:
public sub new
mybase.new
mybase.text = "0.00"
end sub
but when i add this class onto my main form the text inside it is "PosNegTB". What am i doing wrong? Plz help.
Thank you in advance
I have a custom radtextbox class called PosNegTB. Now i want to set the inital text value of that class to "0.00", this is the code i have for it:
public sub new
mybase.new
mybase.text = "0.00"
end sub
but when i add this class onto my main form the text inside it is "PosNegTB". What am i doing wrong? Plz help.
Thank you in advance