Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
TabVisible not working
Hi I want to hide tabs in the create event, if I place:
Set_Property(OLECtrlEntID, "OLE.TabVisible[ALL]", 0) in the create event then it is not working and I have to place the code in "SIZE" event to make tabs disappear, why I can't make a tab disappear on the fly in the create event?
Set_Property(OLECtrlEntID, "OLE.TabVisible[ALL]", 0) in the create event then it is not working and I have to place the code in "SIZE" event to make tabs disappear, why I can't make a tab disappear on the fly in the create event?
Comments