Specifies how the user activates items and the appearance of items as the mouse cursor moves over them.
[Visual Basic] Public Enum ItemActivation [C#] public enum ItemActivation [C++] public enum ItemActivation
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
The Activation property uses this enumeration.
Member Name | Description |
---|---|
OneClick | Activate items with a single click. The cursor changes shape and the item text changes color. |
Standard | Activate items with a double-click. Items do not change appearance. |
TwoClick | Activate items with a double click. The item text changes color. |
Namespace: System.WinForms
Assembly: System.WinForms.dll