Skip to content

Instantly share code, notes, and snippets.

@cgillis-aras
Created September 10, 2021 04:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgillis-aras/1a19b648d9f83d974a52d48dad97a07e to your computer and use it in GitHub Desktop.
Save cgillis-aras/1a19b648d9f83d974a52d48dad97a07e to your computer and use it in GitHub Desktop.
Sample code to get the title of the relationships tab
var relationshipTabInfo = parent.relationships.relTabbar;
var currentRelationshipTabId = relationshipTabInfo.GetSelectedTab();
var tabLabel = relationshipTabInfo.GetTabLabel(currentRelationshipTabId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment