TabSetActive

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean TabSetActive(SalNumber nTab, SalBoolean nMode)	

The TabSetActive method will activate a tab of the given form.

Parameters

Name Description
SalNumber nTab the tab number
SalBoolean nMode if True, Redraw method is used.

Returns

This method will post a message to the window handle of the Tab Manager.

Comments

Redraw method updates the appearance of the tab frame. Call it to cause the tab frame to arrange and repaint tabs.