How to change tab sorting on Outlook Add In

Add-in Express™ Support Service
That's what is more important than anything else

How to change tab sorting on Outlook Add In
 
Nevzat Hayri TAVUK?U




Posts: 30
Joined: 2019-12-19
As in the picture, I want to change where tab is added. I couldn't find the id of the default tabs.
How can I change the order of the tabs?
User added an image
Posted 24 Apr, 2020 06:24:40 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hello Nevzat,

See the BeforeIdMso property. Find the IdMso of the View tab - it should be 'TabView' but I suggest that you verify this - and put it into the BeforeIdMso property of your tab component.


Andrei Smolin
Add-in Express Team Leader
Posted 24 Apr, 2020 07:19:55 Top
Nevzat Hayri TAVUK?U




Posts: 30
Joined: 2019-12-19
How do I get the id of the view tab? I searched in the documentation and on the internet, but I could not find
Posted 24 Apr, 2020 07:33:34 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hello Nevzat,

Check section Referring to Built-in Ribbon Controls; see the PDF file in the folder {Add-in Express}\Docs on your development PC or https://www.add-in-express.com/docs/net-ribbon-components.php.


Andrei Smolin
Add-in Express Team Leader
Posted 24 Apr, 2020 08:54:55 Top
Nevzat Hayri TAVUK?U




Posts: 30
Joined: 2019-12-19
Hi Andrei. Really "TabView". I thought it gave me an example and at first I didn't understand what data was in the document. I found your answer in the outlook2010 controls document and it is working in outlook2019. Thanks for the answer
Posted 27 Apr, 2020 03:07:47 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
You are welcome!


Andrei Smolin
Add-in Express Team Leader
Posted 27 Apr, 2020 04:51:22 Top