(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / AccessibleRole.cs
blobe70df407d786f78abb8807a42c47ba053cc39fd3
1 //
2 // System.Windows.Forms.AccessibleRole.cs
3 //
4 // Author:
5 // Dennis Hayes (dennish@raytek.com)
6 // (C) 2002/3 Ximian, Inc. http://www.ximian.com
7 //
9 //
10 // Permission is hereby granted, free of charge, to any person obtaining
11 // a copy of this software and associated documentation files (the
12 // "Software"), to deal in the Software without restriction, including
13 // without limitation the rights to use, copy, modify, merge, publish,
14 // distribute, sublicense, and/or sell copies of the Software, and to
15 // permit persons to whom the Software is furnished to do so, subject to
16 // the following conditions:
17 //
18 // The above copyright notice and this permission notice shall be
19 // included in all copies or substantial portions of the Software.
20 //
21 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
22 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
23 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
24 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
25 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
26 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
27 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30 using System;
32 namespace System.Windows.Forms {
34 /// <summary>
35 /// </summary>
36 public enum AccessibleRole{
37 Alert = 8,
38 Animation = 54,
39 Application = 14,
40 Border = 19,
41 ButtonDropDown = 56,
42 ButtonDropDownGrid = 58,
43 ButtonMenu = 57,
44 Caret = 7,
45 Cell = 29,
46 Character = 32,
47 Chart = 17,
48 CheckButton = 44,
49 Client = 10,
50 Clock = 61,
51 Column = 27,
52 ColumnHeader = 25,
53 ComboBox = 46,
54 Cursor = 6,
55 Default = -1,
56 Diagram = 53,
57 Dial = 49,
58 Dialog = 18,
59 Document = 15,
60 DropList = 47,
61 Equation = 55,
62 Graphic = 40,
63 Grip = 4,
64 Grouping = 20,
65 HelpBalloon = 31,
66 HotkeyField = 50,
67 Indicator = 39,
68 Link = 30,
69 List = 33,
70 ListItem = 34,
71 MenuBar = 2,
72 MenuItem = 12,
73 MenuPopup = 11,
74 None = 0,
75 Outline = 35,
76 OutlineItem = 36,
77 PageTab = 37,
78 PageTabList = 60,
79 Pane = 16,
80 ProgressBar = 48,
81 PropertyPage = 38,
82 PushButton = 43,
83 RadioButton = 45,
84 Row = 28,
85 RowHeader = 26,
86 ScrollBar = 3,
87 Separator = 21,
88 Slider = 51,
89 Sound = 5,
90 SpinButton = 52,
91 StaticText = 41,
92 StatusBar = 23,
93 Table = 24,
94 Text = 42,
95 TitleBar = 1,
96 ToolBar = 22,
97 ToolTip = 13,
98 WhiteSpace = 59,
99 Window = 9