RVTDocs.com

EditorInteraction.InteractionType

Property
Description:
The type of interaction.
Remarks:
This property is overridable to allow for clients to dynamically return the type. For example, if your pane interacts with certain editors or has different "modes" based on user workflow.
Syntax
public virtual EditorInteractionType InteractionType { get; set; }