Similar to Chris pseudo-code:
dragobject ldo_tabpage ldo_tabpage = tab_1.control[tab_1.selectedtab] MessageBox('Tag',ldo_tabpage.tag)
That would give you the tag of the currently active tabpage.
Similar to Chris pseudo-code:
dragobject ldo_tabpage ldo_tabpage = tab_1.control[tab_1.selectedtab] MessageBox('Tag',ldo_tabpage.tag)
That would give you the tag of the currently active tabpage.