**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / AccessibleStates.cs
blobc7b82ca0a5415169e941b9d61605130e4d6d26ab
1 //
2 // System.Windows.Forms.AccessibleStates.cs
3 //
4 // Author:
5 // Dennis Hayes (dennish@raytek.com)
6 //
7 // (C) 2002/3 Ximian, Inc. http://www.ximian.com
8 //
11 // Permission is hereby granted, free of charge, to any person obtaining
12 // a copy of this software and associated documentation files (the
13 // "Software"), to deal in the Software without restriction, including
14 // without limitation the rights to use, copy, modify, merge, publish,
15 // distribute, sublicense, and/or sell copies of the Software, and to
16 // permit persons to whom the Software is furnished to do so, subject to
17 // the following conditions:
18 //
19 // The above copyright notice and this permission notice shall be
20 // included in all copies or substantial portions of the Software.
21 //
22 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
25 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
26 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
27 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
28 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31 namespace System.Windows.Forms
33 [Flags]
34 public enum AccessibleStates
36 AlertLow = 67108864,
37 AlertMedium = 134217728,
38 AlertHigh = 268435456,
39 Animated = 16384,
40 Busy = 2048,
41 Checked = 16,
42 Collapsed = 1024,
43 Default = 256,
44 Expanded = 512,
45 ExtSelectable = 33554432,
46 Floating = 4096,
47 Focusable = 1048576,
48 Focused = 4,
49 HotTracked = 128,
50 Mixed = 32,
51 Indeterminate =32,
52 Invisible = 32768,
53 Linked = 4194304,
54 Marqueed = 8192,
55 Moveable = 262144,
56 MultiSelectable = 16777216,
57 None = 0,
58 Pressed = 8,
59 Protected = 536870912,
60 ReadOnly = 64,
61 Offscreen = 65536,
62 Selectable = 2097152,
63 Selected = 2,
64 SelfVoicing = 524288,
65 Sizeable = 131072,
66 Traversed =8388608,
67 Unavailable = 1,
68 Valid = 1073741823