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
1210
setting null text to UltraWinToolbars.TextBoxTool
posted

Hi,

    I am Using UltraWinToolbar in which i am adding some labels ,buttons and textboxtools.

   In that I am trying to set nullText property to TextBoxTool but I am not geeting this property to ToolBars TextBox

  but it is present in the normal UltraTextEditor.

  How can I Accomplish this?

 Can I use UltraTextEditor in ToolBar which is Possible in Normal ToolBar?

 

Parents
  • 44743
    Verified Answer
    posted

    I don't believe you can control this with the TextBoxTool. But you can use an UltraTextEditor in a toolbar. Add a ControlContainerTool to the toolbar and set it's Control property to an existing UltraTextEditor.

Reply Children
No Data