I have implemented the custom button control with some additional options. And added my custom button into the form. When i set the Form.Acception is the added custom button, then I want to do some customization in the Button. I want to customize the button appearance in the Custom button class implementation, when it marked as AcceptButton of the Form.
Anyone suggest how can i know the button is marked as AcceptButton of the form in Button class?
WRONG:
UPD: