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?
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.
Thank you!!!!!!!!!!!!!!
Its working...