NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ItemActivation Enumeration

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.

Remarks

The Activation property uses this enumeration.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace