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