Hi All,
how can I in runtime forbid the changing of ActiveTab for UltraTabControl by the user?
Handle the ActiveTabChanging event and set the Cancel property of the event arguments to true.
Thanks! It works.