Hi,
i have a UserControl holding a Title-Property (string) that may change while runtime.
This UserControl is placed on an UltraTab (created at runtime).
I would like to automatically update the UltraTab.Text-Property whenever the UserControl.Title-Property is changed. Normally you would do this via:
UltraTab.DataBindings.Add(...)
But unfortunatly there is no DataBindings for the UltraTab, right? Is there an other way to do this without adding another Event-Handler?
Hello,
There are 'DataBindings' for the Text property of the 'UltraTabControl'. You could see this in the 'Properties' window in Design-Time.
The only other way I can think of is using an event.
Please do not hesitate to contact us if you need any additional assistance.