ItemActivation

ItemActivation serializable

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



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net