Actually its SAP Control property value. property values changed based on the selections. That value is belong to one of the menu option.
for example - in outlook we have home, Send/Receive, Folder, View extra right. Same thing.
if the particular menu selected by default - then the property id is usr/subSUB0:SAPLMEGUI:0015............................
if some other tab is selected or expanded, then we need to select the expected menu means - the property id is usr/subSUB0:SAPLMEGUI:0019...
Not sure about the default selection. Its based on the users. so we need to handle this id's in regular expression.
Thank you