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
1020
doubt with ultratoolbarsmanager textbox control
posted

Hi ,
I have a textbox item ( on the Toolbar ) on a UltraToolBarsManager.
I want to set the style of the textBox to Flat style and the border color
to black. I tried setting the border color, but it does not reflect.
I also want to set the size and the location of the textbox.
Thanks,
SId.

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello SId,

    I have faced no problem setting the border color of the 'TextBox'. I also altered the size of the tool. As to the location - you could move the tool across toolbars or before/after another tool in the designer or in code by adding it to other toolbars. However I also created a sample for you regarding this so could you please review it and see if it meets your requirements.

    Please feel free to let me know if I misunderstood you or if you have any other questions.

    TextBoxToolSizeBorder.zip
Children