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
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.
bhavesh_busa said:Just curious, is there some property like HotTrackAppearance for Active/Focus appearance.
No, there is no ActiveAndHotTrackedAppearance.