AccessibleSelection

AccessibleSelection serializable, flag

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

Users can select items in various ways. This enumeration lists the predefined selection methods understood by the accessibility framework. It is used to notify accessibility clients that selections are taking place.

 public enum  AccessibleSelection  {  None = 0x00000000  ,  TakeFocus = 0x00000001  ,  TakeSelection = 0x00000002  ,  ExtendSelection = 0x00000004  ,  AddSelection = 0x00000008  ,  RemoveSelection = 0x00000010  } 

Hierarchy

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

Passed To

AccessibleObject.Select()



. 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