| Visual Basic (Declaration) | |
|---|---|
Public Enum ChildActivationPolicy Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ChildActivationPolicy : Enum | |
| Member | Description |
|---|---|
| None | Does not allow user activation |
| Click | Allows user to activate the control with a single click |
| DoubleClick | Allows user to activate the control with a double click |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.DrawingSpace.ChildActivationPolicy