How can i override readonly property of Text Box Public Overrides Property [ReadOnly]() As Boolean -- this doesnt work it says it is not overridable. Is there any other method except controlling keypress,keyup,keydown events?
How can i override readonly property of Text Box Public Overrides Property [ReadOnly]() As Boolean -- this doesnt work it says it is not overridable. Is there any other method except controlling keypress,keyup,keydown events?