bSelected
Flag that indicates whether to change the selection status for the selected objects only, or for all objects. This value is valid only if hObject is a container object. Possible values are:
Value |
Meaning |
VARIANT_TRUE |
Change the selection status of those objects within the container that have their Selected property set. |
VARIANT_FALSE |
Change the selection status for all objects. This is comparable to setting iFlags to ANN_FLAG_NOTCONTAINER | ANN_FLAG_RECURSE. |