ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
PNPhan Nguyen Ngoc Hien11/05/2024

I create a command Tab with TabName by AddCommandTab() method.

....

string TabName = "Tab 1";

swCommandTab = swCommandManager.AddCommandTab(docType, TabName);

...

My question: Can we get the all command tabs NAME are created by a add-in program?

Thanks.