QO
PPJ.Runtime.Windows.QO.QO
Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Runtime.49 (4.9.0.0)
QuickObjects constants.
public class QO
Fields
TABSM_Create
In the actions of a tab frame, use this message instead of SAM_Create to insure proper tab frame initialization. TabCreate( hWnd ) is the equivalent late bound function call.
TABSM_First
High level messages NOTE: These messages are provided for backward compatibility. This version of QuickTabs also calls late bound functions in the parent form or dialog box when an event occurs.
TABSM_TabActivateFinish
Indicates that a tab has been activated. wParam - Index of the selected tab lParam - Not used This message is sent after the child windows have been shown. TabActivateFinish is the equivalent late bound function call.
TABSM_TabActivateStart
Indicates that a tab has been activated. wParam - Index of the selected tab lParam - Not used This message is sent before child windows are shown. TabActivateStart( nTab ) is the equivalent late bound function call.
TABSM_UserRequest
Indicates that user is attempting to change the current tab by clicking, tabbing or some other user action. wParam - Index of the selected tab lParam - Not used NOTE: Call CancelMode() to deny the user's request. TabUserRequest( nTab ) is the equivalent late bound function call.
Last updated