Validating preventing PerformClick from working

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Claire

    #1

    Validating preventing PerformClick from working

    My richedit control uses the validating event to prevent loss of focus from
    itself when buttons are clicked but should call the sender button's
    PerformClick method to call the buttons default onclick handler.
    I've noticed that the PerformClick isnt calling the buttons code.
    Any ideas please?


Working...