DekGenius.com
[ Team LiB ] Previous Section Next Section

ItemActivationserializable

System.Windows.Forms (system.windows.forms.dll)enum

This enumeration is used by the ListView control to determine what click behavior it will express: the old-style Standard double-click, the new explorer-style OneClick with link-style highlighting on mouse over, or a TwoClick mode, which couples the link-like highlighting with a double-click.

public enum ItemActivation {
   Standard = 0,
   OneClick = 1,
   TwoClick = 2
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) ItemActivation

Returned By

ListView.Activation

Passed To

ListView.Activation

    [ Team LiB ] Previous Section Next Section