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
1705
How do I access the selected text in a combo?
posted

Many controls (including infragistics controls) have SelStart and SelLength properties.  What are they for the combo?

  • 469350
    Offline posted

        Hm, It doesn't seem to have them.

        f the control is in edit mode, when you can do is get the ChildControls[0] - it will be a TextBox control, so you can use the SelectionStart and SelectionLength on that. But if the control is not in edit mode (does not have focus), there's no way to do it.

        You might want to  Submit an incident to Infragistics Developer Support. This might be an oversight.