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