[]
Specifies the activation behavior of an embedded child control.
public enum ChildActivationPolicy : short
Public Enum ChildActivationPolicy As Short
| Name | Description |
|---|---|
| Click | Allows user to activate the control with a single click |
| DoubleClick | Allows user to activate the control with a double-click |
| None | Does not allow user activation |