VAPIMWP_MULTIOBJ_CANNEXTOBJ
Determines whether the next object can be selected in a multiple-object document. See Change the Current Object in a Document. This is a parameter of the VAPIM_MULTIOBJ
message.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_MULTIOBJ, VAPIMWP_MULTIOBJ_CANNEXTOBJ, (LPARAM) (BOOL*) &lpbCanNextObj );
Arguments
Argument |
Description |
---|---|
|
The handle of the VAPI window. |
|
A pointer to a flag that returns |
Returns
SendMessage()
returns TRUE
if the current object can be changed to the next object; otherwise it returns FALSE
.
Discussion
Use this message to control the state of a Next Object menu item or toolbar button.