VAPIMWP_MULTIOBJ_CANSETCURRENTOBJ
Determines whether the target 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_CANSETCURRENTOBJ,(LPARAM) (int)
nTargetObj);
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
nTargetObj
|
A zero-based integer that is the target object. |
Returns
SendMessage()
returns TRUE
if the current object can be set to the target object; otherwise it returns FALSE
.
Discussion
Use this message to control the state of a Set Current Object menu item or toolbar button.