hi
i have a custom control that have two property
one of them is , "inputtype" that user can set it to digits and string
another property is "separator" that separate digits (number thousand separator) if inputtype is set to digits
i want when inputtype set to string , separator property can not be true , and if it is true , change to false
what is the normal way for this ?
tank you
i have a custom control that have two property
one of them is , "inputtype" that user can set it to digits and string
another property is "separator" that separate digits (number thousand separator) if inputtype is set to digits
i want when inputtype set to string , separator property can not be true , and if it is true , change to false
what is the normal way for this ?
tank you