| Optional. A Variant value. Either missing, Nothing, an McGraphObj or a rectangle. If Missing or Nothing then all objects with the mcgsAllowselect Sytle bit are selected if the AllowMultiple argument is supplied as TRUE. If missing or Nothing and the AllowMultiple argument is supplied as FALSE, then all objects are deselected.
If a single McGraphObj is given then the specified object is selected; other objects will be deselected unless the AllowMultiple argument is supplied as TRUE.
If a rectangle is supplied (as either a SINGLERECT or an array of 4 values in the order left,top,right,bottom), then it is treated as a rectangle in image coordinates within which to invert the selection of all objects with the the mcgsAllowselect Sytle bit ("invert the selection" means that selected objects within the rectangle become deselected and vice versa). The AllowMultiple argument is forced to true in this case.
|