On the tab control property page there is no way to set the control mode as indicator.
However this can be done programmatically with SetCtrlAttribute (panelHandle, PANEL_TAB, ATTR_CTRL_MODE, VAL_INDICATOR); which has the effect of preventing the operator to change the shown page.
It would be handy to be able to set this attribute at design time too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.