PM_TabAttachedWindowActivate

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.

Const.PM_TabAttachedWindowActivate

The Const.PM_TabAttachedWindowActivate message is sent to a window associated with a tab when that tab (and window) has been activated.

Parameters

Name Description
nTab = wParam Number of the tab to just activated
hWndTabObject  = SalString.FromHandle(nlParam) Window handle of the cQuickTabs tab object. This object is usually called picTab.

Returns

Unused (the Framework ignores the return value of this message)

Comments

Application can use the Const.PM_TabAttachedWindowActivate message to perform some action when a window associated with a tab has been activated. As an alternative, applications can use override the FrameActivate method.