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
620
Focused state added to the ultratexteditor appstylist
posted
Hi Do you know if the Focused state has been added to the ultratexteditor appstylist or if is planned to be done in the next release ? Thanks
  • 110
    posted

    One thing you can do until this is added is to create a new StyleSet in AppStylist for EditorControl (all Infragistics editors) and call it something like Focused. Set the background to what you want.

     Then in your code trap the Enter and Leave events of your controls. Set the StyleSetName to "Focused" if it has focus or "" if it does not have focus. This is helpful if your Resolution Order is ApplicationThenControl.

     HTH

     

     

  • 469350
    Offline posted

    I do not beleive it has been added. You should Submit a feature request to Infragistics.