I need to refer to the KryptonRibbon.SelectedTab.Name property but it is not exposed so I am using the "Text" property. Theoretically, different tabs could have the same "Text" value.
I tried to use the ContextName property but it return an empty string.
Dan