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.

Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public const int TABSM_UserRequest

See Also