Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3166
UltraButton Focus Appearance
posted

Hi,

I want to show the UltraButton with same appearance as HotTrack when the button has the focus.  This is to give the user the same feedback when he navigates to the button by tabbing.

How can achieve this functionality?

Thanks,
Bhavesh

Parents
  • 3166
    Verified Answer
    posted

    My problem is resolved by overriding the OnGetFocus and OnLostFocus of the UltraButton. In OnGetFocus method, I set the Appearance property to equivalent to HotTrack. In OnLostFocus method, I set the Appearance property to equivalent to default appearance.

    Just curious, is there some property like HotTrackAppearance for Active/Focus appearance. 

     

Reply Children
No Data