Enum ActivateStyle
Specifies an activation style for the ControlNode node type.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public enum ActivateStyle
Fields
| Name | Description |
|---|---|
| Click | Specifies that clicking a ControlNode will activate the Control hosted in it. |
| ClickPassThrough | Specifies that clicking a ControlNode will activate the child Control and pass the click event to it. |
| DoubleClick | Specifies that double clicking a ControlNode will activate the Control hosted in it. |
| None | Specifies that the Control will not be activated. |
| SelectedClick | Specifies that clicking a selected ControlNode will activate the Control hosted in it. |