Class ActivateStyle
Specifies an activation style for the ControlNode node type.
Inheritance
System.Object
ActivateStyle
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class ActivateStyle : Enum
Fields
Click
Specifies that clicking a ControlNode will activate the Control hosted in it.
Declaration
public const ActivateStyle Click
Field Value
| Type |
|---|
| ActivateStyle |
ClickPassThrough
Specifies that clicking a ControlNode will activate the child Control and pass the click event to it.
Declaration
public const ActivateStyle ClickPassThrough
Field Value
| Type |
|---|
| ActivateStyle |
DoubleClick
Specifies that double clicking a ControlNode will activate the Control hosted in it.
Declaration
public const ActivateStyle DoubleClick
Field Value
| Type |
|---|
| ActivateStyle |
None
Specifies that the Control will not be activated.
Declaration
public const ActivateStyle None
Field Value
| Type |
|---|
| ActivateStyle |
SelectedClick
Specifies that clicking a selected ControlNode will activate the Control hosted in it.
Declaration
public const ActivateStyle SelectedClick
Field Value
| Type |
|---|
| ActivateStyle |