Good morning and happy holidays to all
in a customcontrol, how do I create a method that allows you to assign and read the value with "="?
For example:
dim MControl as CMyControl
MControl = "hello"
In CMYControl I control EditTex that I value, type:
'-----------------------------------
sub = (ADATA as String)
mText.Text = ADATA
end sub
I hope it is clear
thank you
in a customcontrol, how do I create a method that allows you to assign and read the value with "="?
For example:
dim MControl as CMyControl
MControl = "hello"
In CMYControl I control EditTex that I value, type:
'-----------------------------------
sub = (ADATA as String)
mText.Text = ADATA
end sub
I hope it is clear
thank you