InteractionEvents.InteractionDisabled Property

Parent Object: InteractionEvents

Description

Gets/Sets the Boolean flag that disables this object's Selection, Mouse and Keyboard Events. Setting this to True, continues to honor the SelectionActive flag.

Syntax

InteractionEvents.InteractionDisabled() As Boolean

Property Value

This is a read/write property whose value is a Boolean.

Samples

Name Description
Basic Selection Using Interaction Events This sample demonstrates using the selection events to select a face. Selection is dependent on events and VB only supports events within a class module.
Window Selection This sample demonstrates using the selection events to window-select multiple edges. Selection is dependent on events and VB only supports events within a class module.

Version

Introduced in version 5