DoubleClickAction
Description:
Possible actions Revit can take in response to the user double-clicking on an element.
Possible actions Revit can take in response to the user double-clicking on an element.
public enum DoubleClickAction
| Name | Description |
|---|---|
| ActivateView | Double-click should activate the view. |
| DeactivateView | Double-click should deactivate the active view. |
| EditFamily | Double-click should open the family for editing. |
| EditSchedule | Double-click should edit the schedule. |
| EditType | Double-click should take the user to the edit type dialog. |
| EnterEditMode | Double-click will enter a specific edit mode for the element. |
| NoAction | Double-clicks should be ignored. |
| OpenView | Double-Click should open the view. |
| Rename | Slow double-click should rename the item. |