IMcGraphOverlay2Deselect Method
|
|
Deselect a graphic object or all selected objects.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxSub Deselect (
<OptionalAttribute> Object As Object
)
Parameters
- Object (Optional)
- Type: SystemObject
Empty, or a selected graphic object.
Implements
IMcGraphOverlayDeselect(Object)
RemarksWhen the Object VARIANT parameter is empty or null (VT_EMPTY,VT_ERROR,VT_NULL),
all currently selected objects are deselected.
Note |
---|
The ObjectDeselected notifications are always sent with the NotifyContext
mcgoncFromTool bit off. If you want to signal to nofify sinks that the Select
call is from a user interface element (e.g., a tool), then assign mcgoncFromUser
to the NotifyContext property just before calling Deselect. |
See Also