1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Windows.Forms.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Windows.Forms.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.Windows.Forms.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
19 [assembly:System.Runtime.CompilerServices.DependencyAttribute("System,", (System.Runtime.CompilerServices.LoadHint)(1))]
20 [assembly:System.Runtime.CompilerServices.DependencyAttribute("System.Drawing,", (System.Runtime.CompilerServices.LoadHint)(1))]
21 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.WinformsSupport, PublicKey=00240000048000009400000006020000002400005253413100040000110000004bb98b1af6c1df0df8c02c380e116b7a7f0c8c827aecfccddc6e29b7c754cd608b49dfcef4df9699ad182e50f66afa4e68dabc7b6aeeec0aa4719a5f8e0aae8c193080a706adc3443a8356b1f254142034995532ac176398e12a30f6a74a119a89ac47672c9ae24d7e90de686557166e3b873cd707884431a0451d9d6f7fe795")]
22 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("UIAutomationWinforms, PublicKey=00240000048000009400000006020000002400005253413100040000110000004bb98b1af6c1df0df8c02c380e116b7a7f0c8c827aecfccddc6e29b7c754cd608b49dfcef4df9699ad182e50f66afa4e68dabc7b6aeeec0aa4719a5f8e0aae8c193080a706adc3443a8356b1f254142034995532ac176398e12a30f6a74a119a89ac47672c9ae24d7e90de686557166e3b873cd707884431a0451d9d6f7fe795")]
23 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
24 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
25 [assembly:System.Runtime.CompilerServices.StringFreezingAttribute]
26 [assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
27 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
28 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
29 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
30 namespace System
31 {
32     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
33     internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
34     {
MonoDocumentationNoteAttribute(string comment)35         public MonoDocumentationNoteAttribute(string comment) { }
36     }
37     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
38     internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
39     {
MonoExtensionAttribute(string comment)40         public MonoExtensionAttribute(string comment) { }
41     }
42     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
43     internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
44     {
MonoInternalNoteAttribute(string comment)45         public MonoInternalNoteAttribute(string comment) { }
46     }
47     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
48     internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
49     {
MonoLimitationAttribute(string comment)50         public MonoLimitationAttribute(string comment) { }
51     }
52     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
53     internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
54     {
MonoNotSupportedAttribute(string comment)55         public MonoNotSupportedAttribute(string comment) { }
56     }
57     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
58     internal partial class MonoTODOAttribute : System.Attribute
59     {
MonoTODOAttribute()60         public MonoTODOAttribute() { }
MonoTODOAttribute(string comment)61         public MonoTODOAttribute(string comment) { }
62         public string Comment { get { throw null; } }
63     }
64 }
65 namespace System.Resources
66 {
67     [System.SerializableAttribute]
68     public sealed partial class ResXDataNode : System.Runtime.Serialization.ISerializable
69     {
ResXDataNode(string name, object value)70         public ResXDataNode(string name, object value) { }
ResXDataNode(string name, object value, System.Func<System.Type, string> typeNameConverter)71         public ResXDataNode(string name, object value, System.Func<System.Type, string> typeNameConverter) { }
ResXDataNode(string name, System.Resources.ResXFileRef fileRef)72         public ResXDataNode(string name, System.Resources.ResXFileRef fileRef) { }
ResXDataNode(string name, System.Resources.ResXFileRef fileRef, System.Func<System.Type, string> typeNameConverter)73         public ResXDataNode(string name, System.Resources.ResXFileRef fileRef, System.Func<System.Type, string> typeNameConverter) { }
74         public string Comment { get { throw null; } set { } }
75         public System.Resources.ResXFileRef FileRef { get { throw null; } }
76         public string Name { get { throw null; } set { } }
GetNodePosition()77         public System.Drawing.Point GetNodePosition() { throw null; }
GetValue(System.ComponentModel.Design.ITypeResolutionService typeResolver)78         public object GetValue(System.ComponentModel.Design.ITypeResolutionService typeResolver) { throw null; }
GetValue(System.Reflection.AssemblyName[] names)79         public object GetValue(System.Reflection.AssemblyName[] names) { throw null; }
GetValueTypeName(System.ComponentModel.Design.ITypeResolutionService typeResolver)80         public string GetValueTypeName(System.ComponentModel.Design.ITypeResolutionService typeResolver) { throw null; }
GetValueTypeName(System.Reflection.AssemblyName[] names)81         public string GetValueTypeName(System.Reflection.AssemblyName[] names) { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)82         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
83     }
84     [System.ComponentModel.TypeConverterAttribute(typeof(System.Resources.ResXFileRef.Converter))]
85     [System.SerializableAttribute]
86     public partial class ResXFileRef
87     {
ResXFileRef(string fileName, string typeName)88         public ResXFileRef(string fileName, string typeName) { }
ResXFileRef(string fileName, string typeName, System.Text.Encoding textFileEncoding)89         public ResXFileRef(string fileName, string typeName, System.Text.Encoding textFileEncoding) { }
90         public string FileName { get { throw null; } }
91         public System.Text.Encoding TextFileEncoding { get { throw null; } }
92         public string TypeName { get { throw null; } }
ToString()93         public override string ToString() { throw null; }
94         public partial class Converter : System.ComponentModel.TypeConverter
95         {
Converter()96             public Converter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)97             public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)98             public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)99             public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)100             public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
101         }
102     }
103     public partial class ResXResourceReader : System.Collections.IEnumerable, System.IDisposable, System.Resources.IResourceReader
104     {
ResXResourceReader(System.IO.Stream stream)105         public ResXResourceReader(System.IO.Stream stream) { }
ResXResourceReader(System.IO.Stream stream, System.ComponentModel.Design.ITypeResolutionService typeResolver)106         public ResXResourceReader(System.IO.Stream stream, System.ComponentModel.Design.ITypeResolutionService typeResolver) { }
ResXResourceReader(System.IO.Stream stream, System.Reflection.AssemblyName[] assemblyNames)107         public ResXResourceReader(System.IO.Stream stream, System.Reflection.AssemblyName[] assemblyNames) { }
ResXResourceReader(System.IO.TextReader reader)108         public ResXResourceReader(System.IO.TextReader reader) { }
ResXResourceReader(System.IO.TextReader reader, System.ComponentModel.Design.ITypeResolutionService typeResolver)109         public ResXResourceReader(System.IO.TextReader reader, System.ComponentModel.Design.ITypeResolutionService typeResolver) { }
ResXResourceReader(System.IO.TextReader reader, System.Reflection.AssemblyName[] assemblyNames)110         public ResXResourceReader(System.IO.TextReader reader, System.Reflection.AssemblyName[] assemblyNames) { }
ResXResourceReader(string fileName)111         public ResXResourceReader(string fileName) { }
ResXResourceReader(string fileName, System.ComponentModel.Design.ITypeResolutionService typeResolver)112         public ResXResourceReader(string fileName, System.ComponentModel.Design.ITypeResolutionService typeResolver) { }
ResXResourceReader(string fileName, System.Reflection.AssemblyName[] assemblyNames)113         public ResXResourceReader(string fileName, System.Reflection.AssemblyName[] assemblyNames) { }
114         public string BasePath { get { throw null; } set { } }
115         public bool UseResXDataNodes { get { throw null; } set { } }
Close()116         public void Close() { }
Dispose(bool disposing)117         protected virtual void Dispose(bool disposing) { }
~ResXResourceReader()118         ~ResXResourceReader() { }
FromFileContents(string fileContents)119         public static System.Resources.ResXResourceReader FromFileContents(string fileContents) { throw null; }
FromFileContents(string fileContents, System.ComponentModel.Design.ITypeResolutionService typeResolver)120         public static System.Resources.ResXResourceReader FromFileContents(string fileContents, System.ComponentModel.Design.ITypeResolutionService typeResolver) { throw null; }
FromFileContents(string fileContents, System.Reflection.AssemblyName[] assemblyNames)121         public static System.Resources.ResXResourceReader FromFileContents(string fileContents, System.Reflection.AssemblyName[] assemblyNames) { throw null; }
GetEnumerator()122         public System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
GetMetadataEnumerator()123         public System.Collections.IDictionaryEnumerator GetMetadataEnumerator() { throw null; }
System.Collections.IEnumerable.GetEnumerator()124         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.IDisposable.Dispose()125         void System.IDisposable.Dispose() { }
126     }
127     public partial class ResXResourceSet : System.Resources.ResourceSet
128     {
ResXResourceSet(System.IO.Stream stream)129         public ResXResourceSet(System.IO.Stream stream) { }
ResXResourceSet(string fileName)130         public ResXResourceSet(string fileName) { }
GetDefaultReader()131         public override System.Type GetDefaultReader() { throw null; }
GetDefaultWriter()132         public override System.Type GetDefaultWriter() { throw null; }
133     }
134     public partial class ResXResourceWriter : System.IDisposable, System.Resources.IResourceWriter
135     {
136         public static readonly string BinSerializedObjectMimeType;
137         public static readonly string ByteArraySerializedObjectMimeType;
138         public static readonly string DefaultSerializedObjectMimeType;
139         public static readonly string ResMimeType;
140         public static readonly string ResourceSchema;
141         public static readonly string SoapSerializedObjectMimeType;
142         public static readonly string Version;
ResXResourceWriter(System.IO.Stream stream)143         public ResXResourceWriter(System.IO.Stream stream) { }
ResXResourceWriter(System.IO.Stream stream, System.Func<System.Type, string> typeNameConverter)144         public ResXResourceWriter(System.IO.Stream stream, System.Func<System.Type, string> typeNameConverter) { }
ResXResourceWriter(System.IO.TextWriter textWriter)145         public ResXResourceWriter(System.IO.TextWriter textWriter) { }
ResXResourceWriter(System.IO.TextWriter textWriter, System.Func<System.Type, string> typeNameConverter)146         public ResXResourceWriter(System.IO.TextWriter textWriter, System.Func<System.Type, string> typeNameConverter) { }
ResXResourceWriter(string fileName)147         public ResXResourceWriter(string fileName) { }
ResXResourceWriter(string fileName, System.Func<System.Type, string> typeNameConverter)148         public ResXResourceWriter(string fileName, System.Func<System.Type, string> typeNameConverter) { }
149         public string BasePath { get { throw null; } set { } }
150         [System.MonoTODOAttribute("Stub, not implemented")]
AddAlias(string aliasName, System.Reflection.AssemblyName assemblyName)151         public virtual void AddAlias(string aliasName, System.Reflection.AssemblyName assemblyName) { }
AddMetadata(string name, byte[] value)152         public void AddMetadata(string name, byte[] value) { }
AddMetadata(string name, object value)153         public void AddMetadata(string name, object value) { }
AddMetadata(string name, string value)154         public void AddMetadata(string name, string value) { }
AddResource(System.Resources.ResXDataNode node)155         public void AddResource(System.Resources.ResXDataNode node) { }
AddResource(string name, byte[] value)156         public void AddResource(string name, byte[] value) { }
AddResource(string name, object value)157         public void AddResource(string name, object value) { }
AddResource(string name, string value)158         public void AddResource(string name, string value) { }
Close()159         public void Close() { }
Dispose()160         public virtual void Dispose() { }
Dispose(bool disposing)161         protected virtual void Dispose(bool disposing) { }
~ResXResourceWriter()162         ~ResXResourceWriter() { }
Generate()163         public void Generate() { }
164     }
165 }
166 namespace System.Windows.Forms
167 {
168     public enum AccessibleEvents
169     {
170         AcceleratorChange = 32786,
171         Create = 32768,
172         DefaultActionChange = 32785,
173         DescriptionChange = 32781,
174         Destroy = 32769,
175         Focus = 32773,
176         HelpChange = 32784,
177         Hide = 32771,
178         LocationChange = 32779,
179         NameChange = 32780,
180         ParentChange = 32783,
181         Reorder = 32772,
182         Selection = 32774,
183         SelectionAdd = 32775,
184         SelectionRemove = 32776,
185         SelectionWithin = 32777,
186         Show = 32770,
187         StateChange = 32778,
188         SystemAlert = 2,
189         SystemCaptureEnd = 9,
190         SystemCaptureStart = 8,
191         SystemContextHelpEnd = 13,
192         SystemContextHelpStart = 12,
193         SystemDialogEnd = 17,
194         SystemDialogStart = 16,
195         SystemDragDropEnd = 15,
196         SystemDragDropStart = 14,
197         SystemForeground = 3,
198         SystemMenuEnd = 5,
199         SystemMenuPopupEnd = 7,
200         SystemMenuPopupStart = 6,
201         SystemMenuStart = 4,
202         SystemMinimizeEnd = 23,
203         SystemMinimizeStart = 22,
204         SystemMoveSizeEnd = 11,
205         SystemMoveSizeStart = 10,
206         SystemScrollingEnd = 19,
207         SystemScrollingStart = 18,
208         SystemSound = 1,
209         SystemSwitchEnd = 21,
210         SystemSwitchStart = 20,
211         ValueChange = 32782,
212     }
213     public enum AccessibleNavigation
214     {
215         Down = 2,
216         FirstChild = 7,
217         LastChild = 8,
218         Left = 3,
219         Next = 5,
220         Previous = 6,
221         Right = 4,
222         Up = 1,
223     }
224     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
225     public partial class AccessibleObject : System.Runtime.InteropServices.StandardOleMarshalObject, Accessibility.IAccessible, System.Reflection.IReflect
226     {
AccessibleObject()227         public AccessibleObject() { }
228         int Accessibility.IAccessible.accChildCount { get { throw null; } }
229         object Accessibility.IAccessible.accFocus { get { throw null; } }
230         object Accessibility.IAccessible.accParent { get { throw null; } }
231         object Accessibility.IAccessible.accSelection { get { throw null; } }
232         public virtual System.Drawing.Rectangle Bounds { get { throw null; } }
233         public virtual string DefaultAction { get { throw null; } }
234         public virtual string Description { get { throw null; } }
235         public virtual string Help { get { throw null; } }
236         public virtual string KeyboardShortcut { get { throw null; } }
237         public virtual string Name { get { throw null; } set { } }
238         public virtual System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
239         public virtual System.Windows.Forms.AccessibleRole Role { get { throw null; } }
240         public virtual System.Windows.Forms.AccessibleStates State { get { throw null; } }
241         System.Type System.Reflection.IReflect.UnderlyingSystemType { get { throw null; } }
242         public virtual string Value { get { throw null; } set { } }
Accessibility.IAccessible.accDoDefaultAction(object childID)243         void Accessibility.IAccessible.accDoDefaultAction(object childID) { }
Accessibility.IAccessible.accHitTest(int xLeft, int yTop)244         object Accessibility.IAccessible.accHitTest(int xLeft, int yTop) { throw null; }
Accessibility.IAccessible.accLocation(out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object childID)245         void Accessibility.IAccessible.accLocation(out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object childID) { pxLeft = default(int); pyTop = default(int); pcxWidth = default(int); pcyHeight = default(int); }
Accessibility.IAccessible.accNavigate(int navDir, object childID)246         object Accessibility.IAccessible.accNavigate(int navDir, object childID) { throw null; }
Accessibility.IAccessible.accSelect(int flagsSelect, object childID)247         void Accessibility.IAccessible.accSelect(int flagsSelect, object childID) { }
Accessibility.IAccessible.get_accChild(object childID)248         object Accessibility.IAccessible.get_accChild(object childID) { throw null; }
Accessibility.IAccessible.get_accDefaultAction(object childID)249         string Accessibility.IAccessible.get_accDefaultAction(object childID) { throw null; }
Accessibility.IAccessible.get_accDescription(object childID)250         string Accessibility.IAccessible.get_accDescription(object childID) { throw null; }
Accessibility.IAccessible.get_accHelp(object childID)251         string Accessibility.IAccessible.get_accHelp(object childID) { throw null; }
Accessibility.IAccessible.get_accHelpTopic(out string pszHelpFile, object childID)252         int Accessibility.IAccessible.get_accHelpTopic(out string pszHelpFile, object childID) { pszHelpFile = default(string); throw null; }
Accessibility.IAccessible.get_accKeyboardShortcut(object childID)253         string Accessibility.IAccessible.get_accKeyboardShortcut(object childID) { throw null; }
Accessibility.IAccessible.get_accName(object childID)254         string Accessibility.IAccessible.get_accName(object childID) { throw null; }
Accessibility.IAccessible.get_accRole(object childID)255         object Accessibility.IAccessible.get_accRole(object childID) { throw null; }
Accessibility.IAccessible.get_accState(object childID)256         object Accessibility.IAccessible.get_accState(object childID) { throw null; }
Accessibility.IAccessible.get_accValue(object childID)257         string Accessibility.IAccessible.get_accValue(object childID) { throw null; }
Accessibility.IAccessible.set_accName(object childID, string newName)258         void Accessibility.IAccessible.set_accName(object childID, string newName) { }
Accessibility.IAccessible.set_accValue(object childID, string newValue)259         void Accessibility.IAccessible.set_accValue(object childID, string newValue) { }
DoDefaultAction()260         public virtual void DoDefaultAction() { }
GetChild(int index)261         public virtual System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()262         public virtual int GetChildCount() { throw null; }
GetFocused()263         public virtual System.Windows.Forms.AccessibleObject GetFocused() { throw null; }
GetHelpTopic(out string fileName)264         public virtual int GetHelpTopic(out string fileName) { fileName = default(string); throw null; }
GetSelected()265         public virtual System.Windows.Forms.AccessibleObject GetSelected() { throw null; }
HitTest(int x, int y)266         public virtual System.Windows.Forms.AccessibleObject HitTest(int x, int y) { throw null; }
Navigate(System.Windows.Forms.AccessibleNavigation navdir)267         public virtual System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navdir) { throw null; }
Select(System.Windows.Forms.AccessibleSelection flags)268         public virtual void Select(System.Windows.Forms.AccessibleSelection flags) { }
System.Reflection.IReflect.GetField(string name, System.Reflection.BindingFlags bindingAttr)269         System.Reflection.FieldInfo System.Reflection.IReflect.GetField(string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags bindingAttr)270         System.Reflection.FieldInfo[] System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetMember(string name, System.Reflection.BindingFlags bindingAttr)271         System.Reflection.MemberInfo[] System.Reflection.IReflect.GetMember(string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags bindingAttr)272         System.Reflection.MemberInfo[] System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetMethod(string name, System.Reflection.BindingFlags bindingAttr)273         System.Reflection.MethodInfo System.Reflection.IReflect.GetMethod(string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetMethod(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)274         System.Reflection.MethodInfo System.Reflection.IReflect.GetMethod(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) { throw null; }
System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags bindingAttr)275         System.Reflection.MethodInfo[] System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags bindingAttr)276         System.Reflection.PropertyInfo[] System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr)277         System.Reflection.PropertyInfo System.Reflection.IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)278         System.Reflection.PropertyInfo System.Reflection.IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) { throw null; }
System.Reflection.IReflect.InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, string[] namedParameters)279         object System.Reflection.IReflect.InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, string[] namedParameters) { throw null; }
UseStdAccessibleObjects(System.IntPtr handle)280         protected void UseStdAccessibleObjects(System.IntPtr handle) { }
UseStdAccessibleObjects(System.IntPtr handle, int objid)281         protected void UseStdAccessibleObjects(System.IntPtr handle, int objid) { }
282     }
283     public enum AccessibleRole
284     {
285         Alert = 8,
286         Animation = 54,
287         Application = 14,
288         Border = 19,
289         ButtonDropDown = 56,
290         ButtonDropDownGrid = 58,
291         ButtonMenu = 57,
292         Caret = 7,
293         Cell = 29,
294         Character = 32,
295         Chart = 17,
296         CheckButton = 44,
297         Client = 10,
298         Clock = 61,
299         Column = 27,
300         ColumnHeader = 25,
301         ComboBox = 46,
302         Cursor = 6,
303         Default = -1,
304         Diagram = 53,
305         Dial = 49,
306         Dialog = 18,
307         Document = 15,
308         DropList = 47,
309         Equation = 55,
310         Graphic = 40,
311         Grip = 4,
312         Grouping = 20,
313         HelpBalloon = 31,
314         HotkeyField = 50,
315         Indicator = 39,
316         IpAddress = 63,
317         Link = 30,
318         List = 33,
319         ListItem = 34,
320         MenuBar = 2,
321         MenuItem = 12,
322         MenuPopup = 11,
323         None = 0,
324         Outline = 35,
325         OutlineButton = 64,
326         OutlineItem = 36,
327         PageTab = 37,
328         PageTabList = 60,
329         Pane = 16,
330         ProgressBar = 48,
331         PropertyPage = 38,
332         PushButton = 43,
333         RadioButton = 45,
334         Row = 28,
335         RowHeader = 26,
336         ScrollBar = 3,
337         Separator = 21,
338         Slider = 51,
339         Sound = 5,
340         SpinButton = 52,
341         SplitButton = 62,
342         StaticText = 41,
343         StatusBar = 23,
344         Table = 24,
345         Text = 42,
346         TitleBar = 1,
347         ToolBar = 22,
348         ToolTip = 13,
349         WhiteSpace = 59,
350         Window = 9,
351     }
352     [System.FlagsAttribute]
353     public enum AccessibleSelection
354     {
355         AddSelection = 8,
356         ExtendSelection = 4,
357         None = 0,
358         RemoveSelection = 16,
359         TakeFocus = 1,
360         TakeSelection = 2,
361     }
362     [System.FlagsAttribute]
363     public enum AccessibleStates
364     {
365         AlertHigh = 268435456,
366         AlertLow = 67108864,
367         AlertMedium = 134217728,
368         Animated = 16384,
369         Busy = 2048,
370         Checked = 16,
371         Collapsed = 1024,
372         Default = 256,
373         Expanded = 512,
374         ExtSelectable = 33554432,
375         Floating = 4096,
376         Focusable = 1048576,
377         Focused = 4,
378         HasPopup = 1073741824,
379         HotTracked = 128,
380         Indeterminate = 32,
381         Invisible = 32768,
382         Linked = 4194304,
383         Marqueed = 8192,
384         Mixed = 32,
385         Moveable = 262144,
386         MultiSelectable = 16777216,
387         None = 0,
388         Offscreen = 65536,
389         Pressed = 8,
390         Protected = 536870912,
391         ReadOnly = 64,
392         Selectable = 2097152,
393         Selected = 2,
394         SelfVoicing = 524288,
395         Sizeable = 131072,
396         Traversed = 8388608,
397         Unavailable = 1,
398         [System.ObsoleteAttribute]
399         Valid = 1073741823,
400     }
401     public sealed partial class AmbientProperties
402     {
AmbientProperties()403         public AmbientProperties() { }
404         public System.Drawing.Color BackColor { get { throw null; } set { } }
405         public System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
406         public System.Drawing.Font Font { get { throw null; } set { } }
407         public System.Drawing.Color ForeColor { get { throw null; } set { } }
408     }
409     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.AnchorEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
410     [System.FlagsAttribute]
411     public enum AnchorStyles
412     {
413         Bottom = 2,
414         Left = 4,
415         None = 0,
416         Right = 8,
417         Top = 1,
418     }
419     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
420     public enum Appearance
421     {
422         Button = 1,
423         Normal = 0,
424     }
425     public sealed partial class Application
426     {
Application()427         internal Application() { }
428         public static bool AllowQuit { get { throw null; } }
429         public static string CommonAppDataPath { get { throw null; } }
430         public static Microsoft.Win32.RegistryKey CommonAppDataRegistry { get { throw null; } }
431         public static string CompanyName { get { throw null; } }
432         public static System.Globalization.CultureInfo CurrentCulture { get { throw null; } set { } }
433         public static System.Windows.Forms.InputLanguage CurrentInputLanguage { get { throw null; } set { } }
434         public static string ExecutablePath { get { throw null; } }
435         public static string LocalUserAppDataPath { get { throw null; } }
436         public static bool MessageLoop { get { throw null; } }
437         public static System.Windows.Forms.FormCollection OpenForms { get { throw null; } }
438         public static string ProductName { get { throw null; } }
439         public static string ProductVersion { get { throw null; } }
440         public static bool RenderWithVisualStyles { get { throw null; } }
441         public static string SafeTopLevelCaptionFormat { get { throw null; } set { } }
442         public static string StartupPath { get { throw null; } }
443         public static string UserAppDataPath { get { throw null; } }
444         public static Microsoft.Win32.RegistryKey UserAppDataRegistry { get { throw null; } }
445         public static bool UseWaitCursor { get { throw null; } set { } }
446         public static System.Windows.Forms.VisualStyles.VisualStyleState VisualStyleState { get { throw null; } set { } }
447         public static event System.EventHandler ApplicationExit { add { } remove { } }
448         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
449         [System.MonoTODOAttribute]
450         public static event System.EventHandler EnterThreadModal { add { } remove { } }
451         public static event System.EventHandler Idle { add { } remove { } }
452         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
453         [System.MonoTODOAttribute]
454         public static event System.EventHandler LeaveThreadModal { add { } remove { } }
455         public static event System.Threading.ThreadExceptionEventHandler ThreadException { add { } remove { } }
456         public static event System.EventHandler ThreadExit { add { } remove { } }
AddMessageFilter(System.Windows.Forms.IMessageFilter value)457         public static void AddMessageFilter(System.Windows.Forms.IMessageFilter value) { }
DoEvents()458         public static void DoEvents() { }
EnableVisualStyles()459         public static void EnableVisualStyles() { }
Exit()460         public static void Exit() { }
461         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
Exit(System.ComponentModel.CancelEventArgs e)462         public static void Exit(System.ComponentModel.CancelEventArgs e) { }
ExitThread()463         public static void ExitThread() { }
464         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
FilterMessage(ref System.Windows.Forms.Message message)465         public static bool FilterMessage(ref System.Windows.Forms.Message message) { throw null; }
OleRequired()466         public static System.Threading.ApartmentState OleRequired() { throw null; }
OnThreadException(System.Exception t)467         public static void OnThreadException(System.Exception t) { }
468         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseIdle(System.EventArgs e)469         public static void RaiseIdle(System.EventArgs e) { }
470         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
471         [System.MonoNotSupportedAttribute("Only applies when Winforms is being hosted by an unmanaged app.")]
RegisterMessageLoop(System.Windows.Forms.Application.MessageLoopCallback callback)472         public static void RegisterMessageLoop(System.Windows.Forms.Application.MessageLoopCallback callback) { }
RemoveMessageFilter(System.Windows.Forms.IMessageFilter value)473         public static void RemoveMessageFilter(System.Windows.Forms.IMessageFilter value) { }
Restart()474         public static void Restart() { }
Run()475         public static void Run() { }
Run(System.Windows.Forms.ApplicationContext context)476         public static void Run(System.Windows.Forms.ApplicationContext context) { }
Run(System.Windows.Forms.Form mainForm)477         public static void Run(System.Windows.Forms.Form mainForm) { }
SetCompatibleTextRenderingDefault(bool defaultValue)478         public static void SetCompatibleTextRenderingDefault(bool defaultValue) { }
479         [System.MonoNotSupportedAttribute("Empty stub.")]
SetSuspendState(System.Windows.Forms.PowerState state, bool force, bool disableWakeEvent)480         public static bool SetSuspendState(System.Windows.Forms.PowerState state, bool force, bool disableWakeEvent) { throw null; }
481         [System.MonoNotSupportedAttribute("Empty stub.")]
SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode)482         public static void SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode) { }
483         [System.MonoNotSupportedAttribute("Empty stub.")]
SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode, bool threadScope)484         public static void SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode, bool threadScope) { }
485         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
486         [System.MonoNotSupportedAttribute("Only applies when Winforms is being hosted by an unmanaged app.")]
UnregisterMessageLoop()487         public static void UnregisterMessageLoop() { }
488         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
MessageLoopCallback()489         public delegate bool MessageLoopCallback();
490     }
491     public partial class ApplicationContext : System.IDisposable
492     {
ApplicationContext()493         public ApplicationContext() { }
ApplicationContext(System.Windows.Forms.Form mainForm)494         public ApplicationContext(System.Windows.Forms.Form mainForm) { }
495         public System.Windows.Forms.Form MainForm { get { throw null; } set { } }
496         [System.ComponentModel.BindableAttribute(true)]
497         [System.ComponentModel.DefaultValueAttribute(null)]
498         [System.ComponentModel.LocalizableAttribute(false)]
499         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
500         public object Tag { get { throw null; } set { } }
501         public event System.EventHandler ThreadExit { add { } remove { } }
Dispose()502         public void Dispose() { }
Dispose(bool disposing)503         protected virtual void Dispose(bool disposing) { }
ExitThread()504         public void ExitThread() { }
ExitThreadCore()505         protected virtual void ExitThreadCore() { }
~ApplicationContext()506         ~ApplicationContext() { }
OnMainFormClosed(object sender, System.EventArgs e)507         protected virtual void OnMainFormClosed(object sender, System.EventArgs e) { }
508     }
509     [System.FlagsAttribute]
510     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
511     public enum ArrangeDirection
512     {
513         Down = 4,
514         Left = 0,
515         Right = 0,
516         Up = 4,
517     }
518     [System.FlagsAttribute]
519     public enum ArrangeStartingPosition
520     {
521         BottomLeft = 0,
522         BottomRight = 1,
523         Hide = 8,
524         TopLeft = 2,
525         TopRight = 3,
526     }
527     public enum ArrowDirection
528     {
529         Down = 17,
530         Left = 0,
531         Right = 16,
532         Up = 1,
533     }
534     public enum AutoCompleteMode
535     {
536         Append = 2,
537         None = 0,
538         Suggest = 1,
539         SuggestAppend = 3,
540     }
541     public enum AutoCompleteSource
542     {
543         AllSystemSources = 7,
544         AllUrl = 6,
545         CustomSource = 64,
546         FileSystem = 1,
547         FileSystemDirectories = 32,
548         HistoryList = 2,
549         ListItems = 256,
550         None = 128,
551         RecentlyUsedList = 4,
552     }
553     public partial class AutoCompleteStringCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
554     {
AutoCompleteStringCollection()555         public AutoCompleteStringCollection() { }
556         public int Count { get { throw null; } }
557         public bool IsReadOnly { get { throw null; } }
558         public bool IsSynchronized { get { throw null; } }
559         public string this[int index] { get { throw null; } set { } }
560         public object SyncRoot { get { throw null; } }
561         bool System.Collections.IList.IsFixedSize { get { throw null; } }
562         bool System.Collections.IList.IsReadOnly { get { throw null; } }
563         object System.Collections.IList.this[int index] { get { throw null; } set { } }
564         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
Add(string value)565         public int Add(string value) { throw null; }
AddRange(string[] value)566         public void AddRange(string[] value) { }
Clear()567         public void Clear() { }
Contains(string value)568         public bool Contains(string value) { throw null; }
CopyTo(string[] array, int index)569         public void CopyTo(string[] array, int index) { }
GetEnumerator()570         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(string value)571         public int IndexOf(string value) { throw null; }
Insert(int index, string value)572         public void Insert(int index, string value) { }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e)573         protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
Remove(string value)574         public void Remove(string value) { }
RemoveAt(int index)575         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)576         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IList.Add(object value)577         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)578         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)579         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)580         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)581         void System.Collections.IList.Remove(object value) { }
582     }
583     public enum AutoScaleMode
584     {
585         Dpi = 2,
586         Font = 1,
587         Inherit = 3,
588         None = 0,
589     }
590     public enum AutoSizeMode
591     {
592         GrowAndShrink = 0,
593         GrowOnly = 1,
594     }
595     public enum AutoValidate
596     {
597         Disable = 0,
598         EnableAllowFocusChange = 2,
599         EnablePreventFocusChange = 1,
600         Inherit = -1,
601     }
602     [System.ComponentModel.DefaultEventAttribute("Enter")]
603     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.AxHostDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
604     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
605     [System.ComponentModel.ToolboxItemAttribute(false)]
606     [System.MonoTODOAttribute("Possibly implement this for Win32; find a way for Linux and Mac")]
607     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
608     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
609     public abstract partial class AxHost : System.Windows.Forms.Control, System.ComponentModel.ICustomTypeDescriptor, System.ComponentModel.ISupportInitialize
610     {
AxHost(string clsid)611         protected AxHost(string clsid) { }
AxHost(string clsid, int flags)612         protected AxHost(string clsid, int flags) { }
613         [System.ComponentModel.BrowsableAttribute(false)]
614         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
615         public override System.Drawing.Color BackColor { get { throw null; } set { } }
616         [System.ComponentModel.BrowsableAttribute(false)]
617         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
618         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
619         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
620         [System.ComponentModel.BrowsableAttribute(false)]
621         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
622         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
623         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
624         [System.ComponentModel.BrowsableAttribute(false)]
625         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
626         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
627         public System.Windows.Forms.ContainerControl ContainingControl { get { throw null; } set { } }
628         [System.ComponentModel.BrowsableAttribute(false)]
629         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
630         public override System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
631         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
632         [System.ComponentModel.BrowsableAttribute(false)]
633         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
634         public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
635         protected override System.Drawing.Size DefaultSize { get { throw null; } }
636         [System.ComponentModel.BrowsableAttribute(false)]
637         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
638         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
639         public bool EditMode { get { throw null; } }
640         [System.ComponentModel.BrowsableAttribute(false)]
641         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
642         public virtual new bool Enabled { get { throw null; } set { } }
643         [System.ComponentModel.BrowsableAttribute(false)]
644         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
645         public override System.Drawing.Font Font { get { throw null; } set { } }
646         [System.ComponentModel.BrowsableAttribute(false)]
647         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
648         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
649         [System.ComponentModel.BrowsableAttribute(false)]
650         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
651         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
652         public bool HasAboutBox { get { throw null; } }
653         [System.ComponentModel.BrowsableAttribute(false)]
654         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
655         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
656         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
657         [System.ComponentModel.BrowsableAttribute(false)]
658         [System.ComponentModel.DefaultValueAttribute(null)]
659         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
660         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
661         public System.Windows.Forms.AxHost.State OcxState { get { throw null; } set { } }
662         [System.ComponentModel.BrowsableAttribute(false)]
663         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
664         [System.ComponentModel.LocalizableAttribute(true)]
665         public virtual new bool RightToLeft { get { throw null; } set { } }
666         public override System.ComponentModel.ISite Site { set { } }
667         [System.ComponentModel.BrowsableAttribute(false)]
668         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
669         public override string Text { get { throw null; } set { } }
670         [System.ComponentModel.BrowsableAttribute(false)]
671         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
672         public new event System.EventHandler BackColorChanged { add { } remove { } }
673         [System.ComponentModel.BrowsableAttribute(false)]
674         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
675         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
676         [System.ComponentModel.BrowsableAttribute(false)]
677         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
678         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
679         [System.ComponentModel.BrowsableAttribute(false)]
680         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
681         public new event System.EventHandler BindingContextChanged { add { } remove { } }
682         [System.ComponentModel.BrowsableAttribute(false)]
683         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
684         public new event System.Windows.Forms.UICuesEventHandler ChangeUICues { add { } remove { } }
685         [System.ComponentModel.BrowsableAttribute(false)]
686         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
687         public new event System.EventHandler Click { add { } remove { } }
688         [System.ComponentModel.BrowsableAttribute(false)]
689         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
690         public new event System.EventHandler ContextMenuChanged { add { } remove { } }
691         [System.ComponentModel.BrowsableAttribute(false)]
692         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
693         public new event System.EventHandler CursorChanged { add { } remove { } }
694         [System.ComponentModel.BrowsableAttribute(false)]
695         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
696         public new event System.EventHandler DoubleClick { add { } remove { } }
697         [System.ComponentModel.BrowsableAttribute(false)]
698         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
699         public new event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
700         [System.ComponentModel.BrowsableAttribute(false)]
701         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
702         public new event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
703         [System.ComponentModel.BrowsableAttribute(false)]
704         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
705         public new event System.EventHandler DragLeave { add { } remove { } }
706         [System.ComponentModel.BrowsableAttribute(false)]
707         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
708         public new event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
709         [System.ComponentModel.BrowsableAttribute(false)]
710         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
711         public new event System.EventHandler EnabledChanged { add { } remove { } }
712         [System.ComponentModel.BrowsableAttribute(false)]
713         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
714         public new event System.EventHandler FontChanged { add { } remove { } }
715         [System.ComponentModel.BrowsableAttribute(false)]
716         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
717         public new event System.EventHandler ForeColorChanged { add { } remove { } }
718         [System.ComponentModel.BrowsableAttribute(false)]
719         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
720         public new event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
721         [System.ComponentModel.BrowsableAttribute(false)]
722         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
723         public new event System.Windows.Forms.HelpEventHandler HelpRequested { add { } remove { } }
724         [System.ComponentModel.BrowsableAttribute(false)]
725         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
726         public new event System.EventHandler ImeModeChanged { add { } remove { } }
727         [System.ComponentModel.BrowsableAttribute(false)]
728         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
729         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
730         [System.ComponentModel.BrowsableAttribute(false)]
731         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
732         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
733         [System.ComponentModel.BrowsableAttribute(false)]
734         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
735         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
736         [System.ComponentModel.BrowsableAttribute(false)]
737         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
738         public new event System.Windows.Forms.LayoutEventHandler Layout { add { } remove { } }
739         [System.ComponentModel.BrowsableAttribute(false)]
740         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
741         public new event System.EventHandler MouseClick { add { } remove { } }
742         [System.ComponentModel.BrowsableAttribute(false)]
743         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
744         public new event System.EventHandler MouseDoubleClick { add { } remove { } }
745         [System.ComponentModel.BrowsableAttribute(false)]
746         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
747         public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
748         [System.ComponentModel.BrowsableAttribute(false)]
749         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
750         public new event System.EventHandler MouseEnter { add { } remove { } }
751         [System.ComponentModel.BrowsableAttribute(false)]
752         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
753         public new event System.EventHandler MouseHover { add { } remove { } }
754         [System.ComponentModel.BrowsableAttribute(false)]
755         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
756         public new event System.EventHandler MouseLeave { add { } remove { } }
757         [System.ComponentModel.BrowsableAttribute(false)]
758         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
759         public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
760         [System.ComponentModel.BrowsableAttribute(false)]
761         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
762         public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
763         [System.ComponentModel.BrowsableAttribute(false)]
764         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
765         public new event System.Windows.Forms.MouseEventHandler MouseWheel { add { } remove { } }
766         [System.ComponentModel.BrowsableAttribute(false)]
767         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
768         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
769         [System.ComponentModel.BrowsableAttribute(false)]
770         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
771         public new event System.Windows.Forms.QueryAccessibilityHelpEventHandler QueryAccessibilityHelp { add { } remove { } }
772         [System.ComponentModel.BrowsableAttribute(false)]
773         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
774         public new event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
775         [System.ComponentModel.BrowsableAttribute(false)]
776         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
777         public new event System.EventHandler RightToLeftChanged { add { } remove { } }
778         [System.ComponentModel.BrowsableAttribute(false)]
779         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
780         public new event System.EventHandler StyleChanged { add { } remove { } }
781         [System.ComponentModel.BrowsableAttribute(false)]
782         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
783         public new event System.EventHandler TextChanged { add { } remove { } }
AttachInterfaces()784         protected virtual void AttachInterfaces() { }
785         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
786         [System.MonoTODOAttribute]
BeginInit()787         public void BeginInit() { }
CreateHandle()788         protected override void CreateHandle() { }
CreateInstanceCore(System.Guid clsid)789         protected virtual object CreateInstanceCore(System.Guid clsid) { throw null; }
790         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateSink()791         protected virtual void CreateSink() { }
DestroyHandle()792         protected override void DestroyHandle() { }
793         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
DetachSink()794         protected virtual void DetachSink() { }
Dispose(bool disposing)795         protected override void Dispose(bool disposing) { }
DoVerb(int verb)796         public void DoVerb(int verb) { }
797         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds)798         public new void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) { }
799         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
800         [System.MonoTODOAttribute]
EndInit()801         public void EndInit() { }
802         [System.CLSCompliantAttribute(false)]
803         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetColorFromOleColor(uint color)804         protected static System.Drawing.Color GetColorFromOleColor(uint color) { throw null; }
805         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetFontFromIFont(object font)806         protected static System.Drawing.Font GetFontFromIFont(object font) { throw null; }
807         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetFontFromIFontDisp(object font)808         protected static System.Drawing.Font GetFontFromIFontDisp(object font) { throw null; }
809         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetIFontDispFromFont(System.Drawing.Font font)810         protected static object GetIFontDispFromFont(System.Drawing.Font font) { throw null; }
811         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetIFontFromFont(System.Drawing.Font font)812         protected static object GetIFontFromFont(System.Drawing.Font font) { throw null; }
813         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetIPictureDispFromPicture(System.Drawing.Image image)814         protected static object GetIPictureDispFromPicture(System.Drawing.Image image) { throw null; }
815         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetIPictureFromCursor(System.Windows.Forms.Cursor cursor)816         protected static object GetIPictureFromCursor(System.Windows.Forms.Cursor cursor) { throw null; }
817         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetIPictureFromPicture(System.Drawing.Image image)818         protected static object GetIPictureFromPicture(System.Drawing.Image image) { throw null; }
819         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetOADateFromTime(System.DateTime time)820         protected static double GetOADateFromTime(System.DateTime time) { throw null; }
821         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetOcx()822         public object GetOcx() { throw null; }
823         [System.CLSCompliantAttribute(false)]
824         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetOleColorFromColor(System.Drawing.Color color)825         protected static uint GetOleColorFromColor(System.Drawing.Color color) { throw null; }
826         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetPictureFromIPicture(object picture)827         protected static System.Drawing.Image GetPictureFromIPicture(object picture) { throw null; }
828         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetPictureFromIPictureDisp(object picture)829         protected static System.Drawing.Image GetPictureFromIPictureDisp(object picture) { throw null; }
830         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)831         protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
832         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetTimeFromOADate(double date)833         protected static System.DateTime GetTimeFromOADate(double date) { throw null; }
HasPropertyPages()834         public bool HasPropertyPages() { throw null; }
835         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InvokeEditMode()836         public void InvokeEditMode() { }
IsInputChar(char charCode)837         protected override bool IsInputChar(char charCode) { throw null; }
838         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
MakeDirty()839         public void MakeDirty() { }
OnBackColorChanged(System.EventArgs e)840         protected override void OnBackColorChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)841         protected override void OnFontChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)842         protected override void OnForeColorChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)843         protected override void OnHandleCreated(System.EventArgs e) { }
OnInPlaceActive()844         protected virtual void OnInPlaceActive() { }
845         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLostFocus(System.EventArgs e)846         protected override void OnLostFocus(System.EventArgs e) { }
PreProcessMessage(ref System.Windows.Forms.Message msg)847         public override bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; }
ProcessDialogKey(System.Windows.Forms.Keys keyData)848         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessMnemonic(char charCode)849         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
850         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PropsValid()851         protected bool PropsValid() { throw null; }
852         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseDown(short button, short shift, int x, int y)853         protected void RaiseOnMouseDown(short button, short shift, int x, int y) { }
854         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseDown(short button, short shift, float x, float y)855         protected void RaiseOnMouseDown(short button, short shift, float x, float y) { }
856         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseDown(object o1, object o2, object o3, object o4)857         protected void RaiseOnMouseDown(object o1, object o2, object o3, object o4) { }
858         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseMove(short button, short shift, int x, int y)859         protected void RaiseOnMouseMove(short button, short shift, int x, int y) { }
860         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseMove(short button, short shift, float x, float y)861         protected void RaiseOnMouseMove(short button, short shift, float x, float y) { }
862         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseMove(object o1, object o2, object o3, object o4)863         protected void RaiseOnMouseMove(object o1, object o2, object o3, object o4) { }
864         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseUp(short button, short shift, int x, int y)865         protected void RaiseOnMouseUp(short button, short shift, int x, int y) { }
866         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseUp(short button, short shift, float x, float y)867         protected void RaiseOnMouseUp(short button, short shift, float x, float y) { }
868         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseUp(object o1, object o2, object o3, object o4)869         protected void RaiseOnMouseUp(object o1, object o2, object o3, object o4) { }
SetAboutBoxDelegate(System.Windows.Forms.AxHost.AboutBoxDelegate d)870         protected void SetAboutBoxDelegate(System.Windows.Forms.AxHost.AboutBoxDelegate d) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)871         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetVisibleCore(bool value)872         protected override void SetVisibleCore(bool value) { }
ShowAboutBox()873         public void ShowAboutBox() { }
ShowPropertyPages()874         public void ShowPropertyPages() { }
ShowPropertyPages(System.Windows.Forms.Control control)875         public void ShowPropertyPages(System.Windows.Forms.Control control) { }
876         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetAttributes()877         System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { throw null; }
878         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetClassName()879         string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; }
880         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetComponentName()881         string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; }
882         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetConverter()883         System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { throw null; }
884         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent()885         System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() { throw null; }
886         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty()887         System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() { throw null; }
888         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType)889         object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw null; }
890         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetEvents()891         System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() { throw null; }
892         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes)893         System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) { throw null; }
894         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetProperties()895         System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() { throw null; }
896         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes)897         System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) { throw null; }
898         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd)899         object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
WndProc(ref System.Windows.Forms.Message m)900         protected override void WndProc(ref System.Windows.Forms.Message m) { }
AboutBoxDelegate()901         protected delegate void AboutBoxDelegate();
902         public enum ActiveXInvokeKind
903         {
904             MethodInvoke = 0,
905             PropertyGet = 1,
906             PropertySet = 2,
907         }
908         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
909         public partial class AxComponentEditor : System.Windows.Forms.Design.WindowsFormsComponentEditor
910         {
AxComponentEditor()911             public AxComponentEditor() { }
EditComponent(System.ComponentModel.ITypeDescriptorContext context, object obj, System.Windows.Forms.IWin32Window parent)912             public override bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object obj, System.Windows.Forms.IWin32Window parent) { throw null; }
913         }
914         [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false)]
915         public sealed partial class ClsidAttribute : System.Attribute
916         {
ClsidAttribute(string clsid)917             public ClsidAttribute(string clsid) { }
918             public string Value { get { throw null; } }
919         }
920         public partial class ConnectionPointCookie
921         {
ConnectionPointCookie(object source, object sink, System.Type eventInterface)922             public ConnectionPointCookie(object source, object sink, System.Type eventInterface) { }
Disconnect()923             public void Disconnect() { }
~ConnectionPointCookie()924             ~ConnectionPointCookie() { }
925         }
926         public partial class InvalidActiveXStateException : System.Exception
927         {
InvalidActiveXStateException()928             public InvalidActiveXStateException() { }
InvalidActiveXStateException(string name, System.Windows.Forms.AxHost.ActiveXInvokeKind kind)929             public InvalidActiveXStateException(string name, System.Windows.Forms.AxHost.ActiveXInvokeKind kind) { }
ToString()930             public override string ToString() { throw null; }
931         }
932         [System.ComponentModel.TypeConverterAttribute("System.ComponentModel.TypeConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
933         [System.SerializableAttribute]
934         public partial class State : System.Runtime.Serialization.ISerializable
935         {
State(System.IO.Stream ms, int storageType, bool manualUpdate, string licKey)936             public State(System.IO.Stream ms, int storageType, bool manualUpdate, string licKey) { }
State(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)937             protected State(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)938             void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
939         }
940         public partial class StateConverter : System.ComponentModel.TypeConverter
941         {
StateConverter()942             public StateConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)943             public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)944             public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)945             public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)946             public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
947         }
948         [System.AttributeUsageAttribute((System.AttributeTargets)(1), Inherited=false)]
949         public sealed partial class TypeLibraryTimeStampAttribute : System.Attribute
950         {
TypeLibraryTimeStampAttribute(string timestamp)951             public TypeLibraryTimeStampAttribute(string timestamp) { }
952             public System.DateTime Value { get { throw null; } }
953         }
954     }
955     public partial class BaseCollection : System.MarshalByRefObject, System.Collections.ICollection, System.Collections.IEnumerable
956     {
BaseCollection()957         public BaseCollection() { }
958         [System.ComponentModel.BrowsableAttribute(false)]
959         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
960         public virtual int Count { get { throw null; } }
961         [System.ComponentModel.BrowsableAttribute(false)]
962         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
963         public bool IsReadOnly { get { throw null; } }
964         [System.ComponentModel.BrowsableAttribute(false)]
965         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
966         public bool IsSynchronized { get { throw null; } }
967         protected virtual System.Collections.ArrayList List { get { throw null; } }
968         [System.ComponentModel.BrowsableAttribute(false)]
969         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
970         public object SyncRoot { get { throw null; } }
CopyTo(System.Array ar, int index)971         public void CopyTo(System.Array ar, int index) { }
GetEnumerator()972         public System.Collections.IEnumerator GetEnumerator() { throw null; }
973     }
974     [System.FlagsAttribute]
975     public enum BatteryChargeStatus
976     {
977         Charging = 8,
978         Critical = 4,
979         High = 1,
980         Low = 2,
981         NoSystemBattery = 128,
982         Unknown = 255,
983     }
984     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ListBindingConverter))]
985     public partial class Binding
986     {
Binding(string propertyName, object dataSource, string dataMember)987         public Binding(string propertyName, object dataSource, string dataMember) { }
Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled)988         public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled) { }
Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode)989         public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode) { }
Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue)990         public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue) { }
Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue, string formatString)991         public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue, string formatString) { }
Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue, string formatString, System.IFormatProvider formatInfo)992         public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue, string formatString, System.IFormatProvider formatInfo) { }
993         [System.ComponentModel.DefaultValueAttribute(null)]
994         public System.Windows.Forms.IBindableComponent BindableComponent { get { throw null; } }
995         public System.Windows.Forms.BindingManagerBase BindingManagerBase { get { throw null; } }
996         public System.Windows.Forms.BindingMemberInfo BindingMemberInfo { get { throw null; } }
997         [System.ComponentModel.DefaultValueAttribute(null)]
998         public System.Windows.Forms.Control Control { get { throw null; } }
999         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ControlUpdateMode)(0))]
1000         public System.Windows.Forms.ControlUpdateMode ControlUpdateMode { get { throw null; } set { } }
1001         public object DataSource { get { throw null; } }
1002         public object DataSourceNullValue { get { throw null; } set { } }
1003         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataSourceUpdateMode)(0))]
1004         public System.Windows.Forms.DataSourceUpdateMode DataSourceUpdateMode { get { throw null; } set { } }
1005         [System.ComponentModel.DefaultValueAttribute(null)]
1006         public System.IFormatProvider FormatInfo { get { throw null; } set { } }
1007         public string FormatString { get { throw null; } set { } }
1008         [System.ComponentModel.DefaultValueAttribute(false)]
1009         public bool FormattingEnabled { get { throw null; } set { } }
1010         public bool IsBinding { get { throw null; } }
1011         public object NullValue { get { throw null; } set { } }
1012         [System.ComponentModel.DefaultValueAttribute("")]
1013         public string PropertyName { get { throw null; } }
1014         public event System.Windows.Forms.BindingCompleteEventHandler BindingComplete { add { } remove { } }
1015         public event System.Windows.Forms.ConvertEventHandler Format { add { } remove { } }
1016         public event System.Windows.Forms.ConvertEventHandler Parse { add { } remove { } }
OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e)1017         protected virtual void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e) { }
OnFormat(System.Windows.Forms.ConvertEventArgs cevent)1018         protected virtual void OnFormat(System.Windows.Forms.ConvertEventArgs cevent) { }
OnParse(System.Windows.Forms.ConvertEventArgs cevent)1019         protected virtual void OnParse(System.Windows.Forms.ConvertEventArgs cevent) { }
ReadValue()1020         public void ReadValue() { }
WriteValue()1021         public void WriteValue() { }
1022     }
1023     public enum BindingCompleteContext
1024     {
1025         ControlUpdate = 0,
1026         DataSourceUpdate = 1,
1027     }
1028     public partial class BindingCompleteEventArgs : System.ComponentModel.CancelEventArgs
1029     {
BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context)1030         public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context) { }
BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText)1031         public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText) { }
BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, System.Exception exception)1032         public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, System.Exception exception) { }
BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, System.Exception exception, bool cancel)1033         public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, System.Exception exception, bool cancel) { }
1034         public System.Windows.Forms.Binding Binding { get { throw null; } }
1035         public System.Windows.Forms.BindingCompleteContext BindingCompleteContext { get { throw null; } }
1036         public System.Windows.Forms.BindingCompleteState BindingCompleteState { get { throw null; } }
1037         public string ErrorText { get { throw null; } }
1038         public System.Exception Exception { get { throw null; } }
1039     }
BindingCompleteEventHandler(object sender, System.Windows.Forms.BindingCompleteEventArgs e)1040     public delegate void BindingCompleteEventHandler(object sender, System.Windows.Forms.BindingCompleteEventArgs e);
1041     public enum BindingCompleteState
1042     {
1043         DataError = 1,
1044         Exception = 2,
1045         Success = 0,
1046     }
1047     [System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
1048     public partial class BindingContext : System.Collections.ICollection, System.Collections.IEnumerable
1049     {
BindingContext()1050         public BindingContext() { }
1051         public bool IsReadOnly { get { throw null; } }
1052         public System.Windows.Forms.BindingManagerBase this[object dataSource] { get { throw null; } }
1053         public System.Windows.Forms.BindingManagerBase this[object dataSource, string dataMember] { get { throw null; } }
1054         int System.Collections.ICollection.Count { get { throw null; } }
1055         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1056         object System.Collections.ICollection.SyncRoot { get { throw null; } }
1057         [System.ComponentModel.BrowsableAttribute(false)]
1058         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1059         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
Add(object dataSource, System.Windows.Forms.BindingManagerBase listManager)1060         protected internal void Add(object dataSource, System.Windows.Forms.BindingManagerBase listManager) { }
AddCore(object dataSource, System.Windows.Forms.BindingManagerBase listManager)1061         protected virtual void AddCore(object dataSource, System.Windows.Forms.BindingManagerBase listManager) { }
Clear()1062         protected internal void Clear() { }
ClearCore()1063         protected virtual void ClearCore() { }
Contains(object dataSource)1064         public bool Contains(object dataSource) { throw null; }
Contains(object dataSource, string dataMember)1065         public bool Contains(object dataSource, string dataMember) { throw null; }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent)1066         protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent) { }
Remove(object dataSource)1067         protected internal void Remove(object dataSource) { }
RemoveCore(object dataSource)1068         protected virtual void RemoveCore(object dataSource) { }
System.Collections.ICollection.CopyTo(System.Array ar, int index)1069         void System.Collections.ICollection.CopyTo(System.Array ar, int index) { }
1070         [System.MonoInternalNoteAttribute("our enumerator is slightly different.  in MS's implementation the Values are WeakReferences to the managers.")]
System.Collections.IEnumerable.GetEnumerator()1071         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
1072         [System.MonoTODOAttribute("Stub, does nothing")]
UpdateBinding(System.Windows.Forms.BindingContext newBindingContext, System.Windows.Forms.Binding binding)1073         public static void UpdateBinding(System.Windows.Forms.BindingContext newBindingContext, System.Windows.Forms.Binding binding) { }
1074     }
1075     public abstract partial class BindingManagerBase
1076     {
1077         protected System.EventHandler onCurrentChangedHandler;
1078         protected System.EventHandler onPositionChangedHandler;
BindingManagerBase()1079         public BindingManagerBase() { }
1080         public System.Windows.Forms.BindingsCollection Bindings { get { throw null; } }
1081         public abstract int Count { get; }
1082         public abstract object Current { get; }
1083         public bool IsBindingSuspended { get { throw null; } }
1084         public abstract int Position { get; set; }
1085         public event System.Windows.Forms.BindingCompleteEventHandler BindingComplete { add { } remove { } }
1086         public event System.EventHandler CurrentChanged { add { } remove { } }
1087         public event System.EventHandler CurrentItemChanged { add { } remove { } }
1088         public event System.Windows.Forms.BindingManagerDataErrorEventHandler DataError { add { } remove { } }
1089         public event System.EventHandler PositionChanged { add { } remove { } }
AddNew()1090         public abstract void AddNew();
CancelCurrentEdit()1091         public abstract void CancelCurrentEdit();
EndCurrentEdit()1092         public abstract void EndCurrentEdit();
GetItemProperties()1093         public virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties() { throw null; }
1094         [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
GetItemProperties(System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors)1095         protected internal virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors) { throw null; }
1096         [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
GetItemProperties(System.Type listType, int offset, System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors)1097         protected virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Type listType, int offset, System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors) { throw null; }
GetListName(System.Collections.ArrayList listAccessors)1098         protected internal abstract string GetListName(System.Collections.ArrayList listAccessors);
OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs args)1099         protected internal void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs args) { }
OnCurrentChanged(System.EventArgs e)1100         protected internal abstract void OnCurrentChanged(System.EventArgs e);
OnCurrentItemChanged(System.EventArgs e)1101         protected internal abstract void OnCurrentItemChanged(System.EventArgs e);
OnDataError(System.Exception e)1102         protected internal void OnDataError(System.Exception e) { }
PullData()1103         protected void PullData() { }
PushData()1104         protected void PushData() { }
RemoveAt(int index)1105         public abstract void RemoveAt(int index);
ResumeBinding()1106         public abstract void ResumeBinding();
SuspendBinding()1107         public abstract void SuspendBinding();
UpdateIsBinding()1108         protected abstract void UpdateIsBinding();
1109     }
1110     public partial class BindingManagerDataErrorEventArgs : System.EventArgs
1111     {
BindingManagerDataErrorEventArgs(System.Exception exception)1112         public BindingManagerDataErrorEventArgs(System.Exception exception) { }
1113         public System.Exception Exception { get { throw null; } }
1114     }
BindingManagerDataErrorEventHandler(object sender, System.Windows.Forms.BindingManagerDataErrorEventArgs e)1115     public delegate void BindingManagerDataErrorEventHandler(object sender, System.Windows.Forms.BindingManagerDataErrorEventArgs e);
1116     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1117     public partial struct BindingMemberInfo
1118     {
BindingMemberInfoSystem.Windows.Forms.BindingMemberInfo1119         public BindingMemberInfo(string dataMember) { throw null;}
1120         public string BindingField { get { throw null; } }
1121         public string BindingMember { get { throw null; } }
1122         public string BindingPath { get { throw null; } }
EqualsSystem.Windows.Forms.BindingMemberInfo1123         public override bool Equals(object otherObject) { throw null; }
GetHashCodeSystem.Windows.Forms.BindingMemberInfo1124         public override int GetHashCode() { throw null; }
operator ==System.Windows.Forms.BindingMemberInfo1125         public static bool operator ==(System.Windows.Forms.BindingMemberInfo a, System.Windows.Forms.BindingMemberInfo b) { throw null; }
operator !=System.Windows.Forms.BindingMemberInfo1126         public static bool operator !=(System.Windows.Forms.BindingMemberInfo a, System.Windows.Forms.BindingMemberInfo b) { throw null; }
1127     }
1128     [System.ComponentModel.DefaultEventAttribute("RefreshItems")]
1129     [System.ComponentModel.DefaultPropertyAttribute("BindingSource")]
1130     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.BindingNavigatorDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
1131     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1132     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1133     public partial class BindingNavigator : System.Windows.Forms.ToolStrip, System.ComponentModel.ISupportInitialize
1134     {
1135         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
BindingNavigator()1136         public BindingNavigator() { }
BindingNavigator(bool addStandardItems)1137         public BindingNavigator(bool addStandardItems) { }
1138         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
BindingNavigator(System.ComponentModel.IContainer container)1139         public BindingNavigator(System.ComponentModel.IContainer container) { }
BindingNavigator(System.Windows.Forms.BindingSource bindingSource)1140         public BindingNavigator(System.Windows.Forms.BindingSource bindingSource) { }
1141         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1142         public System.Windows.Forms.ToolStripItem AddNewItem { get { throw null; } set { } }
1143         [System.ComponentModel.DefaultValueAttribute(null)]
1144         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1145         public System.Windows.Forms.BindingSource BindingSource { get { throw null; } set { } }
1146         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1147         public System.Windows.Forms.ToolStripItem CountItem { get { throw null; } set { } }
1148         public string CountItemFormat { get { throw null; } set { } }
1149         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1150         public System.Windows.Forms.ToolStripItem DeleteItem { get { throw null; } set { } }
1151         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1152         public System.Windows.Forms.ToolStripItem MoveFirstItem { get { throw null; } set { } }
1153         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1154         public System.Windows.Forms.ToolStripItem MoveLastItem { get { throw null; } set { } }
1155         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1156         public System.Windows.Forms.ToolStripItem MoveNextItem { get { throw null; } set { } }
1157         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1158         public System.Windows.Forms.ToolStripItem MovePreviousItem { get { throw null; } set { } }
1159         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1160         public System.Windows.Forms.ToolStripItem PositionItem { get { throw null; } set { } }
1161         public event System.EventHandler RefreshItems { add { } remove { } }
AddStandardItems()1162         public virtual void AddStandardItems() { }
BeginInit()1163         public void BeginInit() { }
Dispose(bool disposing)1164         protected override void Dispose(bool disposing) { }
EndInit()1165         public void EndInit() { }
OnRefreshItems()1166         protected virtual void OnRefreshItems() { }
1167         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RefreshItemsCore()1168         protected virtual void RefreshItemsCore() { }
1169         [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
Validate()1170         public bool Validate() { throw null; }
1171     }
1172     [System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
1173     public partial class BindingsCollection : System.Windows.Forms.BaseCollection
1174     {
BindingsCollection()1175         internal BindingsCollection() { }
1176         public override int Count { get { throw null; } }
1177         public System.Windows.Forms.Binding this[int index] { get { throw null; } }
1178         protected override System.Collections.ArrayList List { get { throw null; } }
1179         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
1180         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanging { add { } remove { } }
Add(System.Windows.Forms.Binding binding)1181         protected internal void Add(System.Windows.Forms.Binding binding) { }
AddCore(System.Windows.Forms.Binding dataBinding)1182         protected virtual void AddCore(System.Windows.Forms.Binding dataBinding) { }
Clear()1183         protected internal void Clear() { }
ClearCore()1184         protected virtual void ClearCore() { }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent)1185         protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent) { }
OnCollectionChanging(System.ComponentModel.CollectionChangeEventArgs e)1186         protected virtual void OnCollectionChanging(System.ComponentModel.CollectionChangeEventArgs e) { }
Remove(System.Windows.Forms.Binding binding)1187         protected internal void Remove(System.Windows.Forms.Binding binding) { }
RemoveAt(int index)1188         protected internal void RemoveAt(int index) { }
RemoveCore(System.Windows.Forms.Binding dataBinding)1189         protected virtual void RemoveCore(System.Windows.Forms.Binding dataBinding) { }
ShouldSerializeMyAll()1190         protected internal bool ShouldSerializeMyAll() { throw null; }
1191     }
1192     [System.ComponentModel.ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
1193     [System.ComponentModel.DefaultEventAttribute("CurrentChanged")]
1194     [System.ComponentModel.DefaultPropertyAttribute("DataSource")]
1195     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.BindingSourceDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
1196     public partial class BindingSource : System.ComponentModel.Component, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.IBindingList, System.ComponentModel.IBindingListView, System.ComponentModel.ICancelAddNew, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.ComponentModel.ITypedList, System.Windows.Forms.ICurrencyManagerProvider
1197     {
BindingSource()1198         public BindingSource() { }
BindingSource(System.ComponentModel.IContainer container)1199         public BindingSource(System.ComponentModel.IContainer container) { }
BindingSource(object dataSource, string dataMember)1200         public BindingSource(object dataSource, string dataMember) { }
1201         [System.ComponentModel.BrowsableAttribute(false)]
1202         public virtual bool AllowEdit { get { throw null; } }
1203         public virtual bool AllowNew { get { throw null; } set { } }
1204         [System.ComponentModel.BrowsableAttribute(false)]
1205         public virtual bool AllowRemove { get { throw null; } }
1206         [System.ComponentModel.BrowsableAttribute(false)]
1207         public virtual int Count { get { throw null; } }
1208         [System.ComponentModel.BrowsableAttribute(false)]
1209         public virtual System.Windows.Forms.CurrencyManager CurrencyManager { get { throw null; } }
1210         [System.ComponentModel.BrowsableAttribute(false)]
1211         public object Current { get { throw null; } }
1212         [System.ComponentModel.DefaultValueAttribute("")]
1213         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
1214         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1215         public string DataMember { get { throw null; } set { } }
1216         [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
1217         [System.ComponentModel.DefaultValueAttribute(null)]
1218         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1219         public object DataSource { get { throw null; } set { } }
1220         [System.ComponentModel.DefaultValueAttribute(null)]
1221         public virtual string Filter { get { throw null; } set { } }
1222         [System.ComponentModel.BrowsableAttribute(false)]
1223         public bool IsBindingSuspended { get { throw null; } }
1224         [System.ComponentModel.BrowsableAttribute(false)]
1225         public virtual bool IsFixedSize { get { throw null; } }
1226         [System.ComponentModel.BrowsableAttribute(false)]
1227         public virtual bool IsReadOnly { get { throw null; } }
1228         [System.ComponentModel.BrowsableAttribute(false)]
1229         public virtual bool IsSorted { get { throw null; } }
1230         [System.ComponentModel.BrowsableAttribute(false)]
1231         public virtual bool IsSynchronized { get { throw null; } }
1232         [System.ComponentModel.BrowsableAttribute(false)]
1233         public virtual object this[int index] { get { throw null; } set { } }
1234         [System.ComponentModel.BrowsableAttribute(false)]
1235         public System.Collections.IList List { get { throw null; } }
1236         [System.ComponentModel.BrowsableAttribute(false)]
1237         [System.ComponentModel.DefaultValueAttribute(-1)]
1238         public int Position { get { throw null; } set { } }
1239         [System.ComponentModel.BrowsableAttribute(false)]
1240         [System.ComponentModel.DefaultValueAttribute(true)]
1241         public bool RaiseListChangedEvents { get { throw null; } set { } }
1242         [System.ComponentModel.DefaultValueAttribute(null)]
1243         public string Sort { get { throw null; } set { } }
1244         [System.ComponentModel.BrowsableAttribute(false)]
1245         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1246         public virtual System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get { throw null; } }
1247         [System.ComponentModel.BrowsableAttribute(false)]
1248         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1249         public virtual System.ComponentModel.ListSortDirection SortDirection { get { throw null; } }
1250         [System.ComponentModel.BrowsableAttribute(false)]
1251         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1252         public virtual System.ComponentModel.PropertyDescriptor SortProperty { get { throw null; } }
1253         [System.ComponentModel.BrowsableAttribute(false)]
1254         public virtual bool SupportsAdvancedSorting { get { throw null; } }
1255         [System.ComponentModel.BrowsableAttribute(false)]
1256         public virtual bool SupportsChangeNotification { get { throw null; } }
1257         [System.ComponentModel.BrowsableAttribute(false)]
1258         public virtual bool SupportsFiltering { get { throw null; } }
1259         [System.ComponentModel.BrowsableAttribute(false)]
1260         public virtual bool SupportsSearching { get { throw null; } }
1261         [System.ComponentModel.BrowsableAttribute(false)]
1262         public virtual bool SupportsSorting { get { throw null; } }
1263         [System.ComponentModel.BrowsableAttribute(false)]
1264         public virtual object SyncRoot { get { throw null; } }
1265         bool System.ComponentModel.ISupportInitializeNotification.IsInitialized { get { throw null; } }
1266         public event System.ComponentModel.AddingNewEventHandler AddingNew { add { } remove { } }
1267         public event System.Windows.Forms.BindingCompleteEventHandler BindingComplete { add { } remove { } }
1268         public event System.EventHandler CurrentChanged { add { } remove { } }
1269         public event System.EventHandler CurrentItemChanged { add { } remove { } }
1270         public event System.Windows.Forms.BindingManagerDataErrorEventHandler DataError { add { } remove { } }
1271         public event System.EventHandler DataMemberChanged { add { } remove { } }
1272         public event System.EventHandler DataSourceChanged { add { } remove { } }
1273         public event System.ComponentModel.ListChangedEventHandler ListChanged { add { } remove { } }
1274         public event System.EventHandler PositionChanged { add { } remove { } }
1275         event System.EventHandler System.ComponentModel.ISupportInitializeNotification.Initialized { add { } remove { } }
Add(object value)1276         public virtual int Add(object value) { throw null; }
AddNew()1277         public virtual object AddNew() { throw null; }
1278         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts)1279         public virtual void ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts) { }
1280         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection sort)1281         public virtual void ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection sort) { }
CancelEdit()1282         public void CancelEdit() { }
Clear()1283         public virtual void Clear() { }
Contains(object value)1284         public virtual bool Contains(object value) { throw null; }
CopyTo(System.Array arr, int index)1285         public virtual void CopyTo(System.Array arr, int index) { }
Dispose(bool disposing)1286         protected override void Dispose(bool disposing) { }
EndEdit()1287         public void EndEdit() { }
Find(System.ComponentModel.PropertyDescriptor prop, object key)1288         public virtual int Find(System.ComponentModel.PropertyDescriptor prop, object key) { throw null; }
Find(string propertyName, object key)1289         public int Find(string propertyName, object key) { throw null; }
GetEnumerator()1290         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors)1291         public virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors)1292         public virtual string GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
GetRelatedCurrencyManager(string dataMember)1293         public virtual System.Windows.Forms.CurrencyManager GetRelatedCurrencyManager(string dataMember) { throw null; }
IndexOf(object value)1294         public virtual int IndexOf(object value) { throw null; }
Insert(int index, object value)1295         public virtual void Insert(int index, object value) { }
MoveFirst()1296         public void MoveFirst() { }
MoveLast()1297         public void MoveLast() { }
MoveNext()1298         public void MoveNext() { }
MovePrevious()1299         public void MovePrevious() { }
OnAddingNew(System.ComponentModel.AddingNewEventArgs e)1300         protected virtual void OnAddingNew(System.ComponentModel.AddingNewEventArgs e) { }
OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e)1301         protected virtual void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e) { }
OnCurrentChanged(System.EventArgs e)1302         protected virtual void OnCurrentChanged(System.EventArgs e) { }
OnCurrentItemChanged(System.EventArgs e)1303         protected virtual void OnCurrentItemChanged(System.EventArgs e) { }
OnDataError(System.Windows.Forms.BindingManagerDataErrorEventArgs e)1304         protected virtual void OnDataError(System.Windows.Forms.BindingManagerDataErrorEventArgs e) { }
OnDataMemberChanged(System.EventArgs e)1305         protected virtual void OnDataMemberChanged(System.EventArgs e) { }
OnDataSourceChanged(System.EventArgs e)1306         protected virtual void OnDataSourceChanged(System.EventArgs e) { }
OnListChanged(System.ComponentModel.ListChangedEventArgs e)1307         protected virtual void OnListChanged(System.ComponentModel.ListChangedEventArgs e) { }
OnPositionChanged(System.EventArgs e)1308         protected virtual void OnPositionChanged(System.EventArgs e) { }
Remove(object value)1309         public virtual void Remove(object value) { }
RemoveAt(int index)1310         public virtual void RemoveAt(int index) { }
RemoveCurrent()1311         public void RemoveCurrent() { }
RemoveFilter()1312         public virtual void RemoveFilter() { }
RemoveSort()1313         public virtual void RemoveSort() { }
1314         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ResetAllowNew()1315         public virtual void ResetAllowNew() { }
ResetBindings(bool metadataChanged)1316         public void ResetBindings(bool metadataChanged) { }
ResetCurrentItem()1317         public void ResetCurrentItem() { }
ResetItem(int itemIndex)1318         public void ResetItem(int itemIndex) { }
ResumeBinding()1319         public void ResumeBinding() { }
SuspendBinding()1320         public void SuspendBinding() { }
System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor property)1321         void System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor property) { }
System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor prop)1322         void System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor prop) { }
System.ComponentModel.ICancelAddNew.CancelNew(int position)1323         void System.ComponentModel.ICancelAddNew.CancelNew(int position) { }
System.ComponentModel.ICancelAddNew.EndNew(int position)1324         void System.ComponentModel.ICancelAddNew.EndNew(int position) { }
System.ComponentModel.ISupportInitialize.BeginInit()1325         void System.ComponentModel.ISupportInitialize.BeginInit() { }
System.ComponentModel.ISupportInitialize.EndInit()1326         void System.ComponentModel.ISupportInitialize.EndInit() { }
1327     }
1328     public enum BootMode
1329     {
1330         FailSafe = 1,
1331         FailSafeWithNetwork = 2,
1332         Normal = 0,
1333     }
1334     [System.FlagsAttribute]
1335     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1336     public enum Border3DSide
1337     {
1338         All = 2063,
1339         Bottom = 8,
1340         Left = 1,
1341         Middle = 2048,
1342         Right = 4,
1343         Top = 2,
1344     }
1345     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1346     public enum Border3DStyle
1347     {
1348         Adjust = 8192,
1349         Bump = 9,
1350         Etched = 6,
1351         Flat = 16394,
1352         Raised = 5,
1353         RaisedInner = 4,
1354         RaisedOuter = 1,
1355         Sunken = 10,
1356         SunkenInner = 8,
1357         SunkenOuter = 2,
1358     }
1359     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1360     public enum BorderStyle
1361     {
1362         Fixed3D = 2,
1363         FixedSingle = 1,
1364         None = 0,
1365     }
1366     [System.FlagsAttribute]
1367     public enum BoundsSpecified
1368     {
1369         All = 15,
1370         Height = 8,
1371         Location = 3,
1372         None = 0,
1373         Size = 12,
1374         Width = 4,
1375         X = 1,
1376         Y = 2,
1377     }
1378     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ButtonBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
1379     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1380     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1381     public partial class Button : System.Windows.Forms.ButtonBase, System.Windows.Forms.IButtonControl
1382     {
Button()1383         public Button() { }
1384         [System.ComponentModel.BrowsableAttribute(true)]
1385         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoSizeMode)(1))]
1386         [System.ComponentModel.LocalizableAttribute(true)]
1387         public System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
1388         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
1389         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DialogResult)(0))]
1390         public virtual System.Windows.Forms.DialogResult DialogResult { get { throw null; } set { } }
1391         [System.ComponentModel.BrowsableAttribute(false)]
1392         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1393         public new event System.EventHandler DoubleClick { add { } remove { } }
1394         [System.ComponentModel.BrowsableAttribute(false)]
1395         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1396         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
NotifyDefault(bool value)1397         public virtual void NotifyDefault(bool value) { }
OnClick(System.EventArgs e)1398         protected override void OnClick(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)1399         protected override void OnFontChanged(System.EventArgs e) { }
OnMouseEnter(System.EventArgs e)1400         protected override void OnMouseEnter(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)1401         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)1402         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
OnTextChanged(System.EventArgs e)1403         protected override void OnTextChanged(System.EventArgs e) { }
PerformClick()1404         public void PerformClick() { }
ProcessMnemonic(char charCode)1405         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
ToString()1406         public override string ToString() { throw null; }
WndProc(ref System.Windows.Forms.Message m)1407         protected override void WndProc(ref System.Windows.Forms.Message m) { }
1408     }
1409     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ButtonBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
1410     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1411     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1412     public abstract partial class ButtonBase : System.Windows.Forms.Control
1413     {
ButtonBase()1414         protected ButtonBase() { }
1415         [System.ComponentModel.BrowsableAttribute(true)]
1416         [System.ComponentModel.DefaultValueAttribute(false)]
1417         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1418         public bool AutoEllipsis { get { throw null; } set { } }
1419         [System.ComponentModel.BrowsableAttribute(true)]
1420         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
1421         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1422         public override bool AutoSize { get { throw null; } set { } }
1423         public override System.Drawing.Color BackColor { get { throw null; } set { } }
1424         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
1425         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
1426         protected override System.Drawing.Size DefaultSize { get { throw null; } }
1427         [System.ComponentModel.BrowsableAttribute(true)]
1428         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
1429         public System.Windows.Forms.FlatButtonAppearance FlatAppearance { get { throw null; } }
1430         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
1431         [System.ComponentModel.LocalizableAttribute(true)]
1432         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
1433         [System.ComponentModel.LocalizableAttribute(true)]
1434         public System.Drawing.Image Image { get { throw null; } set { } }
1435         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(32))]
1436         [System.ComponentModel.LocalizableAttribute(true)]
1437         public System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
1438         [System.ComponentModel.DefaultValueAttribute(-1)]
1439         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
1440         [System.ComponentModel.LocalizableAttribute(true)]
1441         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1442         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
1443         public int ImageIndex { get { throw null; } set { } }
1444         [System.ComponentModel.DefaultValueAttribute("")]
1445         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
1446         [System.ComponentModel.LocalizableAttribute(true)]
1447         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1448         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
1449         public string ImageKey { get { throw null; } set { } }
1450         [System.ComponentModel.DefaultValueAttribute(null)]
1451         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1452         public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
1453         [System.ComponentModel.BrowsableAttribute(false)]
1454         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1455         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
1456         protected internal bool IsDefault { get { throw null; } set { } }
1457         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
1458         [System.ComponentModel.SettingsBindableAttribute(true)]
1459         public override string Text { get { throw null; } set { } }
1460         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(32))]
1461         [System.ComponentModel.LocalizableAttribute(true)]
1462         public virtual System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
1463         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TextImageRelation)(0))]
1464         [System.ComponentModel.LocalizableAttribute(true)]
1465         public System.Windows.Forms.TextImageRelation TextImageRelation { get { throw null; } set { } }
1466         [System.ComponentModel.DefaultValueAttribute(false)]
1467         public bool UseCompatibleTextRendering { get { throw null; } set { } }
1468         [System.ComponentModel.DefaultValueAttribute(true)]
1469         public bool UseMnemonic { get { throw null; } set { } }
1470         public bool UseVisualStyleBackColor { get { throw null; } set { } }
1471         [System.ComponentModel.BrowsableAttribute(true)]
1472         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1473         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
1474         [System.ComponentModel.BrowsableAttribute(false)]
1475         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1476         public new event System.EventHandler ImeModeChanged { add { } remove { } }
CreateAccessibilityInstance()1477         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
Dispose(bool disposing)1478         protected override void Dispose(bool disposing) { }
GetPreferredSize(System.Drawing.Size proposedSize)1479         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size proposedSize) { throw null; }
OnEnabledChanged(System.EventArgs e)1480         protected override void OnEnabledChanged(System.EventArgs e) { }
OnGotFocus(System.EventArgs e)1481         protected override void OnGotFocus(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs kevent)1482         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs kevent) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs kevent)1483         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs kevent) { }
OnLostFocus(System.EventArgs e)1484         protected override void OnLostFocus(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs mevent)1485         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs mevent) { }
OnMouseEnter(System.EventArgs eventargs)1486         protected override void OnMouseEnter(System.EventArgs eventargs) { }
OnMouseLeave(System.EventArgs eventargs)1487         protected override void OnMouseLeave(System.EventArgs eventargs) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs mevent)1488         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs mevent) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)1489         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
OnPaint(System.Windows.Forms.PaintEventArgs pevent)1490         protected override void OnPaint(System.Windows.Forms.PaintEventArgs pevent) { }
OnParentChanged(System.EventArgs e)1491         protected override void OnParentChanged(System.EventArgs e) { }
OnTextChanged(System.EventArgs e)1492         protected override void OnTextChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)1493         protected override void OnVisibleChanged(System.EventArgs e) { }
ResetFlagsandPaint()1494         protected void ResetFlagsandPaint() { }
WndProc(ref System.Windows.Forms.Message m)1495         protected override void WndProc(ref System.Windows.Forms.Message m) { }
1496         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1497         public partial class ButtonBaseAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
1498         {
ButtonBaseAccessibleObject(System.Windows.Forms.Control owner)1499             public ButtonBaseAccessibleObject(System.Windows.Forms.Control owner) : base (default(System.Windows.Forms.Control)) { }
1500             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
DoDefaultAction()1501             public override void DoDefaultAction() { }
1502         }
1503     }
1504     public enum ButtonBorderStyle
1505     {
1506         Dashed = 2,
1507         Dotted = 1,
1508         Inset = 4,
1509         None = 0,
1510         Outset = 5,
1511         Solid = 3,
1512     }
1513     public sealed partial class ButtonRenderer
1514     {
ButtonRenderer()1515         internal ButtonRenderer() { }
1516         public static bool RenderMatchingApplicationState { get { throw null; } set { } }
DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state)1517         public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state)1518         public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state)1519         public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state)1520         public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state)1521         public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state)1522         public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.PushButtonState state)1523         public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.PushButtonState state) { }
DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl)1524         public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.PushButtonState state)1525         public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.PushButtonState state) { throw null; }
1526     }
1527     [System.FlagsAttribute]
1528     public enum ButtonState
1529     {
1530         All = 18176,
1531         Checked = 1024,
1532         Flat = 16384,
1533         Inactive = 256,
1534         Normal = 0,
1535         Pushed = 512,
1536     }
1537     public partial class CacheVirtualItemsEventArgs : System.EventArgs
1538     {
CacheVirtualItemsEventArgs(int startIndex, int endIndex)1539         public CacheVirtualItemsEventArgs(int startIndex, int endIndex) { }
1540         public int EndIndex { get { throw null; } }
1541         public int StartIndex { get { throw null; } }
1542     }
CacheVirtualItemsEventHandler(object sender, System.Windows.Forms.CacheVirtualItemsEventArgs e)1543     public delegate void CacheVirtualItemsEventHandler(object sender, System.Windows.Forms.CacheVirtualItemsEventArgs e);
1544     public enum CaptionButton
1545     {
1546         Close = 0,
1547         Help = 4,
1548         Maximize = 2,
1549         Minimize = 1,
1550         Restore = 3,
1551     }
1552     public enum CharacterCasing
1553     {
1554         Lower = 2,
1555         Normal = 0,
1556         Upper = 1,
1557     }
1558     [System.ComponentModel.DefaultBindingPropertyAttribute("CheckState")]
1559     [System.ComponentModel.DefaultEventAttribute("CheckedChanged")]
1560     [System.ComponentModel.DefaultPropertyAttribute("Checked")]
1561     [System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
1562     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1563     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1564     public partial class CheckBox : System.Windows.Forms.ButtonBase
1565     {
CheckBox()1566         public CheckBox() { }
1567         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Appearance)(0))]
1568         [System.ComponentModel.LocalizableAttribute(true)]
1569         public System.Windows.Forms.Appearance Appearance { get { throw null; } set { } }
1570         [System.ComponentModel.DefaultValueAttribute(true)]
1571         public bool AutoCheck { get { throw null; } set { } }
1572         [System.ComponentModel.BindableAttribute(true)]
1573         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(16))]
1574         [System.ComponentModel.LocalizableAttribute(true)]
1575         public System.Drawing.ContentAlignment CheckAlign { get { throw null; } set { } }
1576         [System.ComponentModel.BindableAttribute(true)]
1577         [System.ComponentModel.DefaultValueAttribute(false)]
1578         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
1579         [System.ComponentModel.SettingsBindableAttribute(true)]
1580         public bool Checked { get { throw null; } set { } }
1581         [System.ComponentModel.BindableAttribute(true)]
1582         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.CheckState)(0))]
1583         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
1584         public System.Windows.Forms.CheckState CheckState { get { throw null; } set { } }
1585         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
1586         protected override System.Drawing.Size DefaultSize { get { throw null; } }
1587         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(16))]
1588         [System.ComponentModel.LocalizableAttribute(true)]
1589         public override System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
1590         [System.ComponentModel.DefaultValueAttribute(false)]
1591         public bool ThreeState { get { throw null; } set { } }
1592         public event System.EventHandler AppearanceChanged { add { } remove { } }
1593         public event System.EventHandler CheckedChanged { add { } remove { } }
1594         public event System.EventHandler CheckStateChanged { add { } remove { } }
1595         [System.ComponentModel.BrowsableAttribute(false)]
1596         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1597         public new event System.EventHandler DoubleClick { add { } remove { } }
1598         [System.ComponentModel.BrowsableAttribute(false)]
1599         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1600         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
CreateAccessibilityInstance()1601         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
OnAppearanceChanged(System.EventArgs e)1602         protected virtual void OnAppearanceChanged(System.EventArgs e) { }
OnCheckedChanged(System.EventArgs e)1603         protected virtual void OnCheckedChanged(System.EventArgs e) { }
OnCheckStateChanged(System.EventArgs e)1604         protected virtual void OnCheckStateChanged(System.EventArgs e) { }
OnClick(System.EventArgs e)1605         protected override void OnClick(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)1606         protected override void OnHandleCreated(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)1607         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)1608         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
ProcessMnemonic(char charCode)1609         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
ToString()1610         public override string ToString() { throw null; }
1611         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1612         public partial class CheckBoxAccessibleObject : System.Windows.Forms.ButtonBase.ButtonBaseAccessibleObject
1613         {
CheckBoxAccessibleObject(System.Windows.Forms.Control owner)1614             public CheckBoxAccessibleObject(System.Windows.Forms.Control owner) : base (default(System.Windows.Forms.Control)) { }
1615             public override string DefaultAction { get { throw null; } }
1616             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
1617             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
DoDefaultAction()1618             public override void DoDefaultAction() { }
1619         }
1620     }
1621     public sealed partial class CheckBoxRenderer
1622     {
CheckBoxRenderer()1623         internal CheckBoxRenderer() { }
1624         public static bool RenderMatchingApplicationState { get { throw null; } set { } }
DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state)1625         public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state)1626         public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state)1627         public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state)1628         public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Windows.Forms.VisualStyles.CheckBoxState state)1629         public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl)1630         public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
GetGlyphSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.CheckBoxState state)1631         public static System.Drawing.Size GetGlyphSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.CheckBoxState state) { throw null; }
IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.CheckBoxState state)1632         public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.CheckBoxState state) { throw null; }
1633     }
1634     [System.ComponentModel.LookupBindingPropertiesAttribute]
1635     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1636     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1637     public partial class CheckedListBox : System.Windows.Forms.ListBox
1638     {
CheckedListBox()1639         public CheckedListBox() { }
1640         [System.ComponentModel.BrowsableAttribute(false)]
1641         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1642         public System.Windows.Forms.CheckedListBox.CheckedIndexCollection CheckedIndices { get { throw null; } }
1643         [System.ComponentModel.BrowsableAttribute(false)]
1644         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1645         public System.Windows.Forms.CheckedListBox.CheckedItemCollection CheckedItems { get { throw null; } }
1646         [System.ComponentModel.DefaultValueAttribute(false)]
1647         public bool CheckOnClick { get { throw null; } set { } }
1648         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
1649         [System.ComponentModel.BrowsableAttribute(false)]
1650         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1651         public new object DataSource { get { throw null; } set { } }
1652         [System.ComponentModel.BrowsableAttribute(false)]
1653         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1654         public new string DisplayMember { get { throw null; } set { } }
1655         [System.ComponentModel.BrowsableAttribute(false)]
1656         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1657         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1658         public override System.Windows.Forms.DrawMode DrawMode { get { throw null; } set { } }
1659         [System.ComponentModel.BrowsableAttribute(false)]
1660         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1661         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1662         public override int ItemHeight { get { throw null; } set { } }
1663         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
1664         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
1665         [System.ComponentModel.LocalizableAttribute(true)]
1666         public new System.Windows.Forms.CheckedListBox.ObjectCollection Items { get { throw null; } }
1667         [System.ComponentModel.BrowsableAttribute(false)]
1668         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1669         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1670         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
1671         public override System.Windows.Forms.SelectionMode SelectionMode { get { throw null; } set { } }
1672         [System.ComponentModel.DefaultValueAttribute(false)]
1673         public bool ThreeDCheckBoxes { get { throw null; } set { } }
1674         [System.ComponentModel.DefaultValueAttribute(false)]
1675         public bool UseCompatibleTextRendering { get { throw null; } set { } }
1676         [System.ComponentModel.BrowsableAttribute(false)]
1677         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1678         public new string ValueMember { get { throw null; } set { } }
1679         [System.ComponentModel.BrowsableAttribute(true)]
1680         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1681         public new event System.EventHandler Click { add { } remove { } }
1682         [System.ComponentModel.BrowsableAttribute(false)]
1683         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1684         public new event System.EventHandler DataSourceChanged { add { } remove { } }
1685         [System.ComponentModel.BrowsableAttribute(false)]
1686         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1687         public new event System.EventHandler DisplayMemberChanged { add { } remove { } }
1688         [System.ComponentModel.BrowsableAttribute(false)]
1689         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1690         public new event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
1691         public event System.Windows.Forms.ItemCheckEventHandler ItemCheck { add { } remove { } }
1692         [System.ComponentModel.BrowsableAttribute(false)]
1693         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1694         public new event System.Windows.Forms.MeasureItemEventHandler MeasureItem { add { } remove { } }
1695         [System.ComponentModel.BrowsableAttribute(true)]
1696         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1697         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
1698         [System.ComponentModel.BrowsableAttribute(false)]
1699         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1700         public new event System.EventHandler ValueMemberChanged { add { } remove { } }
CreateAccessibilityInstance()1701         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateItemCollection()1702         protected override System.Windows.Forms.ListBox.ObjectCollection CreateItemCollection() { throw null; }
GetItemChecked(int index)1703         public bool GetItemChecked(int index) { throw null; }
GetItemCheckState(int index)1704         public System.Windows.Forms.CheckState GetItemCheckState(int index) { throw null; }
OnBackColorChanged(System.EventArgs e)1705         protected override void OnBackColorChanged(System.EventArgs e) { }
OnClick(System.EventArgs e)1706         protected override void OnClick(System.EventArgs e) { }
OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)1707         protected override void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
OnFontChanged(System.EventArgs e)1708         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)1709         protected override void OnHandleCreated(System.EventArgs e) { }
OnItemCheck(System.Windows.Forms.ItemCheckEventArgs ice)1710         protected virtual void OnItemCheck(System.Windows.Forms.ItemCheckEventArgs ice) { }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)1711         protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e)1712         protected override void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)1713         protected override void OnSelectedIndexChanged(System.EventArgs e) { }
RefreshItems()1714         protected override void RefreshItems() { }
SetItemChecked(int index, bool value)1715         public void SetItemChecked(int index, bool value) { }
SetItemCheckState(int index, System.Windows.Forms.CheckState value)1716         public void SetItemCheckState(int index, System.Windows.Forms.CheckState value) { }
WmReflectCommand(ref System.Windows.Forms.Message m)1717         protected override void WmReflectCommand(ref System.Windows.Forms.Message m) { }
WndProc(ref System.Windows.Forms.Message m)1718         protected override void WndProc(ref System.Windows.Forms.Message m) { }
1719         public partial class CheckedIndexCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
1720         {
CheckedIndexCollection()1721             internal CheckedIndexCollection() { }
1722             public int Count { get { throw null; } }
1723             public bool IsReadOnly { get { throw null; } }
1724             [System.ComponentModel.BrowsableAttribute(false)]
1725             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1726             public int this[int index] { get { throw null; } }
1727             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1728             object System.Collections.ICollection.SyncRoot { get { throw null; } }
1729             bool System.Collections.IList.IsFixedSize { get { throw null; } }
1730             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Contains(int index)1731             public bool Contains(int index) { throw null; }
CopyTo(System.Array dest, int index)1732             public void CopyTo(System.Array dest, int index) { }
GetEnumerator()1733             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(int index)1734             public int IndexOf(int index) { throw null; }
System.Collections.IList.Add(object value)1735             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()1736             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object index)1737             bool System.Collections.IList.Contains(object index) { throw null; }
System.Collections.IList.IndexOf(object index)1738             int System.Collections.IList.IndexOf(object index) { throw null; }
System.Collections.IList.Insert(int index, object value)1739             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)1740             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)1741             void System.Collections.IList.RemoveAt(int index) { }
1742         }
1743         public partial class CheckedItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
1744         {
CheckedItemCollection()1745             internal CheckedItemCollection() { }
1746             public int Count { get { throw null; } }
1747             public bool IsReadOnly { get { throw null; } }
1748             [System.ComponentModel.BrowsableAttribute(false)]
1749             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1750             public object this[int index] { get { throw null; } set { } }
1751             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1752             object System.Collections.ICollection.SyncRoot { get { throw null; } }
1753             bool System.Collections.IList.IsFixedSize { get { throw null; } }
Contains(object item)1754             public bool Contains(object item) { throw null; }
CopyTo(System.Array dest, int index)1755             public void CopyTo(System.Array dest, int index) { }
GetEnumerator()1756             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(object item)1757             public int IndexOf(object item) { throw null; }
System.Collections.IList.Add(object value)1758             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()1759             void System.Collections.IList.Clear() { }
System.Collections.IList.Insert(int index, object value)1760             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)1761             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)1762             void System.Collections.IList.RemoveAt(int index) { }
1763         }
1764         public partial class ObjectCollection : System.Windows.Forms.ListBox.ObjectCollection
1765         {
ObjectCollection(System.Windows.Forms.CheckedListBox owner)1766             public ObjectCollection(System.Windows.Forms.CheckedListBox owner) : base (default(System.Windows.Forms.ListBox)) { }
Add(object item, bool isChecked)1767             public int Add(object item, bool isChecked) { throw null; }
Add(object item, System.Windows.Forms.CheckState check)1768             public int Add(object item, System.Windows.Forms.CheckState check) { throw null; }
1769         }
1770     }
1771     public enum CheckState
1772     {
1773         Checked = 1,
1774         Indeterminate = 2,
1775         Unchecked = 0,
1776     }
1777     public sealed partial class Clipboard
1778     {
Clipboard()1779         internal Clipboard() { }
Clear()1780         public static void Clear() { }
ContainsAudio()1781         public static bool ContainsAudio() { throw null; }
ContainsData(string format)1782         public static bool ContainsData(string format) { throw null; }
ContainsFileDropList()1783         public static bool ContainsFileDropList() { throw null; }
ContainsImage()1784         public static bool ContainsImage() { throw null; }
ContainsText()1785         public static bool ContainsText() { throw null; }
ContainsText(System.Windows.Forms.TextDataFormat format)1786         public static bool ContainsText(System.Windows.Forms.TextDataFormat format) { throw null; }
GetAudioStream()1787         public static System.IO.Stream GetAudioStream() { throw null; }
GetData(string format)1788         public static object GetData(string format) { throw null; }
GetDataObject()1789         public static System.Windows.Forms.IDataObject GetDataObject() { throw null; }
GetFileDropList()1790         public static System.Collections.Specialized.StringCollection GetFileDropList() { throw null; }
GetImage()1791         public static System.Drawing.Image GetImage() { throw null; }
GetText()1792         public static string GetText() { throw null; }
GetText(System.Windows.Forms.TextDataFormat format)1793         public static string GetText(System.Windows.Forms.TextDataFormat format) { throw null; }
SetAudio(byte[] audioBytes)1794         public static void SetAudio(byte[] audioBytes) { }
SetAudio(System.IO.Stream audioStream)1795         public static void SetAudio(System.IO.Stream audioStream) { }
SetData(string format, object data)1796         public static void SetData(string format, object data) { }
SetDataObject(object data)1797         public static void SetDataObject(object data) { }
SetDataObject(object data, bool copy)1798         public static void SetDataObject(object data, bool copy) { }
SetDataObject(object data, bool copy, int retryTimes, int retryDelay)1799         public static void SetDataObject(object data, bool copy, int retryTimes, int retryDelay) { }
1800         [System.MonoInternalNoteAttribute("Needs additional checks for valid paths, see MSDN")]
SetFileDropList(System.Collections.Specialized.StringCollection filePaths)1801         public static void SetFileDropList(System.Collections.Specialized.StringCollection filePaths) { }
SetImage(System.Drawing.Image image)1802         public static void SetImage(System.Drawing.Image image) { }
SetText(string text)1803         public static void SetText(string text) { }
SetText(string text, System.Windows.Forms.TextDataFormat format)1804         public static void SetText(string text, System.Windows.Forms.TextDataFormat format) { }
1805     }
1806     public enum CloseReason
1807     {
1808         ApplicationExitCall = 6,
1809         FormOwnerClosing = 5,
1810         MdiFormClosing = 2,
1811         None = 0,
1812         TaskManagerClosing = 4,
1813         UserClosing = 3,
1814         WindowsShutDown = 1,
1815     }
1816     public enum ColorDepth
1817     {
1818         Depth16Bit = 16,
1819         Depth24Bit = 24,
1820         Depth32Bit = 32,
1821         Depth4Bit = 4,
1822         Depth8Bit = 8,
1823     }
1824     [System.ComponentModel.DefaultPropertyAttribute("Color")]
1825     public partial class ColorDialog : System.Windows.Forms.CommonDialog
1826     {
ColorDialog()1827         public ColorDialog() { }
1828         [System.ComponentModel.DefaultValueAttribute(true)]
1829         public virtual bool AllowFullOpen { get { throw null; } set { } }
1830         [System.ComponentModel.DefaultValueAttribute(false)]
1831         public virtual bool AnyColor { get { throw null; } set { } }
1832         public System.Drawing.Color Color { get { throw null; } set { } }
1833         [System.ComponentModel.BrowsableAttribute(false)]
1834         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1835         public int[] CustomColors { get { throw null; } set { } }
1836         [System.ComponentModel.DefaultValueAttribute(false)]
1837         public virtual bool FullOpen { get { throw null; } set { } }
1838         protected virtual System.IntPtr Instance { get { throw null; } }
1839         protected virtual int Options { get { throw null; } }
1840         [System.ComponentModel.DefaultValueAttribute(false)]
1841         public virtual bool ShowHelp { get { throw null; } set { } }
1842         [System.ComponentModel.DefaultValueAttribute(false)]
1843         public virtual bool SolidColorOnly { get { throw null; } set { } }
Reset()1844         public override void Reset() { }
RunDialog(System.IntPtr hwndOwner)1845         protected override bool RunDialog(System.IntPtr hwndOwner) { throw null; }
ToString()1846         public override string ToString() { throw null; }
1847     }
1848     public partial class ColumnClickEventArgs : System.EventArgs
1849     {
ColumnClickEventArgs(int column)1850         public ColumnClickEventArgs(int column) { }
1851         public int Column { get { throw null; } }
1852     }
ColumnClickEventHandler(object sender, System.Windows.Forms.ColumnClickEventArgs e)1853     public delegate void ColumnClickEventHandler(object sender, System.Windows.Forms.ColumnClickEventArgs e);
1854     [System.ComponentModel.DefaultPropertyAttribute("Text")]
1855     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
1856     [System.ComponentModel.ToolboxItemAttribute(false)]
1857     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ColumnHeaderConverter))]
1858     public partial class ColumnHeader : System.ComponentModel.Component, System.ICloneable
1859     {
ColumnHeader()1860         public ColumnHeader() { }
ColumnHeader(int imageIndex)1861         public ColumnHeader(int imageIndex) { }
ColumnHeader(string imageKey)1862         public ColumnHeader(string imageKey) { }
1863         [System.ComponentModel.LocalizableAttribute(true)]
1864         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1865         public int DisplayIndex { get { throw null; } set { } }
1866         [System.ComponentModel.DefaultValueAttribute(-1)]
1867         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1868         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
1869         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1870         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
1871         public int ImageIndex { get { throw null; } set { } }
1872         [System.ComponentModel.DefaultValueAttribute("")]
1873         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1874         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
1875         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1876         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
1877         public string ImageKey { get { throw null; } set { } }
1878         [System.ComponentModel.BrowsableAttribute(false)]
1879         public System.Windows.Forms.ImageList ImageList { get { throw null; } }
1880         [System.ComponentModel.BrowsableAttribute(false)]
1881         public int Index { get { throw null; } }
1882         [System.ComponentModel.BrowsableAttribute(false)]
1883         public System.Windows.Forms.ListView ListView { get { throw null; } }
1884         [System.ComponentModel.BrowsableAttribute(false)]
1885         public string Name { get { throw null; } set { } }
1886         [System.ComponentModel.BindableAttribute(true)]
1887         [System.ComponentModel.DefaultValueAttribute(null)]
1888         [System.ComponentModel.LocalizableAttribute(false)]
1889         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
1890         public object Tag { get { throw null; } set { } }
1891         [System.ComponentModel.LocalizableAttribute(true)]
1892         public string Text { get { throw null; } set { } }
1893         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
1894         [System.ComponentModel.LocalizableAttribute(true)]
1895         public System.Windows.Forms.HorizontalAlignment TextAlign { get { throw null; } set { } }
1896         [System.ComponentModel.DefaultValueAttribute(60)]
1897         [System.ComponentModel.LocalizableAttribute(true)]
1898         public int Width { get { throw null; } set { } }
AutoResize(System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize)1899         public void AutoResize(System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize) { }
Clone()1900         public object Clone() { throw null; }
Dispose(bool disposing)1901         protected override void Dispose(bool disposing) { }
ToString()1902         public override string ToString() { throw null; }
1903     }
1904     public enum ColumnHeaderAutoResizeStyle
1905     {
1906         ColumnContent = 2,
1907         HeaderSize = 1,
1908         None = 0,
1909     }
1910     public partial class ColumnHeaderConverter : System.ComponentModel.ExpandableObjectConverter
1911     {
ColumnHeaderConverter()1912         public ColumnHeaderConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1913         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)1914         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
1915     }
1916     public enum ColumnHeaderStyle
1917     {
1918         Clickable = 2,
1919         Nonclickable = 1,
1920         None = 0,
1921     }
1922     public partial class ColumnReorderedEventArgs : System.ComponentModel.CancelEventArgs
1923     {
ColumnReorderedEventArgs(int oldDisplayIndex, int newDisplayIndex, System.Windows.Forms.ColumnHeader header)1924         public ColumnReorderedEventArgs(int oldDisplayIndex, int newDisplayIndex, System.Windows.Forms.ColumnHeader header) { }
1925         public System.Windows.Forms.ColumnHeader Header { get { throw null; } }
1926         public int NewDisplayIndex { get { throw null; } }
1927         public int OldDisplayIndex { get { throw null; } }
1928     }
ColumnReorderedEventHandler(object sender, System.Windows.Forms.ColumnReorderedEventArgs e)1929     public delegate void ColumnReorderedEventHandler(object sender, System.Windows.Forms.ColumnReorderedEventArgs e);
1930     public partial class ColumnStyle : System.Windows.Forms.TableLayoutStyle
1931     {
ColumnStyle()1932         public ColumnStyle() { }
ColumnStyle(System.Windows.Forms.SizeType sizeType)1933         public ColumnStyle(System.Windows.Forms.SizeType sizeType) { }
ColumnStyle(System.Windows.Forms.SizeType sizeType, float width)1934         public ColumnStyle(System.Windows.Forms.SizeType sizeType, float width) { }
1935         public float Width { get { throw null; } set { } }
1936     }
1937     public partial class ColumnWidthChangedEventArgs : System.EventArgs
1938     {
ColumnWidthChangedEventArgs(int columnIndex)1939         public ColumnWidthChangedEventArgs(int columnIndex) { }
1940         public int ColumnIndex { get { throw null; } }
1941     }
ColumnWidthChangedEventHandler(object sender, System.Windows.Forms.ColumnWidthChangedEventArgs e)1942     public delegate void ColumnWidthChangedEventHandler(object sender, System.Windows.Forms.ColumnWidthChangedEventArgs e);
1943     public partial class ColumnWidthChangingEventArgs : System.ComponentModel.CancelEventArgs
1944     {
ColumnWidthChangingEventArgs(int columnIndex, int newWidth)1945         public ColumnWidthChangingEventArgs(int columnIndex, int newWidth) { }
ColumnWidthChangingEventArgs(int columnIndex, int newWidth, bool cancel)1946         public ColumnWidthChangingEventArgs(int columnIndex, int newWidth, bool cancel) { }
1947         public int ColumnIndex { get { throw null; } }
1948         public int NewWidth { get { throw null; } set { } }
1949     }
ColumnWidthChangingEventHandler(object sender, System.Windows.Forms.ColumnWidthChangingEventArgs e)1950     public delegate void ColumnWidthChangingEventHandler(object sender, System.Windows.Forms.ColumnWidthChangingEventArgs e);
1951     [System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
1952     [System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
1953     [System.ComponentModel.DefaultPropertyAttribute("Items")]
1954     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ComboBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
1955     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1956     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1957     public partial class ComboBox : System.Windows.Forms.ListControl
1958     {
ComboBox()1959         public ComboBox() { }
1960         [System.ComponentModel.BrowsableAttribute(true)]
1961         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
1962         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
1963         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1964         [System.ComponentModel.LocalizableAttribute(true)]
1965         [System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
1966         public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw null; } set { } }
1967         [System.ComponentModel.BrowsableAttribute(true)]
1968         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteMode)(0))]
1969         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1970         [System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
1971         public System.Windows.Forms.AutoCompleteMode AutoCompleteMode { get { throw null; } set { } }
1972         [System.ComponentModel.BrowsableAttribute(true)]
1973         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteSource)(128))]
1974         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1975         [System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
1976         public System.Windows.Forms.AutoCompleteSource AutoCompleteSource { get { throw null; } set { } }
1977         public override System.Drawing.Color BackColor { get { throw null; } set { } }
1978         [System.ComponentModel.BrowsableAttribute(false)]
1979         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1980         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
1981         [System.ComponentModel.BrowsableAttribute(false)]
1982         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1983         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
1984         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
1985         [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
1986         [System.ComponentModel.DefaultValueAttribute(null)]
1987         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1988         public new object DataSource { get { throw null; } set { } }
1989         protected override System.Drawing.Size DefaultSize { get { throw null; } }
1990         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DrawMode)(0))]
1991         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1992         public System.Windows.Forms.DrawMode DrawMode { get { throw null; } set { } }
1993         [System.ComponentModel.BrowsableAttribute(true)]
1994         [System.ComponentModel.DefaultValueAttribute(106)]
1995         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1996         public int DropDownHeight { get { throw null; } set { } }
1997         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ComboBoxStyle)(1))]
1998         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1999         public System.Windows.Forms.ComboBoxStyle DropDownStyle { get { throw null; } set { } }
2000         public int DropDownWidth { get { throw null; } set { } }
2001         [System.ComponentModel.BrowsableAttribute(false)]
2002         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2003         public bool DroppedDown { get { throw null; } set { } }
2004         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
2005         [System.ComponentModel.LocalizableAttribute(true)]
2006         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
2007         public override bool Focused { get { throw null; } }
2008         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
2009         [System.ComponentModel.DefaultValueAttribute(true)]
2010         [System.ComponentModel.LocalizableAttribute(true)]
2011         public bool IntegralHeight { get { throw null; } set { } }
2012         [System.ComponentModel.LocalizableAttribute(true)]
2013         public int ItemHeight { get { throw null; } set { } }
2014         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
2015         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
2016         [System.ComponentModel.LocalizableAttribute(true)]
2017         [System.ComponentModel.MergablePropertyAttribute(false)]
2018         public System.Windows.Forms.ComboBox.ObjectCollection Items { get { throw null; } }
2019         [System.ComponentModel.DefaultValueAttribute(8)]
2020         [System.ComponentModel.LocalizableAttribute(true)]
2021         public int MaxDropDownItems { get { throw null; } set { } }
2022         public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
2023         [System.ComponentModel.DefaultValueAttribute(0)]
2024         [System.ComponentModel.LocalizableAttribute(true)]
2025         public int MaxLength { get { throw null; } set { } }
2026         public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
2027         [System.ComponentModel.BrowsableAttribute(false)]
2028         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2029         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2030         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
2031         [System.ComponentModel.BrowsableAttribute(false)]
2032         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2033         public int PreferredHeight { get { throw null; } }
2034         [System.ComponentModel.BrowsableAttribute(false)]
2035         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2036         public override int SelectedIndex { get { throw null; } set { } }
2037         [System.ComponentModel.BindableAttribute(true)]
2038         [System.ComponentModel.BrowsableAttribute(false)]
2039         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2040         public object SelectedItem { get { throw null; } set { } }
2041         [System.ComponentModel.BrowsableAttribute(false)]
2042         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2043         public string SelectedText { get { throw null; } set { } }
2044         [System.ComponentModel.BrowsableAttribute(false)]
2045         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2046         public int SelectionLength { get { throw null; } set { } }
2047         [System.ComponentModel.BrowsableAttribute(false)]
2048         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2049         public int SelectionStart { get { throw null; } set { } }
2050         [System.ComponentModel.DefaultValueAttribute(false)]
2051         public bool Sorted { get { throw null; } set { } }
2052         [System.ComponentModel.BindableAttribute(true)]
2053         [System.ComponentModel.LocalizableAttribute(true)]
2054         public override string Text { get { throw null; } set { } }
2055         [System.ComponentModel.BrowsableAttribute(false)]
2056         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2057         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
2058         [System.ComponentModel.BrowsableAttribute(false)]
2059         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2060         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
2061         [System.ComponentModel.BrowsableAttribute(false)]
2062         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2063         public new event System.EventHandler DoubleClick { add { } remove { } }
2064         public event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
2065         public event System.EventHandler DropDown { add { } remove { } }
2066         public event System.EventHandler DropDownClosed { add { } remove { } }
2067         public event System.EventHandler DropDownStyleChanged { add { } remove { } }
2068         public event System.Windows.Forms.MeasureItemEventHandler MeasureItem { add { } remove { } }
2069         [System.ComponentModel.BrowsableAttribute(false)]
2070         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2071         public new event System.EventHandler PaddingChanged { add { } remove { } }
2072         [System.ComponentModel.BrowsableAttribute(false)]
2073         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2074         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
2075         public event System.EventHandler SelectedIndexChanged { add { } remove { } }
2076         public event System.EventHandler SelectionChangeCommitted { add { } remove { } }
2077         public event System.EventHandler TextUpdate { add { } remove { } }
2078         [System.ObsoleteAttribute("This method has been deprecated")]
AddItemsCore(object[] value)2079         protected virtual void AddItemsCore(object[] value) { }
BeginUpdate()2080         public void BeginUpdate() { }
CreateAccessibilityInstance()2081         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateHandle()2082         protected override void CreateHandle() { }
Dispose(bool disposing)2083         protected override void Dispose(bool disposing) { }
EndUpdate()2084         public void EndUpdate() { }
FindString(string s)2085         public int FindString(string s) { throw null; }
FindString(string s, int startIndex)2086         public int FindString(string s, int startIndex) { throw null; }
FindStringExact(string s)2087         public int FindStringExact(string s) { throw null; }
FindStringExact(string s, int startIndex)2088         public int FindStringExact(string s, int startIndex) { throw null; }
GetItemHeight(int index)2089         public int GetItemHeight(int index) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)2090         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnBackColorChanged(System.EventArgs e)2091         protected override void OnBackColorChanged(System.EventArgs e) { }
OnDataSourceChanged(System.EventArgs e)2092         protected override void OnDataSourceChanged(System.EventArgs e) { }
OnDisplayMemberChanged(System.EventArgs e)2093         protected override void OnDisplayMemberChanged(System.EventArgs e) { }
OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)2094         protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
OnDropDown(System.EventArgs e)2095         protected virtual void OnDropDown(System.EventArgs e) { }
OnDropDownClosed(System.EventArgs e)2096         protected virtual void OnDropDownClosed(System.EventArgs e) { }
OnDropDownStyleChanged(System.EventArgs e)2097         protected virtual void OnDropDownStyleChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)2098         protected override void OnFontChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)2099         protected override void OnForeColorChanged(System.EventArgs e) { }
2100         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnGotFocus(System.EventArgs e)2101         protected override void OnGotFocus(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)2102         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)2103         protected override void OnHandleDestroyed(System.EventArgs e) { }
2104         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnKeyDown(System.Windows.Forms.KeyEventArgs e)2105         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)2106         protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
2107         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLostFocus(System.EventArgs e)2108         protected override void OnLostFocus(System.EventArgs e) { }
OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e)2109         protected virtual void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { }
OnMouseEnter(System.EventArgs e)2110         protected override void OnMouseEnter(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)2111         protected override void OnMouseLeave(System.EventArgs e) { }
OnParentBackColorChanged(System.EventArgs e)2112         protected override void OnParentBackColorChanged(System.EventArgs e) { }
OnResize(System.EventArgs e)2113         protected override void OnResize(System.EventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)2114         protected override void OnSelectedIndexChanged(System.EventArgs e) { }
OnSelectedItemChanged(System.EventArgs e)2115         protected virtual void OnSelectedItemChanged(System.EventArgs e) { }
OnSelectedValueChanged(System.EventArgs e)2116         protected override void OnSelectedValueChanged(System.EventArgs e) { }
OnSelectionChangeCommitted(System.EventArgs e)2117         protected virtual void OnSelectionChangeCommitted(System.EventArgs e) { }
2118         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnTextChanged(System.EventArgs e)2119         protected override void OnTextChanged(System.EventArgs e) { }
OnTextUpdate(System.EventArgs e)2120         protected virtual void OnTextUpdate(System.EventArgs e) { }
2121         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnValidating(System.ComponentModel.CancelEventArgs e)2122         protected override void OnValidating(System.ComponentModel.CancelEventArgs e) { }
ProcessKeyEventArgs(ref System.Windows.Forms.Message m)2123         protected override bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; }
RefreshItem(int index)2124         protected override void RefreshItem(int index) { }
RefreshItems()2125         protected override void RefreshItems() { }
ResetText()2126         public override void ResetText() { }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)2127         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
Select(int start, int length)2128         public void Select(int start, int length) { }
SelectAll()2129         public void SelectAll() { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)2130         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetItemCore(int index, object value)2131         protected override void SetItemCore(int index, object value) { }
SetItemsCore(System.Collections.IList value)2132         protected override void SetItemsCore(System.Collections.IList value) { }
ToString()2133         public override string ToString() { throw null; }
WndProc(ref System.Windows.Forms.Message m)2134         protected override void WndProc(ref System.Windows.Forms.Message m) { }
2135         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2136         public partial class ChildAccessibleObject : System.Windows.Forms.AccessibleObject
2137         {
ChildAccessibleObject(System.Windows.Forms.ComboBox owner, System.IntPtr handle)2138             public ChildAccessibleObject(System.Windows.Forms.ComboBox owner, System.IntPtr handle) { }
2139             public override string Name { get { throw null; } }
2140         }
2141         [System.ComponentModel.ListBindableAttribute(false)]
2142         public partial class ObjectCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
2143         {
ObjectCollection(System.Windows.Forms.ComboBox owner)2144             public ObjectCollection(System.Windows.Forms.ComboBox owner) { }
2145             public int Count { get { throw null; } }
2146             public bool IsReadOnly { get { throw null; } }
2147             [System.ComponentModel.BrowsableAttribute(false)]
2148             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2149             public virtual object this[int index] { get { throw null; } set { } }
2150             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2151             object System.Collections.ICollection.SyncRoot { get { throw null; } }
2152             bool System.Collections.IList.IsFixedSize { get { throw null; } }
Add(object item)2153             public int Add(object item) { throw null; }
AddRange(object[] items)2154             public void AddRange(object[] items) { }
Clear()2155             public void Clear() { }
Contains(object value)2156             public bool Contains(object value) { throw null; }
CopyTo(object[] destination, int arrayIndex)2157             public void CopyTo(object[] destination, int arrayIndex) { }
GetEnumerator()2158             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(object value)2159             public int IndexOf(object value) { throw null; }
Insert(int index, object item)2160             public void Insert(int index, object item) { }
Remove(object value)2161             public void Remove(object value) { }
RemoveAt(int index)2162             public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array destination, int index)2163             void System.Collections.ICollection.CopyTo(System.Array destination, int index) { }
System.Collections.IList.Add(object item)2164             int System.Collections.IList.Add(object item) { throw null; }
2165         }
2166     }
2167     public sealed partial class ComboBoxRenderer
2168     {
ComboBoxRenderer()2169         internal ComboBoxRenderer() { }
2170         public static bool IsSupported { get { throw null; } }
DrawDropDownButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ComboBoxState state)2171         public static void DrawDropDownButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.ComboBoxState state)2172         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.VisualStyles.ComboBoxState state)2173         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.ComboBoxState state)2174         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.ComboBoxState state)2175         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ComboBoxState state)2176         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
2177     }
2178     public enum ComboBoxStyle
2179     {
2180         DropDown = 1,
2181         DropDownList = 2,
2182         Simple = 0,
2183     }
2184     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
2185     public abstract partial class CommonDialog : System.ComponentModel.Component
2186     {
CommonDialog()2187         public CommonDialog() { }
2188         [System.ComponentModel.BindableAttribute(true)]
2189         [System.ComponentModel.DefaultValueAttribute(null)]
2190         [System.ComponentModel.LocalizableAttribute(false)]
2191         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
2192         public object Tag { get { throw null; } set { } }
2193         public event System.EventHandler HelpRequest { add { } remove { } }
HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam)2194         protected virtual System.IntPtr HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
OnHelpRequest(System.EventArgs e)2195         protected virtual void OnHelpRequest(System.EventArgs e) { }
OwnerWndProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam)2196         protected virtual System.IntPtr OwnerWndProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
Reset()2197         public abstract void Reset();
RunDialog(System.IntPtr hwndOwner)2198         protected abstract bool RunDialog(System.IntPtr hwndOwner);
ShowDialog()2199         public System.Windows.Forms.DialogResult ShowDialog() { throw null; }
ShowDialog(System.Windows.Forms.IWin32Window owner)2200         public System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.IWin32Window owner) { throw null; }
2201     }
2202     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
2203     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2204     public partial class ContainerControl : System.Windows.Forms.ScrollableControl, System.Windows.Forms.IContainerControl
2205     {
ContainerControl()2206         public ContainerControl() { }
2207         [System.ComponentModel.BrowsableAttribute(false)]
2208         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2209         public System.Windows.Forms.Control ActiveControl { get { throw null; } set { } }
2210         [System.ComponentModel.BrowsableAttribute(false)]
2211         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2212         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2213         [System.ComponentModel.LocalizableAttribute(true)]
2214         public System.Drawing.SizeF AutoScaleDimensions { get { throw null; } set { } }
2215         protected System.Drawing.SizeF AutoScaleFactor { get { throw null; } }
2216         [System.ComponentModel.BrowsableAttribute(false)]
2217         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2218         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2219         public System.Windows.Forms.AutoScaleMode AutoScaleMode { get { throw null; } set { } }
2220         [System.ComponentModel.AmbientValueAttribute((System.Windows.Forms.AutoValidate)(-1))]
2221         [System.ComponentModel.BrowsableAttribute(false)]
2222         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2223         public virtual System.Windows.Forms.AutoValidate AutoValidate { get { throw null; } [System.MonoTODOAttribute("Currently does nothing with the setting")]set { } }
2224         [System.ComponentModel.BrowsableAttribute(false)]
2225         public override System.Windows.Forms.BindingContext BindingContext { get { throw null; } set { } }
2226         protected override bool CanEnableIme { get { throw null; } }
2227         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
2228         [System.ComponentModel.BrowsableAttribute(false)]
2229         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2230         public System.Drawing.SizeF CurrentAutoScaleDimensions { get { throw null; } }
2231         [System.ComponentModel.BrowsableAttribute(false)]
2232         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2233         public System.Windows.Forms.Form ParentForm { get { throw null; } }
2234         [System.ComponentModel.BrowsableAttribute(false)]
2235         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2236         public event System.EventHandler AutoValidateChanged { add { } remove { } }
2237         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AdjustFormScrollbars(bool displayScrollbars)2238         protected override void AdjustFormScrollbars(bool displayScrollbars) { }
Dispose(bool disposing)2239         protected override void Dispose(bool disposing) { }
OnAutoValidateChanged(System.EventArgs e)2240         protected virtual void OnAutoValidateChanged(System.EventArgs e) { }
OnCreateControl()2241         protected override void OnCreateControl() { }
2242         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnFontChanged(System.EventArgs e)2243         protected override void OnFontChanged(System.EventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)2244         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnParentChanged(System.EventArgs e)2245         protected override void OnParentChanged(System.EventArgs e) { }
PerformAutoScale()2246         public void PerformAutoScale() { }
ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData)2247         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
2248         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ProcessDialogChar(char charCode)2249         protected override bool ProcessDialogChar(char charCode) { throw null; }
ProcessDialogKey(System.Windows.Forms.Keys keyData)2250         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessMnemonic(char charCode)2251         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
ProcessTabKey(bool forward)2252         protected virtual bool ProcessTabKey(bool forward) { throw null; }
Select(bool directed, bool forward)2253         protected override void Select(bool directed, bool forward) { }
System.Windows.Forms.IContainerControl.ActivateControl(System.Windows.Forms.Control control)2254         bool System.Windows.Forms.IContainerControl.ActivateControl(System.Windows.Forms.Control control) { throw null; }
UpdateDefaultButton()2255         protected virtual void UpdateDefaultButton() { }
Validate()2256         public bool Validate() { throw null; }
Validate(bool checkAutoValidate)2257         public bool Validate(bool checkAutoValidate) { throw null; }
2258         [System.ComponentModel.BrowsableAttribute(false)]
2259         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ValidateChildren()2260         public virtual bool ValidateChildren() { throw null; }
2261         [System.ComponentModel.BrowsableAttribute(false)]
2262         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints)2263         public virtual bool ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints) { throw null; }
2264         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
WndProc(ref System.Windows.Forms.Message m)2265         protected override void WndProc(ref System.Windows.Forms.Message m) { }
2266     }
2267     public partial class ContentsResizedEventArgs : System.EventArgs
2268     {
ContentsResizedEventArgs(System.Drawing.Rectangle newRectangle)2269         public ContentsResizedEventArgs(System.Drawing.Rectangle newRectangle) { }
2270         public System.Drawing.Rectangle NewRectangle { get { throw null; } }
2271     }
ContentsResizedEventHandler(object sender, System.Windows.Forms.ContentsResizedEventArgs e)2272     public delegate void ContentsResizedEventHandler(object sender, System.Windows.Forms.ContentsResizedEventArgs e);
2273     [System.ComponentModel.DefaultEventAttribute("Popup")]
2274     public partial class ContextMenu : System.Windows.Forms.Menu
2275     {
ContextMenu()2276         public ContextMenu() : base (default(System.Windows.Forms.MenuItem[])) { }
ContextMenu(System.Windows.Forms.MenuItem[] menuItems)2277         public ContextMenu(System.Windows.Forms.MenuItem[] menuItems) : base (default(System.Windows.Forms.MenuItem[])) { }
2278         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.RightToLeft)(0))]
2279         [System.ComponentModel.LocalizableAttribute(true)]
2280         public virtual System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
2281         [System.ComponentModel.BrowsableAttribute(false)]
2282         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2283         public System.Windows.Forms.Control SourceControl { get { throw null; } }
2284         public event System.EventHandler Collapse { add { } remove { } }
2285         public event System.EventHandler Popup { add { } remove { } }
OnCollapse(System.EventArgs e)2286         protected internal virtual void OnCollapse(System.EventArgs e) { }
OnPopup(System.EventArgs e)2287         protected internal virtual void OnPopup(System.EventArgs e) { }
ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData, System.Windows.Forms.Control control)2288         protected internal virtual bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData, System.Windows.Forms.Control control) { throw null; }
Show(System.Windows.Forms.Control control, System.Drawing.Point pos)2289         public void Show(System.Windows.Forms.Control control, System.Drawing.Point pos) { }
Show(System.Windows.Forms.Control control, System.Drawing.Point pos, System.Windows.Forms.LeftRightAlignment alignment)2290         public void Show(System.Windows.Forms.Control control, System.Drawing.Point pos, System.Windows.Forms.LeftRightAlignment alignment) { }
2291     }
2292     [System.ComponentModel.DefaultEventAttribute("Opening")]
2293     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
2294     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2295     public partial class ContextMenuStrip : System.Windows.Forms.ToolStripDropDownMenu
2296     {
ContextMenuStrip()2297         public ContextMenuStrip() { }
ContextMenuStrip(System.ComponentModel.IContainer container)2298         public ContextMenuStrip(System.ComponentModel.IContainer container) { }
2299         [System.ComponentModel.BrowsableAttribute(false)]
2300         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2301         public System.Windows.Forms.Control SourceControl { get { throw null; } }
Dispose(bool disposing)2302         protected override void Dispose(bool disposing) { }
SetVisibleCore(bool visible)2303         protected override void SetVisibleCore(bool visible) { }
2304     }
2305     [System.ComponentModel.DefaultEventAttribute("Click")]
2306     [System.ComponentModel.DefaultPropertyAttribute("Text")]
2307     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
2308     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
2309     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
2310     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
2311     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2312     public partial class Control : System.ComponentModel.Component, System.ComponentModel.IComponent, System.ComponentModel.ISynchronizeInvoke, System.IDisposable, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IDropTarget, System.Windows.Forms.IWin32Window
2313     {
Control()2314         public Control() { }
Control(string text)2315         public Control(string text) { }
Control(string text, int left, int top, int width, int height)2316         public Control(string text, int left, int top, int width, int height) { }
Control(System.Windows.Forms.Control parent, string text)2317         public Control(System.Windows.Forms.Control parent, string text) { }
Control(System.Windows.Forms.Control parent, string text, int left, int top, int width, int height)2318         public Control(System.Windows.Forms.Control parent, string text, int left, int top, int width, int height) { }
2319         [System.ComponentModel.BrowsableAttribute(false)]
2320         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2321         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2322         public System.Windows.Forms.AccessibleObject AccessibilityObject { get { throw null; } }
2323         [System.ComponentModel.BrowsableAttribute(false)]
2324         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2325         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2326         public string AccessibleDefaultActionDescription { get { throw null; } set { } }
2327         [System.ComponentModel.DefaultValueAttribute(null)]
2328         [System.ComponentModel.LocalizableAttribute(true)]
2329         public string AccessibleDescription { get { throw null; } set { } }
2330         [System.ComponentModel.DefaultValueAttribute(null)]
2331         [System.ComponentModel.LocalizableAttribute(true)]
2332         public string AccessibleName { get { throw null; } set { } }
2333         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AccessibleRole)(-1))]
2334         public System.Windows.Forms.AccessibleRole AccessibleRole { get { throw null; } set { } }
2335         [System.ComponentModel.DefaultValueAttribute(false)]
2336         public virtual bool AllowDrop { get { throw null; } set { } }
2337         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AnchorStyles)(5))]
2338         [System.ComponentModel.LocalizableAttribute(true)]
2339         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
2340         public virtual System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
2341         [System.ComponentModel.BrowsableAttribute(false)]
2342         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Point), "0, 0")]
2343         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2344         public virtual System.Drawing.Point AutoScrollOffset { get { throw null; } set { } }
2345         [System.ComponentModel.BrowsableAttribute(false)]
2346         [System.ComponentModel.DefaultValueAttribute(false)]
2347         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2348         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2349         [System.ComponentModel.LocalizableAttribute(true)]
2350         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
2351         public virtual bool AutoSize { get { throw null; } set { } }
2352         [System.Runtime.InteropServices.DispIdAttribute(-501)]
2353         public virtual System.Drawing.Color BackColor { get { throw null; } set { } }
2354         [System.ComponentModel.DefaultValueAttribute(null)]
2355         [System.ComponentModel.LocalizableAttribute(true)]
2356         public virtual System.Drawing.Image BackgroundImage { get { throw null; } set { } }
2357         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ImageLayout)(1))]
2358         [System.ComponentModel.LocalizableAttribute(true)]
2359         public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
2360         [System.ComponentModel.BrowsableAttribute(false)]
2361         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2362         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2363         public virtual System.Windows.Forms.BindingContext BindingContext { get { throw null; } set { } }
2364         [System.ComponentModel.BrowsableAttribute(false)]
2365         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2366         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2367         public int Bottom { get { throw null; } }
2368         [System.ComponentModel.BrowsableAttribute(false)]
2369         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2370         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2371         public System.Drawing.Rectangle Bounds { get { throw null; } set { } }
2372         protected virtual bool CanEnableIme { get { throw null; } }
2373         [System.ComponentModel.BrowsableAttribute(false)]
2374         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2375         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2376         public bool CanFocus { get { throw null; } }
2377         protected override bool CanRaiseEvents { get { throw null; } }
2378         [System.ComponentModel.BrowsableAttribute(false)]
2379         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2380         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2381         public bool CanSelect { get { throw null; } }
2382         [System.ComponentModel.BrowsableAttribute(false)]
2383         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2384         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2385         public bool Capture { get { throw null; } set { } }
2386         [System.ComponentModel.DefaultValueAttribute(true)]
2387         public bool CausesValidation { get { throw null; } set { } }
2388         [System.ComponentModel.BrowsableAttribute(false)]
2389         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2390         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2391         [System.MonoTODOAttribute("Stub, value is not used")]
2392         public static bool CheckForIllegalCrossThreadCalls { get { throw null; } set { } }
2393         [System.ComponentModel.BrowsableAttribute(false)]
2394         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2395         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2396         public System.Drawing.Rectangle ClientRectangle { get { throw null; } }
2397         [System.ComponentModel.BrowsableAttribute(false)]
2398         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2399         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2400         public System.Drawing.Size ClientSize { get { throw null; } set { } }
2401         [System.ComponentModel.BrowsableAttribute(false)]
2402         [System.ComponentModel.DescriptionAttribute("ControlCompanyNameDescr")]
2403         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2404         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2405         public string CompanyName { get { throw null; } }
2406         [System.ComponentModel.BrowsableAttribute(false)]
2407         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2408         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2409         public bool ContainsFocus { get { throw null; } }
2410         [System.ComponentModel.BrowsableAttribute(false)]
2411         [System.ComponentModel.DefaultValueAttribute(null)]
2412         public virtual System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
2413         [System.ComponentModel.DefaultValueAttribute(null)]
2414         public virtual System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
2415         [System.ComponentModel.BrowsableAttribute(false)]
2416         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
2417         public System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
2418         [System.ComponentModel.BrowsableAttribute(false)]
2419         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2420         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2421         public bool Created { get { throw null; } }
2422         protected virtual System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
2423         [System.ComponentModel.AmbientValueAttribute(null)]
2424         public virtual System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
2425         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
2426         [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
2427         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
2428         public System.Windows.Forms.ControlBindingsCollection DataBindings { get { throw null; } }
2429         public static System.Drawing.Color DefaultBackColor { get { throw null; } }
2430         protected virtual System.Windows.Forms.Cursor DefaultCursor { get { throw null; } }
2431         public static System.Drawing.Font DefaultFont { get { throw null; } }
2432         public static System.Drawing.Color DefaultForeColor { get { throw null; } }
2433         protected virtual System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
2434         protected virtual System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
2435         protected virtual System.Drawing.Size DefaultMaximumSize { get { throw null; } }
2436         protected virtual System.Drawing.Size DefaultMinimumSize { get { throw null; } }
2437         protected virtual System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
2438         protected virtual System.Drawing.Size DefaultSize { get { throw null; } }
2439         [System.ComponentModel.BrowsableAttribute(false)]
2440         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2441         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2442         public virtual System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
2443         [System.ComponentModel.BrowsableAttribute(false)]
2444         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2445         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2446         public bool Disposing { get { throw null; } }
2447         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(0))]
2448         [System.ComponentModel.LocalizableAttribute(true)]
2449         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
2450         public virtual System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
2451         protected virtual bool DoubleBuffered { get { throw null; } set { } }
2452         [System.ComponentModel.LocalizableAttribute(true)]
2453         [System.Runtime.InteropServices.DispIdAttribute(-514)]
2454         public bool Enabled { get { throw null; } set { } }
2455         [System.ComponentModel.BrowsableAttribute(false)]
2456         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2457         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2458         public virtual bool Focused { get { throw null; } }
2459         [System.ComponentModel.AmbientValueAttribute(null)]
2460         [System.ComponentModel.LocalizableAttribute(true)]
2461         [System.Runtime.InteropServices.DispIdAttribute(-512)]
2462         public virtual System.Drawing.Font Font { [return: System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "System.Drawing.Font")]get { throw null; } [param: System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "System.Drawing.Font")]set { } }
2463         protected int FontHeight { get { throw null; } set { } }
2464         [System.Runtime.InteropServices.DispIdAttribute(-513)]
2465         public virtual System.Drawing.Color ForeColor { get { throw null; } set { } }
2466         [System.ComponentModel.BrowsableAttribute(false)]
2467         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2468         [System.Runtime.InteropServices.DispIdAttribute(-515)]
2469         public System.IntPtr Handle { get { throw null; } }
2470         [System.ComponentModel.BrowsableAttribute(false)]
2471         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2472         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2473         public bool HasChildren { get { throw null; } }
2474         [System.ComponentModel.BrowsableAttribute(false)]
2475         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2476         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2477         public int Height { get { throw null; } set { } }
2478         [System.ComponentModel.AmbientValueAttribute((System.Windows.Forms.ImeMode)(-1))]
2479         [System.ComponentModel.LocalizableAttribute(true)]
2480         public System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
2481         protected virtual System.Windows.Forms.ImeMode ImeModeBase { get { throw null; } set { } }
2482         [System.ComponentModel.BrowsableAttribute(false)]
2483         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2484         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2485         public bool InvokeRequired { get { throw null; } }
2486         [System.ComponentModel.BrowsableAttribute(false)]
2487         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2488         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2489         public bool IsAccessible { get { throw null; } set { } }
2490         [System.ComponentModel.BrowsableAttribute(false)]
2491         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2492         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2493         public bool IsDisposed { get { throw null; } }
2494         [System.ComponentModel.BrowsableAttribute(false)]
2495         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2496         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2497         public bool IsHandleCreated { get { throw null; } }
2498         [System.ComponentModel.BrowsableAttribute(false)]
2499         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2500         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2501         [System.MonoNotSupportedAttribute("RTL is not supported")]
2502         public bool IsMirrored { get { throw null; } }
2503         [System.ComponentModel.BrowsableAttribute(false)]
2504         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2505         public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
2506         [System.ComponentModel.BrowsableAttribute(false)]
2507         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2508         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2509         public int Left { get { throw null; } set { } }
2510         [System.ComponentModel.LocalizableAttribute(true)]
2511         public System.Drawing.Point Location { get { throw null; } set { } }
2512         [System.ComponentModel.LocalizableAttribute(true)]
2513         public System.Windows.Forms.Padding Margin { get { throw null; } set { } }
2514         [System.ComponentModel.AmbientValueAttribute("{Width=0, Height=0}")]
2515         public virtual System.Drawing.Size MaximumSize { get { throw null; } set { } }
2516         public virtual System.Drawing.Size MinimumSize { get { throw null; } set { } }
2517         public static System.Windows.Forms.Keys ModifierKeys { get { throw null; } }
2518         public static System.Windows.Forms.MouseButtons MouseButtons { get { throw null; } }
2519         public static System.Drawing.Point MousePosition { get { throw null; } }
2520         [System.ComponentModel.BrowsableAttribute(false)]
2521         public string Name { get { throw null; } set { } }
2522         [System.ComponentModel.LocalizableAttribute(true)]
2523         public System.Windows.Forms.Padding Padding { get { throw null; } set { } }
2524         [System.ComponentModel.BrowsableAttribute(false)]
2525         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2526         public System.Windows.Forms.Control Parent { get { throw null; } set { } }
2527         [System.ComponentModel.BrowsableAttribute(false)]
2528         public System.Drawing.Size PreferredSize { get { throw null; } }
2529         [System.ComponentModel.BrowsableAttribute(false)]
2530         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2531         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2532         public string ProductName { get { throw null; } }
2533         [System.ComponentModel.BrowsableAttribute(false)]
2534         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2535         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2536         public string ProductVersion { get { throw null; } }
2537         protected static System.Windows.Forms.ImeMode PropagatingImeMode { get { throw null; } }
2538         [System.ComponentModel.BrowsableAttribute(false)]
2539         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2540         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2541         public bool RecreatingHandle { get { throw null; } }
2542         [System.ComponentModel.BrowsableAttribute(false)]
2543         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2544         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2545         public System.Drawing.Region Region { get { throw null; } set { } }
2546         [System.ObsoleteAttribute]
2547         protected internal bool RenderRightToLeft { get { throw null; } }
2548         protected bool ResizeRedraw { get { throw null; } set { } }
2549         [System.ComponentModel.BrowsableAttribute(false)]
2550         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2551         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2552         public int Right { get { throw null; } }
2553         [System.ComponentModel.AmbientValueAttribute((System.Windows.Forms.RightToLeft)(2))]
2554         [System.ComponentModel.LocalizableAttribute(true)]
2555         public virtual System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
2556         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2557         protected virtual bool ScaleChildren { get { throw null; } }
2558         [System.ComponentModel.BrowsableAttribute(false)]
2559         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2560         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2561         protected internal virtual bool ShowFocusCues { get { throw null; } }
2562         [System.ComponentModel.BrowsableAttribute(false)]
2563         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2564         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2565         protected internal virtual bool ShowKeyboardCues { get { throw null; } }
2566         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2567         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
2568         [System.ComponentModel.LocalizableAttribute(true)]
2569         public System.Drawing.Size Size { get { throw null; } set { } }
2570         [System.ComponentModel.LocalizableAttribute(true)]
2571         [System.ComponentModel.MergablePropertyAttribute(false)]
2572         public int TabIndex { get { throw null; } set { } }
2573         [System.ComponentModel.DefaultValueAttribute(true)]
2574         [System.Runtime.InteropServices.DispIdAttribute(-516)]
2575         public bool TabStop { get { throw null; } set { } }
2576         [System.ComponentModel.BindableAttribute(true)]
2577         [System.ComponentModel.DefaultValueAttribute(null)]
2578         [System.ComponentModel.LocalizableAttribute(false)]
2579         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
2580         public object Tag { get { throw null; } set { } }
2581         [System.ComponentModel.BindableAttribute(true)]
2582         [System.ComponentModel.LocalizableAttribute(true)]
2583         [System.Runtime.InteropServices.DispIdAttribute(-517)]
2584         public virtual string Text { get { throw null; } set { } }
2585         [System.ComponentModel.BrowsableAttribute(false)]
2586         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2587         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2588         public int Top { get { throw null; } set { } }
2589         [System.ComponentModel.BrowsableAttribute(false)]
2590         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2591         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2592         public System.Windows.Forms.Control TopLevelControl { get { throw null; } }
2593         [System.ComponentModel.BrowsableAttribute(true)]
2594         [System.ComponentModel.DefaultValueAttribute(false)]
2595         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2596         public bool UseWaitCursor { get { throw null; } set { } }
2597         [System.ComponentModel.LocalizableAttribute(true)]
2598         public bool Visible { get { throw null; } set { } }
2599         [System.ComponentModel.BrowsableAttribute(false)]
2600         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2601         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2602         public int Width { get { throw null; } set { } }
2603         [System.ComponentModel.BrowsableAttribute(false)]
2604         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2605         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2606         public System.Windows.Forms.IWindowTarget WindowTarget { get { throw null; } set { } }
2607         [System.ComponentModel.BrowsableAttribute(false)]
2608         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2609         public event System.EventHandler AutoSizeChanged { add { } remove { } }
2610         public event System.EventHandler BackColorChanged { add { } remove { } }
2611         public event System.EventHandler BackgroundImageChanged { add { } remove { } }
2612         public event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
2613         public event System.EventHandler BindingContextChanged { add { } remove { } }
2614         public event System.EventHandler CausesValidationChanged { add { } remove { } }
2615         public event System.Windows.Forms.UICuesEventHandler ChangeUICues { add { } remove { } }
2616         public event System.EventHandler Click { add { } remove { } }
2617         public event System.EventHandler ClientSizeChanged { add { } remove { } }
2618         [System.ComponentModel.BrowsableAttribute(false)]
2619         public event System.EventHandler ContextMenuChanged { add { } remove { } }
2620         public event System.EventHandler ContextMenuStripChanged { add { } remove { } }
2621         [System.ComponentModel.BrowsableAttribute(true)]
2622         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2623         public event System.Windows.Forms.ControlEventHandler ControlAdded { add { } remove { } }
2624         [System.ComponentModel.BrowsableAttribute(true)]
2625         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2626         public event System.Windows.Forms.ControlEventHandler ControlRemoved { add { } remove { } }
2627         public event System.EventHandler CursorChanged { add { } remove { } }
2628         public event System.EventHandler DockChanged { add { } remove { } }
2629         public event System.EventHandler DoubleClick { add { } remove { } }
2630         public event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
2631         public event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
2632         public event System.EventHandler DragLeave { add { } remove { } }
2633         public event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
2634         public event System.EventHandler EnabledChanged { add { } remove { } }
2635         public event System.EventHandler Enter { add { } remove { } }
2636         public event System.EventHandler FontChanged { add { } remove { } }
2637         public event System.EventHandler ForeColorChanged { add { } remove { } }
2638         public event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
2639         [System.ComponentModel.BrowsableAttribute(false)]
2640         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2641         public event System.EventHandler GotFocus { add { } remove { } }
2642         [System.ComponentModel.BrowsableAttribute(false)]
2643         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2644         public event System.EventHandler HandleCreated { add { } remove { } }
2645         [System.ComponentModel.BrowsableAttribute(false)]
2646         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2647         public event System.EventHandler HandleDestroyed { add { } remove { } }
2648         public event System.Windows.Forms.HelpEventHandler HelpRequested { add { } remove { } }
2649         public event System.EventHandler ImeModeChanged { add { } remove { } }
2650         [System.ComponentModel.BrowsableAttribute(false)]
2651         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2652         public event System.Windows.Forms.InvalidateEventHandler Invalidated { add { } remove { } }
2653         public event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
2654         public event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
2655         public event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
2656         public event System.Windows.Forms.LayoutEventHandler Layout { add { } remove { } }
2657         public event System.EventHandler Leave { add { } remove { } }
2658         public event System.EventHandler LocationChanged { add { } remove { } }
2659         [System.ComponentModel.BrowsableAttribute(false)]
2660         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2661         public event System.EventHandler LostFocus { add { } remove { } }
2662         public event System.EventHandler MarginChanged { add { } remove { } }
2663         public event System.EventHandler MouseCaptureChanged { add { } remove { } }
2664         public event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
2665         public event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
2666         public event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
2667         public event System.EventHandler MouseEnter { add { } remove { } }
2668         public event System.EventHandler MouseHover { add { } remove { } }
2669         public event System.EventHandler MouseLeave { add { } remove { } }
2670         public event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
2671         public event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
2672         [System.ComponentModel.BrowsableAttribute(false)]
2673         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2674         public event System.Windows.Forms.MouseEventHandler MouseWheel { add { } remove { } }
2675         public event System.EventHandler Move { add { } remove { } }
2676         public event System.EventHandler PaddingChanged { add { } remove { } }
2677         public event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
2678         public event System.EventHandler ParentChanged { add { } remove { } }
2679         public event System.Windows.Forms.PreviewKeyDownEventHandler PreviewKeyDown { add { } remove { } }
2680         public event System.Windows.Forms.QueryAccessibilityHelpEventHandler QueryAccessibilityHelp { add { } remove { } }
2681         public event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
2682         public event System.EventHandler RegionChanged { add { } remove { } }
2683         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2684         public event System.EventHandler Resize { add { } remove { } }
2685         public event System.EventHandler RightToLeftChanged { add { } remove { } }
2686         public event System.EventHandler SizeChanged { add { } remove { } }
2687         public event System.EventHandler StyleChanged { add { } remove { } }
2688         public event System.EventHandler SystemColorsChanged { add { } remove { } }
2689         public event System.EventHandler TabIndexChanged { add { } remove { } }
2690         public event System.EventHandler TabStopChanged { add { } remove { } }
2691         public event System.EventHandler TextChanged { add { } remove { } }
2692         public event System.EventHandler Validated { add { } remove { } }
2693         public event System.ComponentModel.CancelEventHandler Validating { add { } remove { } }
2694         public event System.EventHandler VisibleChanged { add { } remove { } }
2695         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int childID)2696         protected internal void AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int childID) { }
2697         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int objectID, int childID)2698         protected void AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int objectID, int childID) { }
2699         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
BeginInvoke(System.Delegate method)2700         public System.IAsyncResult BeginInvoke(System.Delegate method) { throw null; }
2701         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
BeginInvoke(System.Delegate method, params object[] args)2702         public System.IAsyncResult BeginInvoke(System.Delegate method, params object[] args) { throw null; }
BringToFront()2703         public void BringToFront() { }
Contains(System.Windows.Forms.Control ctl)2704         public bool Contains(System.Windows.Forms.Control ctl) { throw null; }
2705         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateAccessibilityInstance()2706         protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateControl()2707         public void CreateControl() { }
2708         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateControlsInstance()2709         protected virtual System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
CreateGraphics()2710         public System.Drawing.Graphics CreateGraphics() { throw null; }
2711         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateHandle()2712         protected virtual void CreateHandle() { }
2713         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
DefWndProc(ref System.Windows.Forms.Message m)2714         protected virtual void DefWndProc(ref System.Windows.Forms.Message m) { }
2715         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
DestroyHandle()2716         protected virtual void DestroyHandle() { }
Dispose(bool disposing)2717         protected override void Dispose(bool disposing) { }
DoDragDrop(object data, System.Windows.Forms.DragDropEffects allowedEffects)2718         public System.Windows.Forms.DragDropEffects DoDragDrop(object data, System.Windows.Forms.DragDropEffects allowedEffects) { throw null; }
DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds)2719         public void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) { }
2720         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
EndInvoke(System.IAsyncResult asyncResult)2721         public object EndInvoke(System.IAsyncResult asyncResult) { throw null; }
FindForm()2722         public System.Windows.Forms.Form FindForm() { throw null; }
2723         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
Focus()2724         public bool Focus() { throw null; }
2725         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
FromChildHandle(System.IntPtr handle)2726         public static System.Windows.Forms.Control FromChildHandle(System.IntPtr handle) { throw null; }
2727         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
FromHandle(System.IntPtr handle)2728         public static System.Windows.Forms.Control FromHandle(System.IntPtr handle) { throw null; }
GetAccessibilityObjectById(int objectId)2729         protected virtual System.Windows.Forms.AccessibleObject GetAccessibilityObjectById(int objectId) { throw null; }
GetAutoSizeMode()2730         protected System.Windows.Forms.AutoSizeMode GetAutoSizeMode() { throw null; }
GetChildAtPoint(System.Drawing.Point pt)2731         public System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point pt) { throw null; }
GetChildAtPoint(System.Drawing.Point pt, System.Windows.Forms.GetChildAtPointSkip skipValue)2732         public System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point pt, System.Windows.Forms.GetChildAtPointSkip skipValue) { throw null; }
GetContainerControl()2733         public System.Windows.Forms.IContainerControl GetContainerControl() { throw null; }
GetNextControl(System.Windows.Forms.Control ctl, bool forward)2734         public System.Windows.Forms.Control GetNextControl(System.Windows.Forms.Control ctl, bool forward) { throw null; }
2735         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetPreferredSize(System.Drawing.Size proposedSize)2736         public virtual System.Drawing.Size GetPreferredSize(System.Drawing.Size proposedSize) { throw null; }
2737         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)2738         protected virtual System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
GetStyle(System.Windows.Forms.ControlStyles flag)2739         protected bool GetStyle(System.Windows.Forms.ControlStyles flag) { throw null; }
GetTopLevel()2740         protected bool GetTopLevel() { throw null; }
Hide()2741         public void Hide() { }
2742         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InitLayout()2743         protected virtual void InitLayout() { }
Invalidate()2744         public void Invalidate() { }
Invalidate(bool invalidateChildren)2745         public void Invalidate(bool invalidateChildren) { }
Invalidate(System.Drawing.Rectangle rc)2746         public void Invalidate(System.Drawing.Rectangle rc) { }
Invalidate(System.Drawing.Rectangle rc, bool invalidateChildren)2747         public void Invalidate(System.Drawing.Rectangle rc, bool invalidateChildren) { }
Invalidate(System.Drawing.Region region)2748         public void Invalidate(System.Drawing.Region region) { }
Invalidate(System.Drawing.Region region, bool invalidateChildren)2749         public void Invalidate(System.Drawing.Region region, bool invalidateChildren) { }
Invoke(System.Delegate method)2750         public object Invoke(System.Delegate method) { throw null; }
Invoke(System.Delegate method, params object[] args)2751         public object Invoke(System.Delegate method, params object[] args) { throw null; }
2752         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InvokeGotFocus(System.Windows.Forms.Control toInvoke, System.EventArgs e)2753         protected void InvokeGotFocus(System.Windows.Forms.Control toInvoke, System.EventArgs e) { }
2754         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InvokeLostFocus(System.Windows.Forms.Control toInvoke, System.EventArgs e)2755         protected void InvokeLostFocus(System.Windows.Forms.Control toInvoke, System.EventArgs e) { }
2756         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InvokeOnClick(System.Windows.Forms.Control toInvoke, System.EventArgs e)2757         protected void InvokeOnClick(System.Windows.Forms.Control toInvoke, System.EventArgs e) { }
InvokePaint(System.Windows.Forms.Control c, System.Windows.Forms.PaintEventArgs e)2758         protected void InvokePaint(System.Windows.Forms.Control c, System.Windows.Forms.PaintEventArgs e) { }
InvokePaintBackground(System.Windows.Forms.Control c, System.Windows.Forms.PaintEventArgs e)2759         protected void InvokePaintBackground(System.Windows.Forms.Control c, System.Windows.Forms.PaintEventArgs e) { }
IsInputChar(char charCode)2760         protected virtual bool IsInputChar(char charCode) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)2761         protected virtual bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
2762         [System.MonoTODOAttribute("Only implemented for Win32, others always return false")]
IsKeyLocked(System.Windows.Forms.Keys keyVal)2763         public static bool IsKeyLocked(System.Windows.Forms.Keys keyVal) { throw null; }
IsMnemonic(char charCode, string text)2764         public static bool IsMnemonic(char charCode, string text) { throw null; }
2765         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
NotifyInvalidate(System.Drawing.Rectangle invalidatedArea)2766         protected virtual void NotifyInvalidate(System.Drawing.Rectangle invalidatedArea) { }
OnAutoSizeChanged(System.EventArgs e)2767         protected virtual void OnAutoSizeChanged(System.EventArgs e) { }
2768         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnBackColorChanged(System.EventArgs e)2769         protected virtual void OnBackColorChanged(System.EventArgs e) { }
2770         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnBackgroundImageChanged(System.EventArgs e)2771         protected virtual void OnBackgroundImageChanged(System.EventArgs e) { }
2772         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnBackgroundImageLayoutChanged(System.EventArgs e)2773         protected virtual void OnBackgroundImageLayoutChanged(System.EventArgs e) { }
2774         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnBindingContextChanged(System.EventArgs e)2775         protected virtual void OnBindingContextChanged(System.EventArgs e) { }
2776         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnCausesValidationChanged(System.EventArgs e)2777         protected virtual void OnCausesValidationChanged(System.EventArgs e) { }
2778         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnChangeUICues(System.Windows.Forms.UICuesEventArgs e)2779         protected virtual void OnChangeUICues(System.Windows.Forms.UICuesEventArgs e) { }
2780         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnClick(System.EventArgs e)2781         protected virtual void OnClick(System.EventArgs e) { }
2782         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnClientSizeChanged(System.EventArgs e)2783         protected virtual void OnClientSizeChanged(System.EventArgs e) { }
2784         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnContextMenuChanged(System.EventArgs e)2785         protected virtual void OnContextMenuChanged(System.EventArgs e) { }
2786         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnContextMenuStripChanged(System.EventArgs e)2787         protected virtual void OnContextMenuStripChanged(System.EventArgs e) { }
2788         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnControlAdded(System.Windows.Forms.ControlEventArgs e)2789         protected virtual void OnControlAdded(System.Windows.Forms.ControlEventArgs e) { }
2790         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnControlRemoved(System.Windows.Forms.ControlEventArgs e)2791         protected virtual void OnControlRemoved(System.Windows.Forms.ControlEventArgs e) { }
2792         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnCreateControl()2793         protected virtual void OnCreateControl() { }
2794         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnCursorChanged(System.EventArgs e)2795         protected virtual void OnCursorChanged(System.EventArgs e) { }
2796         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDockChanged(System.EventArgs e)2797         protected virtual void OnDockChanged(System.EventArgs e) { }
2798         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDoubleClick(System.EventArgs e)2799         protected virtual void OnDoubleClick(System.EventArgs e) { }
2800         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragDrop(System.Windows.Forms.DragEventArgs drgevent)2801         protected virtual void OnDragDrop(System.Windows.Forms.DragEventArgs drgevent) { }
2802         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragEnter(System.Windows.Forms.DragEventArgs drgevent)2803         protected virtual void OnDragEnter(System.Windows.Forms.DragEventArgs drgevent) { }
2804         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragLeave(System.EventArgs e)2805         protected virtual void OnDragLeave(System.EventArgs e) { }
2806         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragOver(System.Windows.Forms.DragEventArgs drgevent)2807         protected virtual void OnDragOver(System.Windows.Forms.DragEventArgs drgevent) { }
2808         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnEnabledChanged(System.EventArgs e)2809         protected virtual void OnEnabledChanged(System.EventArgs e) { }
2810         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnEnter(System.EventArgs e)2811         protected virtual void OnEnter(System.EventArgs e) { }
2812         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnFontChanged(System.EventArgs e)2813         protected virtual void OnFontChanged(System.EventArgs e) { }
2814         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnForeColorChanged(System.EventArgs e)2815         protected virtual void OnForeColorChanged(System.EventArgs e) { }
2816         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs gfbevent)2817         protected virtual void OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs gfbevent) { }
2818         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnGotFocus(System.EventArgs e)2819         protected virtual void OnGotFocus(System.EventArgs e) { }
2820         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHandleCreated(System.EventArgs e)2821         protected virtual void OnHandleCreated(System.EventArgs e) { }
2822         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHandleDestroyed(System.EventArgs e)2823         protected virtual void OnHandleDestroyed(System.EventArgs e) { }
2824         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHelpRequested(System.Windows.Forms.HelpEventArgs hevent)2825         protected virtual void OnHelpRequested(System.Windows.Forms.HelpEventArgs hevent) { }
OnImeModeChanged(System.EventArgs e)2826         protected virtual void OnImeModeChanged(System.EventArgs e) { }
2827         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnInvalidated(System.Windows.Forms.InvalidateEventArgs e)2828         protected virtual void OnInvalidated(System.Windows.Forms.InvalidateEventArgs e) { }
2829         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnKeyDown(System.Windows.Forms.KeyEventArgs e)2830         protected virtual void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
2831         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)2832         protected virtual void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
2833         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnKeyUp(System.Windows.Forms.KeyEventArgs e)2834         protected virtual void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
2835         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLayout(System.Windows.Forms.LayoutEventArgs levent)2836         protected virtual void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
2837         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLeave(System.EventArgs e)2838         protected virtual void OnLeave(System.EventArgs e) { }
2839         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLocationChanged(System.EventArgs e)2840         protected virtual void OnLocationChanged(System.EventArgs e) { }
2841         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLostFocus(System.EventArgs e)2842         protected virtual void OnLostFocus(System.EventArgs e) { }
OnMarginChanged(System.EventArgs e)2843         protected virtual void OnMarginChanged(System.EventArgs e) { }
2844         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseCaptureChanged(System.EventArgs e)2845         protected virtual void OnMouseCaptureChanged(System.EventArgs e) { }
2846         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseClick(System.Windows.Forms.MouseEventArgs e)2847         protected virtual void OnMouseClick(System.Windows.Forms.MouseEventArgs e) { }
2848         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs e)2849         protected virtual void OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs e) { }
2850         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseDown(System.Windows.Forms.MouseEventArgs e)2851         protected virtual void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
2852         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseEnter(System.EventArgs e)2853         protected virtual void OnMouseEnter(System.EventArgs e) { }
2854         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseHover(System.EventArgs e)2855         protected virtual void OnMouseHover(System.EventArgs e) { }
2856         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseLeave(System.EventArgs e)2857         protected virtual void OnMouseLeave(System.EventArgs e) { }
2858         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseMove(System.Windows.Forms.MouseEventArgs e)2859         protected virtual void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
2860         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseUp(System.Windows.Forms.MouseEventArgs e)2861         protected virtual void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
2862         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)2863         protected virtual void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
2864         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMove(System.EventArgs e)2865         protected virtual void OnMove(System.EventArgs e) { }
2866         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnNotifyMessage(System.Windows.Forms.Message m)2867         protected virtual void OnNotifyMessage(System.Windows.Forms.Message m) { }
OnPaddingChanged(System.EventArgs e)2868         protected virtual void OnPaddingChanged(System.EventArgs e) { }
2869         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPaint(System.Windows.Forms.PaintEventArgs e)2870         protected virtual void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
2871         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPaintBackground(System.Windows.Forms.PaintEventArgs pevent)2872         protected virtual void OnPaintBackground(System.Windows.Forms.PaintEventArgs pevent) { }
2873         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentBackColorChanged(System.EventArgs e)2874         protected virtual void OnParentBackColorChanged(System.EventArgs e) { }
2875         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentBackgroundImageChanged(System.EventArgs e)2876         protected virtual void OnParentBackgroundImageChanged(System.EventArgs e) { }
2877         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentBindingContextChanged(System.EventArgs e)2878         protected virtual void OnParentBindingContextChanged(System.EventArgs e) { }
2879         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentChanged(System.EventArgs e)2880         protected virtual void OnParentChanged(System.EventArgs e) { }
2881         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentCursorChanged(System.EventArgs e)2882         protected virtual void OnParentCursorChanged(System.EventArgs e) { }
2883         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentEnabledChanged(System.EventArgs e)2884         protected virtual void OnParentEnabledChanged(System.EventArgs e) { }
2885         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentFontChanged(System.EventArgs e)2886         protected virtual void OnParentFontChanged(System.EventArgs e) { }
2887         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentForeColorChanged(System.EventArgs e)2888         protected virtual void OnParentForeColorChanged(System.EventArgs e) { }
2889         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentRightToLeftChanged(System.EventArgs e)2890         protected virtual void OnParentRightToLeftChanged(System.EventArgs e) { }
2891         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentVisibleChanged(System.EventArgs e)2892         protected virtual void OnParentVisibleChanged(System.EventArgs e) { }
2893         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPreviewKeyDown(System.Windows.Forms.PreviewKeyDownEventArgs e)2894         protected virtual void OnPreviewKeyDown(System.Windows.Forms.PreviewKeyDownEventArgs e) { }
2895         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPrint(System.Windows.Forms.PaintEventArgs e)2896         protected virtual void OnPrint(System.Windows.Forms.PaintEventArgs e) { }
2897         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs qcdevent)2898         protected virtual void OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs qcdevent) { }
2899         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRegionChanged(System.EventArgs e)2900         protected virtual void OnRegionChanged(System.EventArgs e) { }
2901         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnResize(System.EventArgs e)2902         protected virtual void OnResize(System.EventArgs e) { }
2903         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftChanged(System.EventArgs e)2904         protected virtual void OnRightToLeftChanged(System.EventArgs e) { }
2905         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnSizeChanged(System.EventArgs e)2906         protected virtual void OnSizeChanged(System.EventArgs e) { }
2907         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnStyleChanged(System.EventArgs e)2908         protected virtual void OnStyleChanged(System.EventArgs e) { }
2909         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnSystemColorsChanged(System.EventArgs e)2910         protected virtual void OnSystemColorsChanged(System.EventArgs e) { }
2911         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnTabIndexChanged(System.EventArgs e)2912         protected virtual void OnTabIndexChanged(System.EventArgs e) { }
2913         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnTabStopChanged(System.EventArgs e)2914         protected virtual void OnTabStopChanged(System.EventArgs e) { }
2915         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnTextChanged(System.EventArgs e)2916         protected virtual void OnTextChanged(System.EventArgs e) { }
2917         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnValidated(System.EventArgs e)2918         protected virtual void OnValidated(System.EventArgs e) { }
2919         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnValidating(System.ComponentModel.CancelEventArgs e)2920         protected virtual void OnValidating(System.ComponentModel.CancelEventArgs e) { }
2921         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnVisibleChanged(System.EventArgs e)2922         protected virtual void OnVisibleChanged(System.EventArgs e) { }
2923         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PerformLayout()2924         public void PerformLayout() { }
2925         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PerformLayout(System.Windows.Forms.Control affectedControl, string affectedProperty)2926         public void PerformLayout(System.Windows.Forms.Control affectedControl, string affectedProperty) { }
PointToClient(System.Drawing.Point p)2927         public System.Drawing.Point PointToClient(System.Drawing.Point p) { throw null; }
PointToScreen(System.Drawing.Point p)2928         public System.Drawing.Point PointToScreen(System.Drawing.Point p) { throw null; }
2929         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PreProcessControlMessage(ref System.Windows.Forms.Message msg)2930         public System.Windows.Forms.PreProcessControlState PreProcessControlMessage(ref System.Windows.Forms.Message msg) { throw null; }
PreProcessMessage(ref System.Windows.Forms.Message msg)2931         public virtual bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; }
ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData)2932         protected virtual bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
ProcessDialogChar(char charCode)2933         protected virtual bool ProcessDialogChar(char charCode) { throw null; }
ProcessDialogKey(System.Windows.Forms.Keys keyData)2934         protected virtual bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessKeyEventArgs(ref System.Windows.Forms.Message m)2935         protected virtual bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; }
ProcessKeyMessage(ref System.Windows.Forms.Message m)2936         protected internal virtual bool ProcessKeyMessage(ref System.Windows.Forms.Message m) { throw null; }
ProcessKeyPreview(ref System.Windows.Forms.Message m)2937         protected virtual bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
ProcessMnemonic(char charCode)2938         protected internal virtual bool ProcessMnemonic(char charCode) { throw null; }
2939         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseDragEvent(object key, System.Windows.Forms.DragEventArgs e)2940         protected void RaiseDragEvent(object key, System.Windows.Forms.DragEventArgs e) { }
2941         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseKeyEvent(object key, System.Windows.Forms.KeyEventArgs e)2942         protected void RaiseKeyEvent(object key, System.Windows.Forms.KeyEventArgs e) { }
2943         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseMouseEvent(object key, System.Windows.Forms.MouseEventArgs e)2944         protected void RaiseMouseEvent(object key, System.Windows.Forms.MouseEventArgs e) { }
2945         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaisePaintEvent(object key, System.Windows.Forms.PaintEventArgs e)2946         protected void RaisePaintEvent(object key, System.Windows.Forms.PaintEventArgs e) { }
2947         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RecreateHandle()2948         protected void RecreateHandle() { }
RectangleToClient(System.Drawing.Rectangle r)2949         public System.Drawing.Rectangle RectangleToClient(System.Drawing.Rectangle r) { throw null; }
RectangleToScreen(System.Drawing.Rectangle r)2950         public System.Drawing.Rectangle RectangleToScreen(System.Drawing.Rectangle r) { throw null; }
2951         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ReflectMessage(System.IntPtr hWnd, ref System.Windows.Forms.Message m)2952         protected static bool ReflectMessage(System.IntPtr hWnd, ref System.Windows.Forms.Message m) { throw null; }
Refresh()2953         public virtual void Refresh() { }
2954         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetBackColor()2955         public virtual void ResetBackColor() { }
2956         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetBindings()2957         public void ResetBindings() { }
2958         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetCursor()2959         public virtual void ResetCursor() { }
2960         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetFont()2961         public virtual void ResetFont() { }
2962         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetForeColor()2963         public virtual void ResetForeColor() { }
2964         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetImeMode()2965         public void ResetImeMode() { }
2966         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ResetMouseEventArgs()2967         protected void ResetMouseEventArgs() { }
2968         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetRightToLeft()2969         public virtual void ResetRightToLeft() { }
ResetText()2970         public virtual void ResetText() { }
ResumeLayout()2971         public void ResumeLayout() { }
ResumeLayout(bool performLayout)2972         public void ResumeLayout(bool performLayout) { }
2973         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RtlTranslateAlignment(System.Drawing.ContentAlignment align)2974         protected System.Drawing.ContentAlignment RtlTranslateAlignment(System.Drawing.ContentAlignment align) { throw null; }
2975         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RtlTranslateAlignment(System.Windows.Forms.HorizontalAlignment align)2976         protected System.Windows.Forms.HorizontalAlignment RtlTranslateAlignment(System.Windows.Forms.HorizontalAlignment align) { throw null; }
2977         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RtlTranslateAlignment(System.Windows.Forms.LeftRightAlignment align)2978         protected System.Windows.Forms.LeftRightAlignment RtlTranslateAlignment(System.Windows.Forms.LeftRightAlignment align) { throw null; }
2979         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RtlTranslateContent(System.Drawing.ContentAlignment align)2980         protected internal System.Drawing.ContentAlignment RtlTranslateContent(System.Drawing.ContentAlignment align) { throw null; }
2981         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RtlTranslateHorizontal(System.Windows.Forms.HorizontalAlignment align)2982         protected System.Windows.Forms.HorizontalAlignment RtlTranslateHorizontal(System.Windows.Forms.HorizontalAlignment align) { throw null; }
2983         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RtlTranslateLeftRight(System.Windows.Forms.LeftRightAlignment align)2984         protected System.Windows.Forms.LeftRightAlignment RtlTranslateLeftRight(System.Windows.Forms.LeftRightAlignment align) { throw null; }
2985         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
Scale(System.Drawing.SizeF factor)2986         public void Scale(System.Drawing.SizeF factor) { }
2987         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2988         [System.ObsoleteAttribute]
Scale(float ratio)2989         public void Scale(float ratio) { }
2990         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2991         [System.ObsoleteAttribute]
Scale(float dx, float dy)2992         public void Scale(float dx, float dy) { }
2993         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)2994         protected virtual void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
2995         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)2996         protected virtual void ScaleCore(float dx, float dy) { }
Select()2997         public void Select() { }
Select(bool directed, bool forward)2998         protected virtual void Select(bool directed, bool forward) { }
SelectNextControl(System.Windows.Forms.Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)2999         public bool SelectNextControl(System.Windows.Forms.Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap) { throw null; }
SendToBack()3000         public void SendToBack() { }
SetAutoSizeMode(System.Windows.Forms.AutoSizeMode mode)3001         protected void SetAutoSizeMode(System.Windows.Forms.AutoSizeMode mode) { }
SetBounds(int x, int y, int width, int height)3002         public void SetBounds(int x, int y, int width, int height) { }
SetBounds(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)3003         public void SetBounds(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
3004         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)3005         protected virtual void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
3006         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SetClientSizeCore(int x, int y)3007         protected virtual void SetClientSizeCore(int x, int y) { }
3008         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SetStyle(System.Windows.Forms.ControlStyles flag, bool value)3009         protected void SetStyle(System.Windows.Forms.ControlStyles flag, bool value) { }
SetTopLevel(bool value)3010         protected void SetTopLevel(bool value) { }
SetVisibleCore(bool value)3011         protected virtual void SetVisibleCore(bool value) { }
Show()3012         public void Show() { }
3013         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SizeFromClientSize(System.Drawing.Size clientSize)3014         protected virtual System.Drawing.Size SizeFromClientSize(System.Drawing.Size clientSize) { throw null; }
SuspendLayout()3015         public void SuspendLayout() { }
System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs drgEvent)3016         void System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs drgEvent) { }
System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs drgEvent)3017         void System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs drgEvent) { }
System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs e)3018         void System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs e) { }
System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs drgEvent)3019         void System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs drgEvent) { }
Update()3020         public void Update() { }
3021         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
UpdateBounds()3022         protected internal void UpdateBounds() { }
3023         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
UpdateBounds(int x, int y, int width, int height)3024         protected void UpdateBounds(int x, int y, int width, int height) { }
3025         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
UpdateBounds(int x, int y, int width, int height, int clientWidth, int clientHeight)3026         protected void UpdateBounds(int x, int y, int width, int height, int clientWidth, int clientHeight) { }
3027         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
UpdateStyles()3028         protected void UpdateStyles() { }
3029         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
UpdateZOrder()3030         protected void UpdateZOrder() { }
WndProc(ref System.Windows.Forms.Message m)3031         protected virtual void WndProc(ref System.Windows.Forms.Message m) { }
3032         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3033         public partial class ControlAccessibleObject : System.Windows.Forms.AccessibleObject
3034         {
ControlAccessibleObject(System.Windows.Forms.Control ownerControl)3035             public ControlAccessibleObject(System.Windows.Forms.Control ownerControl) { }
3036             public override string DefaultAction { get { throw null; } }
3037             public override string Description { get { throw null; } }
3038             public System.IntPtr Handle { get { throw null; } set { } }
3039             public override string Help { get { throw null; } }
3040             public override string KeyboardShortcut { get { throw null; } }
3041             public override string Name { get { throw null; } set { } }
3042             public System.Windows.Forms.Control Owner { get { throw null; } }
3043             public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
3044             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
GetHelpTopic(out string fileName)3045             public override int GetHelpTopic(out string fileName) { fileName = default(string); throw null; }
3046             [System.MonoTODOAttribute("Stub, does nothing")]
NotifyClients(System.Windows.Forms.AccessibleEvents accEvent)3047             public void NotifyClients(System.Windows.Forms.AccessibleEvents accEvent) { }
3048             [System.MonoTODOAttribute("Stub, does nothing")]
NotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int childID)3049             public void NotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int childID) { }
3050             [System.MonoTODOAttribute("Stub, does nothing")]
NotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int objectID, int childID)3051             public void NotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int objectID, int childID) { }
ToString()3052             public override string ToString() { throw null; }
3053         }
3054         [System.ComponentModel.ListBindableAttribute(false)]
3055         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
3056         public partial class ControlCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
3057         {
ControlCollection(System.Windows.Forms.Control owner)3058             public ControlCollection(System.Windows.Forms.Control owner) { }
3059             public virtual System.Windows.Forms.Control this[int index] { get { throw null; } }
3060             public virtual System.Windows.Forms.Control this[string key] { get { throw null; } }
3061             public System.Windows.Forms.Control Owner { get { throw null; } }
Add(System.Windows.Forms.Control value)3062             public virtual void Add(System.Windows.Forms.Control value) { }
3063             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
AddRange(System.Windows.Forms.Control[] controls)3064             public virtual void AddRange(System.Windows.Forms.Control[] controls) { }
Clear()3065             public virtual void Clear() { }
Contains(System.Windows.Forms.Control control)3066             public bool Contains(System.Windows.Forms.Control control) { throw null; }
ContainsKey(string key)3067             public virtual bool ContainsKey(string key) { throw null; }
Find(string key, bool searchAllChildren)3068             public System.Windows.Forms.Control[] Find(string key, bool searchAllChildren) { throw null; }
GetChildIndex(System.Windows.Forms.Control child)3069             public int GetChildIndex(System.Windows.Forms.Control child) { throw null; }
GetChildIndex(System.Windows.Forms.Control child, bool throwException)3070             public virtual int GetChildIndex(System.Windows.Forms.Control child, bool throwException) { throw null; }
GetEnumerator()3071             public override System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.Control control)3072             public int IndexOf(System.Windows.Forms.Control control) { throw null; }
IndexOfKey(string key)3073             public virtual int IndexOfKey(string key) { throw null; }
Remove(System.Windows.Forms.Control value)3074             public virtual void Remove(System.Windows.Forms.Control value) { }
RemoveAt(int index)3075             public void RemoveAt(int index) { }
RemoveByKey(string key)3076             public virtual void RemoveByKey(string key) { }
SetChildIndex(System.Windows.Forms.Control child, int newIndex)3077             public virtual void SetChildIndex(System.Windows.Forms.Control child, int newIndex) { }
System.Collections.IList.Add(object control)3078             int System.Collections.IList.Add(object control) { throw null; }
System.Collections.IList.Remove(object control)3079             void System.Collections.IList.Remove(object control) { }
System.ICloneable.Clone()3080             object System.ICloneable.Clone() { throw null; }
3081         }
3082     }
3083     [System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
3084     [System.ComponentModel.EditorAttribute("System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
3085     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.ControlBindingsConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
3086     public partial class ControlBindingsCollection : System.Windows.Forms.BindingsCollection
3087     {
ControlBindingsCollection(System.Windows.Forms.IBindableComponent control)3088         public ControlBindingsCollection(System.Windows.Forms.IBindableComponent control) { }
3089         public System.Windows.Forms.IBindableComponent BindableComponent { get { throw null; } }
3090         public System.Windows.Forms.Control Control { get { throw null; } }
3091         public System.Windows.Forms.DataSourceUpdateMode DefaultDataSourceUpdateMode { get { throw null; } set { } }
3092         public System.Windows.Forms.Binding this[string propertyName] { get { throw null; } }
Add(string propertyName, object dataSource, string dataMember)3093         public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember) { throw null; }
Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled)3094         public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled) { throw null; }
Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode)3095         public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode) { throw null; }
Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue)3096         public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue) { throw null; }
Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue, string formatString)3097         public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue, string formatString) { throw null; }
Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue, string formatString, System.IFormatProvider formatInfo)3098         public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue, string formatString, System.IFormatProvider formatInfo) { throw null; }
Add(System.Windows.Forms.Binding binding)3099         public new void Add(System.Windows.Forms.Binding binding) { }
AddCore(System.Windows.Forms.Binding dataBinding)3100         protected override void AddCore(System.Windows.Forms.Binding dataBinding) { }
Clear()3101         public new void Clear() { }
ClearCore()3102         protected override void ClearCore() { }
Remove(System.Windows.Forms.Binding binding)3103         public new void Remove(System.Windows.Forms.Binding binding) { }
RemoveAt(int index)3104         public new void RemoveAt(int index) { }
RemoveCore(System.Windows.Forms.Binding dataBinding)3105         protected override void RemoveCore(System.Windows.Forms.Binding dataBinding) { }
3106     }
3107     public partial class ControlEventArgs : System.EventArgs
3108     {
ControlEventArgs(System.Windows.Forms.Control control)3109         public ControlEventArgs(System.Windows.Forms.Control control) { }
3110         public System.Windows.Forms.Control Control { get { throw null; } }
3111     }
ControlEventHandler(object sender, System.Windows.Forms.ControlEventArgs e)3112     public delegate void ControlEventHandler(object sender, System.Windows.Forms.ControlEventArgs e);
3113     public sealed partial class ControlPaint
3114     {
ControlPaint()3115         internal ControlPaint() { }
3116         public static System.Drawing.Color ContrastControlDark { get { throw null; } }
3117         [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
CreateHBitmap16Bit(System.Drawing.Bitmap bitmap, System.Drawing.Color background)3118         public static System.IntPtr CreateHBitmap16Bit(System.Drawing.Bitmap bitmap, System.Drawing.Color background) { throw null; }
3119         [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
CreateHBitmapColorMask(System.Drawing.Bitmap bitmap, System.IntPtr monochromeMask)3120         public static System.IntPtr CreateHBitmapColorMask(System.Drawing.Bitmap bitmap, System.IntPtr monochromeMask) { throw null; }
3121         [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
CreateHBitmapTransparencyMask(System.Drawing.Bitmap bitmap)3122         public static System.IntPtr CreateHBitmapTransparencyMask(System.Drawing.Bitmap bitmap) { throw null; }
Dark(System.Drawing.Color baseColor)3123         public static System.Drawing.Color Dark(System.Drawing.Color baseColor) { throw null; }
Dark(System.Drawing.Color baseColor, float percOfDarkDark)3124         public static System.Drawing.Color Dark(System.Drawing.Color baseColor, float percOfDarkDark) { throw null; }
DarkDark(System.Drawing.Color baseColor)3125         public static System.Drawing.Color DarkDark(System.Drawing.Color baseColor) { throw null; }
DrawBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Drawing.Color leftColor, int leftWidth, System.Windows.Forms.ButtonBorderStyle leftStyle, System.Drawing.Color topColor, int topWidth, System.Windows.Forms.ButtonBorderStyle topStyle, System.Drawing.Color rightColor, int rightWidth, System.Windows.Forms.ButtonBorderStyle rightStyle, System.Drawing.Color bottomColor, int bottomWidth, System.Windows.Forms.ButtonBorderStyle bottomStyle)3126         public static void DrawBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Drawing.Color leftColor, int leftWidth, System.Windows.Forms.ButtonBorderStyle leftStyle, System.Drawing.Color topColor, int topWidth, System.Windows.Forms.ButtonBorderStyle topStyle, System.Drawing.Color rightColor, int rightWidth, System.Windows.Forms.ButtonBorderStyle rightStyle, System.Drawing.Color bottomColor, int bottomWidth, System.Windows.Forms.ButtonBorderStyle bottomStyle) { }
DrawBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Drawing.Color color, System.Windows.Forms.ButtonBorderStyle style)3127         public static void DrawBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Drawing.Color color, System.Windows.Forms.ButtonBorderStyle style) { }
DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle)3128         public static void DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle) { }
DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.Border3DStyle style)3129         public static void DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.Border3DStyle style) { }
DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.Border3DStyle style, System.Windows.Forms.Border3DSide sides)3130         public static void DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.Border3DStyle style, System.Windows.Forms.Border3DSide sides) { }
DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height)3131         public static void DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height) { }
DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.Border3DStyle style)3132         public static void DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.Border3DStyle style) { }
DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.Border3DStyle style, System.Windows.Forms.Border3DSide sides)3133         public static void DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.Border3DStyle style, System.Windows.Forms.Border3DSide sides) { }
DrawButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state)3134         public static void DrawButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
DrawButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state)3135         public static void DrawButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
DrawCaptionButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.CaptionButton button, System.Windows.Forms.ButtonState state)3136         public static void DrawCaptionButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.CaptionButton button, System.Windows.Forms.ButtonState state) { }
DrawCaptionButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.CaptionButton button, System.Windows.Forms.ButtonState state)3137         public static void DrawCaptionButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.CaptionButton button, System.Windows.Forms.ButtonState state) { }
DrawCheckBox(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state)3138         public static void DrawCheckBox(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
DrawCheckBox(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state)3139         public static void DrawCheckBox(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
DrawComboButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state)3140         public static void DrawComboButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
DrawComboButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state)3141         public static void DrawComboButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
DrawContainerGrabHandle(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds)3142         public static void DrawContainerGrabHandle(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds) { }
DrawFocusRectangle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle)3143         public static void DrawFocusRectangle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle) { }
DrawFocusRectangle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Drawing.Color foreColor, System.Drawing.Color backColor)3144         public static void DrawFocusRectangle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
DrawGrabHandle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, bool primary, bool enabled)3145         public static void DrawGrabHandle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, bool primary, bool enabled) { }
DrawGrid(System.Drawing.Graphics graphics, System.Drawing.Rectangle area, System.Drawing.Size pixelsBetweenDots, System.Drawing.Color backColor)3146         public static void DrawGrid(System.Drawing.Graphics graphics, System.Drawing.Rectangle area, System.Drawing.Size pixelsBetweenDots, System.Drawing.Color backColor) { }
DrawImageDisabled(System.Drawing.Graphics graphics, System.Drawing.Image image, int x, int y, System.Drawing.Color background)3147         public static void DrawImageDisabled(System.Drawing.Graphics graphics, System.Drawing.Image image, int x, int y, System.Drawing.Color background) { }
DrawLockedFrame(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, bool primary)3148         public static void DrawLockedFrame(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, bool primary) { }
DrawMenuGlyph(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.MenuGlyph glyph)3149         public static void DrawMenuGlyph(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.MenuGlyph glyph) { }
DrawMenuGlyph(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.MenuGlyph glyph, System.Drawing.Color foreColor, System.Drawing.Color backColor)3150         public static void DrawMenuGlyph(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.MenuGlyph glyph, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
DrawMenuGlyph(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.MenuGlyph glyph)3151         public static void DrawMenuGlyph(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.MenuGlyph glyph) { }
DrawMenuGlyph(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.MenuGlyph glyph, System.Drawing.Color foreColor, System.Drawing.Color backColor)3152         public static void DrawMenuGlyph(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.MenuGlyph glyph, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
DrawMixedCheckBox(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state)3153         public static void DrawMixedCheckBox(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
DrawMixedCheckBox(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state)3154         public static void DrawMixedCheckBox(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
DrawRadioButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state)3155         public static void DrawRadioButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
DrawRadioButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state)3156         public static void DrawRadioButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
DrawReversibleFrame(System.Drawing.Rectangle rectangle, System.Drawing.Color backColor, System.Windows.Forms.FrameStyle style)3157         public static void DrawReversibleFrame(System.Drawing.Rectangle rectangle, System.Drawing.Color backColor, System.Windows.Forms.FrameStyle style) { }
DrawReversibleLine(System.Drawing.Point start, System.Drawing.Point end, System.Drawing.Color backColor)3158         public static void DrawReversibleLine(System.Drawing.Point start, System.Drawing.Point end, System.Drawing.Color backColor) { }
DrawScrollButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ScrollButton button, System.Windows.Forms.ButtonState state)3159         public static void DrawScrollButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ScrollButton button, System.Windows.Forms.ButtonState state) { }
DrawScrollButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ScrollButton button, System.Windows.Forms.ButtonState state)3160         public static void DrawScrollButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ScrollButton button, System.Windows.Forms.ButtonState state) { }
DrawSelectionFrame(System.Drawing.Graphics graphics, bool active, System.Drawing.Rectangle outsideRect, System.Drawing.Rectangle insideRect, System.Drawing.Color backColor)3161         public static void DrawSelectionFrame(System.Drawing.Graphics graphics, bool active, System.Drawing.Rectangle outsideRect, System.Drawing.Rectangle insideRect, System.Drawing.Color backColor) { }
DrawSizeGrip(System.Drawing.Graphics graphics, System.Drawing.Color backColor, System.Drawing.Rectangle bounds)3162         public static void DrawSizeGrip(System.Drawing.Graphics graphics, System.Drawing.Color backColor, System.Drawing.Rectangle bounds) { }
DrawSizeGrip(System.Drawing.Graphics graphics, System.Drawing.Color backColor, int x, int y, int width, int height)3163         public static void DrawSizeGrip(System.Drawing.Graphics graphics, System.Drawing.Color backColor, int x, int y, int width, int height) { }
DrawStringDisabled(System.Drawing.Graphics graphics, string s, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.RectangleF layoutRectangle, System.Drawing.StringFormat format)3164         public static void DrawStringDisabled(System.Drawing.Graphics graphics, string s, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.RectangleF layoutRectangle, System.Drawing.StringFormat format) { }
DrawStringDisabled(System.Drawing.IDeviceContext dc, string s, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.Rectangle layoutRectangle, System.Windows.Forms.TextFormatFlags format)3165         public static void DrawStringDisabled(System.Drawing.IDeviceContext dc, string s, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.Rectangle layoutRectangle, System.Windows.Forms.TextFormatFlags format) { }
DrawVisualStyleBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds)3166         public static void DrawVisualStyleBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds) { }
FillReversibleRectangle(System.Drawing.Rectangle rectangle, System.Drawing.Color backColor)3167         public static void FillReversibleRectangle(System.Drawing.Rectangle rectangle, System.Drawing.Color backColor) { }
Light(System.Drawing.Color baseColor)3168         public static System.Drawing.Color Light(System.Drawing.Color baseColor) { throw null; }
Light(System.Drawing.Color baseColor, float percOfLightLight)3169         public static System.Drawing.Color Light(System.Drawing.Color baseColor, float percOfLightLight) { throw null; }
LightLight(System.Drawing.Color baseColor)3170         public static System.Drawing.Color LightLight(System.Drawing.Color baseColor) { throw null; }
3171     }
3172     [System.FlagsAttribute]
3173     public enum ControlStyles
3174     {
3175         AllPaintingInWmPaint = 8192,
3176         CacheText = 16384,
3177         ContainerControl = 1,
3178         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3179         DoubleBuffer = 65536,
3180         EnableNotifyMessage = 32768,
3181         FixedHeight = 64,
3182         FixedWidth = 32,
3183         Opaque = 4,
3184         OptimizedDoubleBuffer = 131072,
3185         ResizeRedraw = 16,
3186         Selectable = 512,
3187         StandardClick = 256,
3188         StandardDoubleClick = 4096,
3189         SupportsTransparentBackColor = 2048,
3190         UserMouse = 1024,
3191         UserPaint = 2,
3192         UseTextForAccessibility = 262144,
3193     }
3194     public enum ControlUpdateMode
3195     {
3196         Never = 1,
3197         OnPropertyChanged = 0,
3198     }
3199     public partial class ConvertEventArgs : System.EventArgs
3200     {
ConvertEventArgs(object value, System.Type desiredType)3201         public ConvertEventArgs(object value, System.Type desiredType) { }
3202         public System.Type DesiredType { get { throw null; } }
3203         public object Value { get { throw null; } set { } }
3204     }
ConvertEventHandler(object sender, System.Windows.Forms.ConvertEventArgs e)3205     public delegate void ConvertEventHandler(object sender, System.Windows.Forms.ConvertEventArgs e);
3206     public partial class CreateParams
3207     {
CreateParams()3208         public CreateParams() { }
3209         public string Caption { get { throw null; } set { } }
3210         public string ClassName { get { throw null; } set { } }
3211         public int ClassStyle { get { throw null; } set { } }
3212         public int ExStyle { get { throw null; } set { } }
3213         public int Height { get { throw null; } set { } }
3214         public object Param { get { throw null; } set { } }
3215         public System.IntPtr Parent { get { throw null; } set { } }
3216         public int Style { get { throw null; } set { } }
3217         public int Width { get { throw null; } set { } }
3218         public int X { get { throw null; } set { } }
3219         public int Y { get { throw null; } set { } }
ToString()3220         public override string ToString() { throw null; }
3221     }
3222     public partial class CurrencyManager : System.Windows.Forms.BindingManagerBase
3223     {
CurrencyManager()3224         internal CurrencyManager() { }
3225         protected System.Type finalType;
3226         protected int listposition;
3227         public override int Count { get { throw null; } }
3228         public override object Current { get { throw null; } }
3229         public System.Collections.IList List { get { throw null; } }
3230         public override int Position { get { throw null; } set { } }
3231         public event System.Windows.Forms.ItemChangedEventHandler ItemChanged { add { } remove { } }
3232         public event System.ComponentModel.ListChangedEventHandler ListChanged { add { } remove { } }
3233         public event System.EventHandler MetaDataChanged { add { } remove { } }
AddNew()3234         public override void AddNew() { }
CancelCurrentEdit()3235         public override void CancelCurrentEdit() { }
CheckEmpty()3236         protected void CheckEmpty() { }
EndCurrentEdit()3237         public override void EndCurrentEdit() { }
GetItemProperties()3238         public override System.ComponentModel.PropertyDescriptorCollection GetItemProperties() { throw null; }
GetListName(System.Collections.ArrayList listAccessors)3239         protected internal override string GetListName(System.Collections.ArrayList listAccessors) { throw null; }
OnCurrentChanged(System.EventArgs e)3240         protected internal override void OnCurrentChanged(System.EventArgs e) { }
OnCurrentItemChanged(System.EventArgs e)3241         protected internal override void OnCurrentItemChanged(System.EventArgs e) { }
OnItemChanged(System.Windows.Forms.ItemChangedEventArgs e)3242         protected virtual void OnItemChanged(System.Windows.Forms.ItemChangedEventArgs e) { }
OnMetaDataChanged(System.EventArgs e)3243         protected internal void OnMetaDataChanged(System.EventArgs e) { }
OnPositionChanged(System.EventArgs e)3244         protected virtual void OnPositionChanged(System.EventArgs e) { }
Refresh()3245         public void Refresh() { }
RemoveAt(int index)3246         public override void RemoveAt(int index) { }
ResumeBinding()3247         public override void ResumeBinding() { }
SuspendBinding()3248         public override void SuspendBinding() { }
UpdateIsBinding()3249         protected override void UpdateIsBinding() { }
3250     }
3251     [System.ComponentModel.EditorAttribute("System.Drawing.Design.CursorEditor, System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
3252     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.CursorConverter))]
3253     [System.SerializableAttribute]
3254     public sealed partial class Cursor : System.IDisposable, System.Runtime.Serialization.ISerializable
3255     {
Cursor(System.IntPtr handle)3256         public Cursor(System.IntPtr handle) { }
Cursor(System.IO.Stream stream)3257         public Cursor(System.IO.Stream stream) { }
Cursor(string fileName)3258         public Cursor(string fileName) { }
Cursor(System.Type type, string resource)3259         public Cursor(System.Type type, string resource) { }
3260         public static System.Drawing.Rectangle Clip { get { throw null; } [System.MonoInternalNoteAttribute("First need to add ability to set cursor clip rectangle to XplatUI drivers to implement this property"), System.MonoTODOAttribute("Stub, does nothing")]set { } }
3261         public static System.Windows.Forms.Cursor Current { get { throw null; } set { } }
3262         public System.IntPtr Handle { get { throw null; } }
3263         [System.MonoTODOAttribute("Implemented for Win32, X11 always returns 0,0")]
3264         public System.Drawing.Point HotSpot { get { throw null; } }
3265         public static System.Drawing.Point Position { get { throw null; } set { } }
3266         public System.Drawing.Size Size { get { throw null; } }
3267         [System.ComponentModel.BindableAttribute(true)]
3268         [System.ComponentModel.DefaultValueAttribute(null)]
3269         [System.ComponentModel.LocalizableAttribute(false)]
3270         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
3271         public object Tag { get { throw null; } set { } }
CopyHandle()3272         public System.IntPtr CopyHandle() { throw null; }
Dispose()3273         public void Dispose() { }
Draw(System.Drawing.Graphics g, System.Drawing.Rectangle targetRect)3274         public void Draw(System.Drawing.Graphics g, System.Drawing.Rectangle targetRect) { }
DrawStretched(System.Drawing.Graphics g, System.Drawing.Rectangle targetRect)3275         public void DrawStretched(System.Drawing.Graphics g, System.Drawing.Rectangle targetRect) { }
Equals(object obj)3276         public override bool Equals(object obj) { throw null; }
~Cursor()3277         ~Cursor() { }
GetHashCode()3278         public override int GetHashCode() { throw null; }
Hide()3279         public static void Hide() { }
operator ==(System.Windows.Forms.Cursor left, System.Windows.Forms.Cursor right)3280         public static bool operator ==(System.Windows.Forms.Cursor left, System.Windows.Forms.Cursor right) { throw null; }
operator !=(System.Windows.Forms.Cursor left, System.Windows.Forms.Cursor right)3281         public static bool operator !=(System.Windows.Forms.Cursor left, System.Windows.Forms.Cursor right) { throw null; }
Show()3282         public static void Show() { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)3283         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
ToString()3284         public override string ToString() { throw null; }
3285     }
3286     public partial class CursorConverter : System.ComponentModel.TypeConverter
3287     {
CursorConverter()3288         public CursorConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3289         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3290         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3291         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)3292         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)3293         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)3294         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3295     }
3296     public sealed partial class Cursors
3297     {
Cursors()3298         internal Cursors() { }
3299         public static System.Windows.Forms.Cursor AppStarting { get { throw null; } }
3300         public static System.Windows.Forms.Cursor Arrow { get { throw null; } }
3301         public static System.Windows.Forms.Cursor Cross { get { throw null; } }
3302         public static System.Windows.Forms.Cursor Default { get { throw null; } }
3303         public static System.Windows.Forms.Cursor Hand { get { throw null; } }
3304         public static System.Windows.Forms.Cursor Help { get { throw null; } }
3305         public static System.Windows.Forms.Cursor HSplit { get { throw null; } }
3306         public static System.Windows.Forms.Cursor IBeam { get { throw null; } }
3307         public static System.Windows.Forms.Cursor No { get { throw null; } }
3308         public static System.Windows.Forms.Cursor NoMove2D { get { throw null; } }
3309         public static System.Windows.Forms.Cursor NoMoveHoriz { get { throw null; } }
3310         public static System.Windows.Forms.Cursor NoMoveVert { get { throw null; } }
3311         public static System.Windows.Forms.Cursor PanEast { get { throw null; } }
3312         public static System.Windows.Forms.Cursor PanNE { get { throw null; } }
3313         public static System.Windows.Forms.Cursor PanNorth { get { throw null; } }
3314         public static System.Windows.Forms.Cursor PanNW { get { throw null; } }
3315         public static System.Windows.Forms.Cursor PanSE { get { throw null; } }
3316         public static System.Windows.Forms.Cursor PanSouth { get { throw null; } }
3317         public static System.Windows.Forms.Cursor PanSW { get { throw null; } }
3318         public static System.Windows.Forms.Cursor PanWest { get { throw null; } }
3319         public static System.Windows.Forms.Cursor SizeAll { get { throw null; } }
3320         public static System.Windows.Forms.Cursor SizeNESW { get { throw null; } }
3321         public static System.Windows.Forms.Cursor SizeNS { get { throw null; } }
3322         public static System.Windows.Forms.Cursor SizeNWSE { get { throw null; } }
3323         public static System.Windows.Forms.Cursor SizeWE { get { throw null; } }
3324         public static System.Windows.Forms.Cursor UpArrow { get { throw null; } }
3325         public static System.Windows.Forms.Cursor VSplit { get { throw null; } }
3326         public static System.Windows.Forms.Cursor WaitCursor { get { throw null; } }
3327     }
3328     public partial class DataFormats
3329     {
DataFormats()3330         internal DataFormats() { }
3331         public static readonly string Bitmap;
3332         public static readonly string CommaSeparatedValue;
3333         public static readonly string Dib;
3334         public static readonly string Dif;
3335         public static readonly string EnhancedMetafile;
3336         public static readonly string FileDrop;
3337         public static readonly string Html;
3338         public static readonly string Locale;
3339         public static readonly string MetafilePict;
3340         public static readonly string OemText;
3341         public static readonly string Palette;
3342         public static readonly string PenData;
3343         public static readonly string Riff;
3344         public static readonly string Rtf;
3345         public static readonly string Serializable;
3346         public static readonly string StringFormat;
3347         public static readonly string SymbolicLink;
3348         public static readonly string Text;
3349         public static readonly string Tiff;
3350         public static readonly string UnicodeText;
3351         public static readonly string WaveAudio;
GetFormat(int id)3352         public static System.Windows.Forms.DataFormats.Format GetFormat(int id) { throw null; }
GetFormat(string format)3353         public static System.Windows.Forms.DataFormats.Format GetFormat(string format) { throw null; }
3354         public partial class Format
3355         {
Format(string name, int id)3356             public Format(string name, int id) { }
3357             public int Id { get { throw null; } }
3358             public string Name { get { throw null; } }
3359         }
3360     }
3361     [System.ComponentModel.ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
3362     [System.ComponentModel.DefaultEventAttribute("Navigate")]
3363     [System.ComponentModel.DefaultPropertyAttribute("DataSource")]
3364     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
3365     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
3366     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3367     public partial class DataGrid : System.Windows.Forms.Control, System.ComponentModel.ISupportInitialize, System.Windows.Forms.IDataGridEditingService
3368     {
DataGrid()3369         public DataGrid() { }
3370         [System.ComponentModel.DefaultValueAttribute(true)]
3371         public bool AllowNavigation { get { throw null; } set { } }
3372         [System.ComponentModel.DefaultValueAttribute(true)]
3373         public bool AllowSorting { get { throw null; } set { } }
3374         public System.Drawing.Color AlternatingBackColor { get { throw null; } set { } }
3375         public override System.Drawing.Color BackColor { get { throw null; } set { } }
3376         public System.Drawing.Color BackgroundColor { get { throw null; } set { } }
3377         [System.ComponentModel.BrowsableAttribute(false)]
3378         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3379         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
3380         [System.ComponentModel.BrowsableAttribute(false)]
3381         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3382         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
3383         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(2))]
3384         [System.Runtime.InteropServices.DispIdAttribute(-504)]
3385         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
3386         public System.Drawing.Color CaptionBackColor { get { throw null; } set { } }
3387         [System.ComponentModel.AmbientValueAttribute(null)]
3388         [System.ComponentModel.LocalizableAttribute(true)]
3389         public System.Drawing.Font CaptionFont { get { throw null; } set { } }
3390         public System.Drawing.Color CaptionForeColor { get { throw null; } set { } }
3391         [System.ComponentModel.DefaultValueAttribute("")]
3392         [System.ComponentModel.LocalizableAttribute(true)]
3393         public string CaptionText { get { throw null; } set { } }
3394         [System.ComponentModel.DefaultValueAttribute(true)]
3395         public bool CaptionVisible { get { throw null; } set { } }
3396         [System.ComponentModel.DefaultValueAttribute(true)]
3397         public bool ColumnHeadersVisible { get { throw null; } set { } }
3398         [System.ComponentModel.BrowsableAttribute(false)]
3399         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3400         public System.Windows.Forms.DataGridCell CurrentCell { get { throw null; } set { } }
3401         [System.ComponentModel.BrowsableAttribute(false)]
3402         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3403         public int CurrentRowIndex { get { throw null; } set { } }
3404         [System.ComponentModel.BrowsableAttribute(false)]
3405         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3406         public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
3407         [System.ComponentModel.DefaultValueAttribute(null)]
3408         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
3409         public string DataMember { get { throw null; } set { } }
3410         [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
3411         [System.ComponentModel.DefaultValueAttribute(null)]
3412         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
3413         public object DataSource { get { throw null; } set { } }
3414         protected override System.Drawing.Size DefaultSize { get { throw null; } }
3415         [System.ComponentModel.BrowsableAttribute(false)]
3416         public int FirstVisibleColumn { get { throw null; } }
3417         [System.ComponentModel.DefaultValueAttribute(false)]
3418         public bool FlatMode { get { throw null; } set { } }
3419         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
3420         public System.Drawing.Color GridLineColor { get { throw null; } set { } }
3421         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridLineStyle)(1))]
3422         public System.Windows.Forms.DataGridLineStyle GridLineStyle { get { throw null; } set { } }
3423         public System.Drawing.Color HeaderBackColor { get { throw null; } set { } }
3424         public System.Drawing.Font HeaderFont { get { throw null; } set { } }
3425         public System.Drawing.Color HeaderForeColor { get { throw null; } set { } }
3426         protected System.Windows.Forms.ScrollBar HorizScrollBar { get { throw null; } }
3427         public object this[int rowIndex, int columnIndex] { get { throw null; } set { } }
3428         public object this[System.Windows.Forms.DataGridCell cell] { get { throw null; } set { } }
3429         public System.Drawing.Color LinkColor { get { throw null; } set { } }
3430         [System.ComponentModel.BrowsableAttribute(false)]
3431         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3432         public System.Drawing.Color LinkHoverColor { get { throw null; } set { } }
3433         [System.ComponentModel.BrowsableAttribute(false)]
3434         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3435         protected internal System.Windows.Forms.CurrencyManager ListManager { get { throw null; } set { } }
3436         public System.Drawing.Color ParentRowsBackColor { get { throw null; } set { } }
3437         public System.Drawing.Color ParentRowsForeColor { get { throw null; } set { } }
3438         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridParentRowsLabelStyle)(3))]
3439         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3440         public System.Windows.Forms.DataGridParentRowsLabelStyle ParentRowsLabelStyle { get { throw null; } set { } }
3441         [System.ComponentModel.DefaultValueAttribute(true)]
3442         public bool ParentRowsVisible { get { throw null; } set { } }
3443         [System.ComponentModel.DefaultValueAttribute(75)]
3444         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter))]
3445         public int PreferredColumnWidth { get { throw null; } set { } }
3446         public int PreferredRowHeight { get { throw null; } set { } }
3447         [System.ComponentModel.DefaultValueAttribute(false)]
3448         public bool ReadOnly { get { throw null; } set { } }
3449         [System.ComponentModel.DefaultValueAttribute(true)]
3450         public bool RowHeadersVisible { get { throw null; } set { } }
3451         [System.ComponentModel.DefaultValueAttribute(35)]
3452         public int RowHeaderWidth { get { throw null; } set { } }
3453         public System.Drawing.Color SelectionBackColor { get { throw null; } set { } }
3454         public System.Drawing.Color SelectionForeColor { get { throw null; } set { } }
3455         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
3456         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
3457         [System.ComponentModel.LocalizableAttribute(true)]
3458         public System.Windows.Forms.GridTableStylesCollection TableStyles { get { throw null; } }
3459         [System.ComponentModel.BindableAttribute(false)]
3460         [System.ComponentModel.BrowsableAttribute(false)]
3461         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3462         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3463         public override string Text { get { throw null; } set { } }
3464         [System.ComponentModel.BrowsableAttribute(false)]
3465         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3466         protected System.Windows.Forms.ScrollBar VertScrollBar { get { throw null; } }
3467         [System.ComponentModel.BrowsableAttribute(false)]
3468         public int VisibleColumnCount { get { throw null; } }
3469         [System.ComponentModel.BrowsableAttribute(false)]
3470         public int VisibleRowCount { get { throw null; } }
3471         public event System.EventHandler AllowNavigationChanged { add { } remove { } }
3472         public event System.EventHandler BackButtonClick { add { } remove { } }
3473         public event System.EventHandler BackgroundColorChanged { add { } remove { } }
3474         [System.ComponentModel.BrowsableAttribute(false)]
3475         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3476         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
3477         [System.ComponentModel.BrowsableAttribute(false)]
3478         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3479         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
3480         public event System.EventHandler BorderStyleChanged { add { } remove { } }
3481         public event System.EventHandler CaptionVisibleChanged { add { } remove { } }
3482         public event System.EventHandler CurrentCellChanged { add { } remove { } }
3483         [System.ComponentModel.BrowsableAttribute(false)]
3484         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3485         public new event System.EventHandler CursorChanged { add { } remove { } }
3486         public event System.EventHandler DataSourceChanged { add { } remove { } }
3487         public event System.EventHandler FlatModeChanged { add { } remove { } }
3488         public event System.Windows.Forms.NavigateEventHandler Navigate { add { } remove { } }
3489         public event System.EventHandler ParentRowsLabelStyleChanged { add { } remove { } }
3490         public event System.EventHandler ParentRowsVisibleChanged { add { } remove { } }
3491         public event System.EventHandler ReadOnlyChanged { add { } remove { } }
3492         protected event System.EventHandler RowHeaderClick { add { } remove { } }
3493         public event System.EventHandler Scroll { add { } remove { } }
3494         public event System.EventHandler ShowParentDetailsButtonClick { add { } remove { } }
3495         [System.ComponentModel.BrowsableAttribute(false)]
3496         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3497         public new event System.EventHandler TextChanged { add { } remove { } }
BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber)3498         public bool BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber) { throw null; }
BeginInit()3499         public void BeginInit() { }
CancelEditing()3500         protected virtual void CancelEditing() { }
Collapse(int row)3501         public void Collapse(int row) { }
ColumnStartedEditing(System.Drawing.Rectangle bounds)3502         protected internal virtual void ColumnStartedEditing(System.Drawing.Rectangle bounds) { }
ColumnStartedEditing(System.Windows.Forms.Control editingControl)3503         protected internal virtual void ColumnStartedEditing(System.Windows.Forms.Control editingControl) { }
CreateAccessibilityInstance()3504         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateGridColumn(System.ComponentModel.PropertyDescriptor prop)3505         protected virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop) { throw null; }
3506         [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
CreateGridColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault)3507         protected virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault) { throw null; }
Dispose(bool disposing)3508         protected override void Dispose(bool disposing) { }
EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort)3509         public bool EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort) { throw null; }
EndInit()3510         public void EndInit() { }
Expand(int row)3511         public void Expand(int row) { }
GetCellBounds(int row, int col)3512         public System.Drawing.Rectangle GetCellBounds(int row, int col) { throw null; }
GetCellBounds(System.Windows.Forms.DataGridCell dgc)3513         public System.Drawing.Rectangle GetCellBounds(System.Windows.Forms.DataGridCell dgc) { throw null; }
GetCurrentCellBounds()3514         public System.Drawing.Rectangle GetCurrentCellBounds() { throw null; }
GetOutputTextDelimiter()3515         protected virtual string GetOutputTextDelimiter() { throw null; }
GridHScrolled(object sender, System.Windows.Forms.ScrollEventArgs se)3516         protected virtual void GridHScrolled(object sender, System.Windows.Forms.ScrollEventArgs se) { }
GridVScrolled(object sender, System.Windows.Forms.ScrollEventArgs se)3517         protected virtual void GridVScrolled(object sender, System.Windows.Forms.ScrollEventArgs se) { }
HitTest(System.Drawing.Point position)3518         public System.Windows.Forms.DataGrid.HitTestInfo HitTest(System.Drawing.Point position) { throw null; }
HitTest(int x, int y)3519         public System.Windows.Forms.DataGrid.HitTestInfo HitTest(int x, int y) { throw null; }
IsExpanded(int rowNumber)3520         public bool IsExpanded(int rowNumber) { throw null; }
IsSelected(int row)3521         public bool IsSelected(int row) { throw null; }
NavigateBack()3522         public void NavigateBack() { }
NavigateTo(int rowNumber, string relationName)3523         public void NavigateTo(int rowNumber, string relationName) { }
OnAllowNavigationChanged(System.EventArgs e)3524         protected virtual void OnAllowNavigationChanged(System.EventArgs e) { }
OnBackButtonClicked(object sender, System.EventArgs e)3525         protected void OnBackButtonClicked(object sender, System.EventArgs e) { }
OnBackColorChanged(System.EventArgs e)3526         protected override void OnBackColorChanged(System.EventArgs e) { }
OnBackgroundColorChanged(System.EventArgs e)3527         protected virtual void OnBackgroundColorChanged(System.EventArgs e) { }
OnBindingContextChanged(System.EventArgs e)3528         protected override void OnBindingContextChanged(System.EventArgs e) { }
OnBorderStyleChanged(System.EventArgs e)3529         protected virtual void OnBorderStyleChanged(System.EventArgs e) { }
OnCaptionVisibleChanged(System.EventArgs e)3530         protected virtual void OnCaptionVisibleChanged(System.EventArgs e) { }
OnCurrentCellChanged(System.EventArgs e)3531         protected virtual void OnCurrentCellChanged(System.EventArgs e) { }
OnDataSourceChanged(System.EventArgs e)3532         protected virtual void OnDataSourceChanged(System.EventArgs e) { }
OnEnter(System.EventArgs e)3533         protected override void OnEnter(System.EventArgs e) { }
OnFlatModeChanged(System.EventArgs e)3534         protected virtual void OnFlatModeChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)3535         protected override void OnFontChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)3536         protected override void OnForeColorChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)3537         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)3538         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs ke)3539         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs ke) { }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs kpe)3540         protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs kpe) { }
OnLayout(System.Windows.Forms.LayoutEventArgs levent)3541         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
OnLeave(System.EventArgs e)3542         protected override void OnLeave(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)3543         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseLeave(System.EventArgs e)3544         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs e)3545         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)3546         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)3547         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
OnNavigate(System.Windows.Forms.NavigateEventArgs e)3548         protected void OnNavigate(System.Windows.Forms.NavigateEventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs pe)3549         protected override void OnPaint(System.Windows.Forms.PaintEventArgs pe) { }
OnPaintBackground(System.Windows.Forms.PaintEventArgs ebe)3550         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs ebe) { }
OnParentRowsLabelStyleChanged(System.EventArgs e)3551         protected virtual void OnParentRowsLabelStyleChanged(System.EventArgs e) { }
OnParentRowsVisibleChanged(System.EventArgs e)3552         protected virtual void OnParentRowsVisibleChanged(System.EventArgs e) { }
OnReadOnlyChanged(System.EventArgs e)3553         protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
OnResize(System.EventArgs e)3554         protected override void OnResize(System.EventArgs e) { }
OnRowHeaderClick(System.EventArgs e)3555         protected void OnRowHeaderClick(System.EventArgs e) { }
OnScroll(System.EventArgs e)3556         protected void OnScroll(System.EventArgs e) { }
OnShowParentDetailsButtonClicked(object sender, System.EventArgs e)3557         protected void OnShowParentDetailsButtonClicked(object sender, System.EventArgs e) { }
ProcessDialogKey(System.Windows.Forms.Keys keyData)3558         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessGridKey(System.Windows.Forms.KeyEventArgs ke)3559         protected bool ProcessGridKey(System.Windows.Forms.KeyEventArgs ke) { throw null; }
ProcessKeyPreview(ref System.Windows.Forms.Message m)3560         protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
ProcessTabKey(System.Windows.Forms.Keys keyData)3561         protected bool ProcessTabKey(System.Windows.Forms.Keys keyData) { throw null; }
ResetAlternatingBackColor()3562         public void ResetAlternatingBackColor() { }
ResetBackColor()3563         public override void ResetBackColor() { }
ResetForeColor()3564         public override void ResetForeColor() { }
ResetGridLineColor()3565         public void ResetGridLineColor() { }
ResetHeaderBackColor()3566         public void ResetHeaderBackColor() { }
ResetHeaderFont()3567         public void ResetHeaderFont() { }
ResetHeaderForeColor()3568         public void ResetHeaderForeColor() { }
ResetLinkColor()3569         public void ResetLinkColor() { }
ResetLinkHoverColor()3570         public void ResetLinkHoverColor() { }
ResetSelection()3571         protected void ResetSelection() { }
ResetSelectionBackColor()3572         public void ResetSelectionBackColor() { }
ResetSelectionForeColor()3573         public void ResetSelectionForeColor() { }
Select(int row)3574         public void Select(int row) { }
SetDataBinding(object dataSource, string dataMember)3575         public void SetDataBinding(object dataSource, string dataMember) { }
ShouldSerializeAlternatingBackColor()3576         protected virtual bool ShouldSerializeAlternatingBackColor() { throw null; }
ShouldSerializeBackgroundColor()3577         protected virtual bool ShouldSerializeBackgroundColor() { throw null; }
ShouldSerializeCaptionBackColor()3578         protected virtual bool ShouldSerializeCaptionBackColor() { throw null; }
ShouldSerializeCaptionForeColor()3579         protected virtual bool ShouldSerializeCaptionForeColor() { throw null; }
ShouldSerializeGridLineColor()3580         protected virtual bool ShouldSerializeGridLineColor() { throw null; }
ShouldSerializeHeaderBackColor()3581         protected virtual bool ShouldSerializeHeaderBackColor() { throw null; }
ShouldSerializeHeaderFont()3582         protected bool ShouldSerializeHeaderFont() { throw null; }
ShouldSerializeHeaderForeColor()3583         protected virtual bool ShouldSerializeHeaderForeColor() { throw null; }
ShouldSerializeLinkHoverColor()3584         protected virtual bool ShouldSerializeLinkHoverColor() { throw null; }
ShouldSerializeParentRowsBackColor()3585         protected virtual bool ShouldSerializeParentRowsBackColor() { throw null; }
ShouldSerializeParentRowsForeColor()3586         protected virtual bool ShouldSerializeParentRowsForeColor() { throw null; }
ShouldSerializePreferredRowHeight()3587         protected bool ShouldSerializePreferredRowHeight() { throw null; }
ShouldSerializeSelectionBackColor()3588         protected bool ShouldSerializeSelectionBackColor() { throw null; }
ShouldSerializeSelectionForeColor()3589         protected virtual bool ShouldSerializeSelectionForeColor() { throw null; }
SubObjectsSiteChange(bool site)3590         public void SubObjectsSiteChange(bool site) { }
UnSelect(int row)3591         public void UnSelect(int row) { }
3592         public sealed partial class HitTestInfo
3593         {
HitTestInfo()3594             internal HitTestInfo() { }
3595             public static readonly System.Windows.Forms.DataGrid.HitTestInfo Nowhere;
3596             public int Column { get { throw null; } }
3597             public int Row { get { throw null; } }
3598             public System.Windows.Forms.DataGrid.HitTestType Type { get { throw null; } }
Equals(object value)3599             public override bool Equals(object value) { throw null; }
GetHashCode()3600             public override int GetHashCode() { throw null; }
ToString()3601             public override string ToString() { throw null; }
3602         }
3603         [System.FlagsAttribute]
3604         public enum HitTestType
3605         {
3606             Caption = 32,
3607             Cell = 1,
3608             ColumnHeader = 2,
3609             ColumnResize = 8,
3610             None = 0,
3611             ParentRows = 64,
3612             RowHeader = 4,
3613             RowResize = 16,
3614         }
3615     }
3616     public partial class DataGridBoolColumn : System.Windows.Forms.DataGridColumnStyle
3617     {
DataGridBoolColumn()3618         public DataGridBoolColumn() { }
DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop)3619         public DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop) { }
DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault)3620         public DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault) { }
3621         [System.ComponentModel.DefaultValueAttribute(true)]
3622         public bool AllowNull { get { throw null; } set { } }
3623         [System.ComponentModel.DefaultValueAttribute(false)]
3624         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
3625         public object FalseValue { get { throw null; } set { } }
3626         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
3627         public object NullValue { get { throw null; } set { } }
3628         [System.ComponentModel.DefaultValueAttribute(true)]
3629         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
3630         public object TrueValue { get { throw null; } set { } }
3631         public event System.EventHandler AllowNullChanged { add { } remove { } }
3632         public event System.EventHandler FalseValueChanged { add { } remove { } }
3633         public event System.EventHandler TrueValueChanged { add { } remove { } }
Abort(int rowNum)3634         protected internal override void Abort(int rowNum) { }
Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum)3635         protected internal override bool Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum) { throw null; }
3636         [System.MonoTODOAttribute("Stub, does nothing")]
ConcedeFocus()3637         protected internal override void ConcedeFocus() { }
Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible)3638         protected internal override void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible) { }
3639         [System.MonoTODOAttribute("Stub, does nothing")]
EnterNullValue()3640         protected internal override void EnterNullValue() { }
GetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, int row)3641         protected internal override object GetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, int row) { throw null; }
GetMinimumHeight()3642         protected internal override int GetMinimumHeight() { throw null; }
GetPreferredHeight(System.Drawing.Graphics g, object value)3643         protected internal override int GetPreferredHeight(System.Drawing.Graphics g, object value) { throw null; }
GetPreferredSize(System.Drawing.Graphics g, object value)3644         protected internal override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, object value) { throw null; }
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum)3645         protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum) { }
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight)3646         protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight) { }
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight)3647         protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight) { }
SetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, int row, object value)3648         protected internal override void SetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, int row, object value) { }
3649     }
3650     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
3651     public partial struct DataGridCell
3652     {
DataGridCellSystem.Windows.Forms.DataGridCell3653         public DataGridCell(int r, int c) { throw null;}
3654         public int ColumnNumber { get { throw null; } set { } }
3655         public int RowNumber { get { throw null; } set { } }
EqualsSystem.Windows.Forms.DataGridCell3656         public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Windows.Forms.DataGridCell3657         public override int GetHashCode() { throw null; }
ToStringSystem.Windows.Forms.DataGridCell3658         public override string ToString() { throw null; }
3659     }
3660     [System.ComponentModel.DefaultPropertyAttribute("Header")]
3661     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
3662     [System.ComponentModel.ToolboxItemAttribute(false)]
3663     public abstract partial class DataGridColumnStyle : System.ComponentModel.Component, System.Windows.Forms.IDataGridColumnStyleEditingNotificationService
3664     {
DataGridColumnStyle()3665         public DataGridColumnStyle() { }
DataGridColumnStyle(System.ComponentModel.PropertyDescriptor prop)3666         public DataGridColumnStyle(System.ComponentModel.PropertyDescriptor prop) { }
3667         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
3668         [System.ComponentModel.LocalizableAttribute(true)]
3669         public virtual System.Windows.Forms.HorizontalAlignment Alignment { get { throw null; } set { } }
3670         [System.ComponentModel.BrowsableAttribute(false)]
3671         public virtual System.Windows.Forms.DataGridTableStyle DataGridTableStyle { get { throw null; } }
3672         protected int FontHeight { get { throw null; } }
3673         [System.ComponentModel.BrowsableAttribute(false)]
3674         public System.Windows.Forms.AccessibleObject HeaderAccessibleObject { get { throw null; } }
3675         [System.ComponentModel.LocalizableAttribute(true)]
3676         public virtual string HeaderText { get { throw null; } set { } }
3677         [System.ComponentModel.DefaultValueAttribute("")]
3678         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridColumnStyleMappingNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
3679         [System.ComponentModel.LocalizableAttribute(true)]
3680         public string MappingName { get { throw null; } set { } }
3681         [System.ComponentModel.LocalizableAttribute(true)]
3682         public virtual string NullText { get { throw null; } set { } }
3683         [System.ComponentModel.BrowsableAttribute(false)]
3684         [System.ComponentModel.DefaultValueAttribute(null)]
3685         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3686         public virtual System.ComponentModel.PropertyDescriptor PropertyDescriptor { get { throw null; } set { } }
3687         [System.ComponentModel.DefaultValueAttribute(false)]
3688         public virtual bool ReadOnly { get { throw null; } set { } }
3689         [System.ComponentModel.DefaultValueAttribute(100)]
3690         [System.ComponentModel.LocalizableAttribute(true)]
3691         public virtual int Width { get { throw null; } set { } }
3692         public event System.EventHandler AlignmentChanged { add { } remove { } }
3693         public event System.EventHandler FontChanged { add { } remove { } }
3694         public event System.EventHandler HeaderTextChanged { add { } remove { } }
3695         public event System.EventHandler MappingNameChanged { add { } remove { } }
3696         public event System.EventHandler NullTextChanged { add { } remove { } }
3697         [System.ComponentModel.BrowsableAttribute(false)]
3698         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3699         public event System.EventHandler PropertyDescriptorChanged { add { } remove { } }
3700         public event System.EventHandler ReadOnlyChanged { add { } remove { } }
3701         public event System.EventHandler WidthChanged { add { } remove { } }
Abort(int rowNum)3702         protected internal abstract void Abort(int rowNum);
3703         [System.MonoTODOAttribute("Will not suspend updates")]
BeginUpdate()3704         protected void BeginUpdate() { }
CheckValidDataSource(System.Windows.Forms.CurrencyManager value)3705         protected void CheckValidDataSource(System.Windows.Forms.CurrencyManager value) { }
ColumnStartedEditing(System.Windows.Forms.Control editingControl)3706         protected internal virtual void ColumnStartedEditing(System.Windows.Forms.Control editingControl) { }
Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum)3707         protected internal abstract bool Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum);
ConcedeFocus()3708         protected internal virtual void ConcedeFocus() { }
CreateHeaderAccessibleObject()3709         protected virtual System.Windows.Forms.AccessibleObject CreateHeaderAccessibleObject() { throw null; }
Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly)3710         protected internal virtual void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly) { }
Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText)3711         protected internal virtual void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText) { }
Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible)3712         protected internal abstract void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible);
EndUpdate()3713         protected void EndUpdate() { }
EnterNullValue()3714         protected internal virtual void EnterNullValue() { }
GetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, int rowNum)3715         protected internal virtual object GetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, int rowNum) { throw null; }
GetMinimumHeight()3716         protected internal abstract int GetMinimumHeight();
GetPreferredHeight(System.Drawing.Graphics g, object value)3717         protected internal abstract int GetPreferredHeight(System.Drawing.Graphics g, object value);
GetPreferredSize(System.Drawing.Graphics g, object value)3718         protected internal abstract System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, object value);
Invalidate()3719         protected virtual void Invalidate() { }
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum)3720         protected internal abstract void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum);
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight)3721         protected internal abstract void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight);
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight)3722         protected internal virtual void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight) { }
ReleaseHostedControl()3723         protected internal virtual void ReleaseHostedControl() { }
ResetHeaderText()3724         public void ResetHeaderText() { }
SetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, int rowNum, object value)3725         protected internal virtual void SetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, int rowNum, object value) { }
SetDataGrid(System.Windows.Forms.DataGrid value)3726         protected virtual void SetDataGrid(System.Windows.Forms.DataGrid value) { }
SetDataGridInColumn(System.Windows.Forms.DataGrid value)3727         protected virtual void SetDataGridInColumn(System.Windows.Forms.DataGrid value) { }
System.Windows.Forms.IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing(System.Windows.Forms.Control editingControl)3728         void System.Windows.Forms.IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing(System.Windows.Forms.Control editingControl) { }
UpdateUI(System.Windows.Forms.CurrencyManager source, int rowNum, string displayText)3729         protected internal virtual void UpdateUI(System.Windows.Forms.CurrencyManager source, int rowNum, string displayText) { }
3730         protected partial class CompModSwitches
3731         {
CompModSwitches()3732             public CompModSwitches() { }
3733             [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
3734             public static System.Diagnostics.TraceSwitch DGEditColumnEditing { get { throw null; } }
3735         }
3736         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3737         protected partial class DataGridColumnHeaderAccessibleObject : System.Windows.Forms.AccessibleObject
3738         {
DataGridColumnHeaderAccessibleObject()3739             public DataGridColumnHeaderAccessibleObject() { }
DataGridColumnHeaderAccessibleObject(System.Windows.Forms.DataGridColumnStyle owner)3740             public DataGridColumnHeaderAccessibleObject(System.Windows.Forms.DataGridColumnStyle owner) { }
3741             [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
3742             public override System.Drawing.Rectangle Bounds { get { throw null; } }
3743             public override string Name { get { throw null; } }
3744             protected System.Windows.Forms.DataGridColumnStyle Owner { get { throw null; } }
3745             public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
3746             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
3747             [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
Navigate(System.Windows.Forms.AccessibleNavigation navdir)3748             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navdir) { throw null; }
3749         }
3750     }
3751     public enum DataGridLineStyle
3752     {
3753         None = 0,
3754         Solid = 1,
3755     }
3756     public enum DataGridParentRowsLabelStyle
3757     {
3758         Both = 3,
3759         ColumnName = 2,
3760         None = 0,
3761         TableName = 1,
3762     }
3763     public partial class DataGridPreferredColumnWidthTypeConverter : System.ComponentModel.TypeConverter
3764     {
DataGridPreferredColumnWidthTypeConverter()3765         public DataGridPreferredColumnWidthTypeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3766         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3767         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)3768         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3769     }
3770     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
3771     [System.ComponentModel.ToolboxItemAttribute(false)]
3772     public partial class DataGridTableStyle : System.ComponentModel.Component, System.Windows.Forms.IDataGridEditingService
3773     {
3774         public static readonly System.Windows.Forms.DataGridTableStyle DefaultTableStyle;
DataGridTableStyle()3775         public DataGridTableStyle() { }
DataGridTableStyle(bool isDefaultTableStyle)3776         public DataGridTableStyle(bool isDefaultTableStyle) { }
DataGridTableStyle(System.Windows.Forms.CurrencyManager listManager)3777         public DataGridTableStyle(System.Windows.Forms.CurrencyManager listManager) { }
3778         [System.ComponentModel.DefaultValueAttribute(true)]
3779         public bool AllowSorting { get { throw null; } set { } }
3780         public System.Drawing.Color AlternatingBackColor { get { throw null; } set { } }
3781         public System.Drawing.Color BackColor { get { throw null; } set { } }
3782         [System.ComponentModel.DefaultValueAttribute(true)]
3783         public bool ColumnHeadersVisible { get { throw null; } set { } }
3784         [System.ComponentModel.BrowsableAttribute(false)]
3785         public virtual System.Windows.Forms.DataGrid DataGrid { get { throw null; } set { } }
3786         public System.Drawing.Color ForeColor { get { throw null; } set { } }
3787         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
3788         [System.ComponentModel.LocalizableAttribute(true)]
3789         public virtual System.Windows.Forms.GridColumnStylesCollection GridColumnStyles { get { throw null; } }
3790         public System.Drawing.Color GridLineColor { get { throw null; } set { } }
3791         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridLineStyle)(1))]
3792         public System.Windows.Forms.DataGridLineStyle GridLineStyle { get { throw null; } set { } }
3793         public System.Drawing.Color HeaderBackColor { get { throw null; } set { } }
3794         [System.ComponentModel.AmbientValueAttribute(null)]
3795         [System.ComponentModel.LocalizableAttribute(true)]
3796         public System.Drawing.Font HeaderFont { get { throw null; } set { } }
3797         public System.Drawing.Color HeaderForeColor { get { throw null; } set { } }
3798         public System.Drawing.Color LinkColor { get { throw null; } set { } }
3799         [System.ComponentModel.BrowsableAttribute(false)]
3800         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3801         public System.Drawing.Color LinkHoverColor { get { throw null; } set { } }
3802         [System.ComponentModel.DefaultValueAttribute("")]
3803         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridTableStyleMappingNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
3804         public string MappingName { get { throw null; } set { } }
3805         [System.ComponentModel.DefaultValueAttribute(75)]
3806         [System.ComponentModel.LocalizableAttribute(true)]
3807         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter))]
3808         public int PreferredColumnWidth { get { throw null; } set { } }
3809         [System.ComponentModel.LocalizableAttribute(true)]
3810         public int PreferredRowHeight { get { throw null; } set { } }
3811         [System.ComponentModel.DefaultValueAttribute(false)]
3812         public virtual bool ReadOnly { get { throw null; } set { } }
3813         [System.ComponentModel.DefaultValueAttribute(true)]
3814         public bool RowHeadersVisible { get { throw null; } set { } }
3815         [System.ComponentModel.DefaultValueAttribute(35)]
3816         [System.ComponentModel.LocalizableAttribute(true)]
3817         public int RowHeaderWidth { get { throw null; } set { } }
3818         public System.Drawing.Color SelectionBackColor { get { throw null; } set { } }
3819         [System.ComponentModel.DescriptionAttribute("The foreground color for the current data grid row")]
3820         public System.Drawing.Color SelectionForeColor { get { throw null; } set { } }
3821         public event System.EventHandler AllowSortingChanged { add { } remove { } }
3822         public event System.EventHandler AlternatingBackColorChanged { add { } remove { } }
3823         public event System.EventHandler BackColorChanged { add { } remove { } }
3824         public event System.EventHandler ColumnHeadersVisibleChanged { add { } remove { } }
3825         public event System.EventHandler ForeColorChanged { add { } remove { } }
3826         public event System.EventHandler GridLineColorChanged { add { } remove { } }
3827         public event System.EventHandler GridLineStyleChanged { add { } remove { } }
3828         public event System.EventHandler HeaderBackColorChanged { add { } remove { } }
3829         public event System.EventHandler HeaderFontChanged { add { } remove { } }
3830         public event System.EventHandler HeaderForeColorChanged { add { } remove { } }
3831         public event System.EventHandler LinkColorChanged { add { } remove { } }
3832         public event System.EventHandler LinkHoverColorChanged { add { } remove { } }
3833         public event System.EventHandler MappingNameChanged { add { } remove { } }
3834         public event System.EventHandler PreferredColumnWidthChanged { add { } remove { } }
3835         public event System.EventHandler PreferredRowHeightChanged { add { } remove { } }
3836         public event System.EventHandler ReadOnlyChanged { add { } remove { } }
3837         public event System.EventHandler RowHeadersVisibleChanged { add { } remove { } }
3838         public event System.EventHandler RowHeaderWidthChanged { add { } remove { } }
3839         public event System.EventHandler SelectionBackColorChanged { add { } remove { } }
3840         public event System.EventHandler SelectionForeColorChanged { add { } remove { } }
3841         [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber)3842         public bool BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber) { throw null; }
CreateGridColumn(System.ComponentModel.PropertyDescriptor prop)3843         protected internal virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop) { throw null; }
CreateGridColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault)3844         protected internal virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault) { throw null; }
Dispose(bool disposing)3845         protected override void Dispose(bool disposing) { }
3846         [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort)3847         public bool EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort) { throw null; }
OnAllowSortingChanged(System.EventArgs e)3848         protected virtual void OnAllowSortingChanged(System.EventArgs e) { }
OnAlternatingBackColorChanged(System.EventArgs e)3849         protected virtual void OnAlternatingBackColorChanged(System.EventArgs e) { }
OnBackColorChanged(System.EventArgs e)3850         protected virtual void OnBackColorChanged(System.EventArgs e) { }
OnColumnHeadersVisibleChanged(System.EventArgs e)3851         protected virtual void OnColumnHeadersVisibleChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)3852         protected virtual void OnForeColorChanged(System.EventArgs e) { }
OnGridLineColorChanged(System.EventArgs e)3853         protected virtual void OnGridLineColorChanged(System.EventArgs e) { }
OnGridLineStyleChanged(System.EventArgs e)3854         protected virtual void OnGridLineStyleChanged(System.EventArgs e) { }
OnHeaderBackColorChanged(System.EventArgs e)3855         protected virtual void OnHeaderBackColorChanged(System.EventArgs e) { }
OnHeaderFontChanged(System.EventArgs e)3856         protected virtual void OnHeaderFontChanged(System.EventArgs e) { }
OnHeaderForeColorChanged(System.EventArgs e)3857         protected virtual void OnHeaderForeColorChanged(System.EventArgs e) { }
OnLinkColorChanged(System.EventArgs e)3858         protected virtual void OnLinkColorChanged(System.EventArgs e) { }
OnLinkHoverColorChanged(System.EventArgs e)3859         protected virtual void OnLinkHoverColorChanged(System.EventArgs e) { }
OnMappingNameChanged(System.EventArgs e)3860         protected virtual void OnMappingNameChanged(System.EventArgs e) { }
OnPreferredColumnWidthChanged(System.EventArgs e)3861         protected virtual void OnPreferredColumnWidthChanged(System.EventArgs e) { }
OnPreferredRowHeightChanged(System.EventArgs e)3862         protected virtual void OnPreferredRowHeightChanged(System.EventArgs e) { }
OnReadOnlyChanged(System.EventArgs e)3863         protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
OnRowHeadersVisibleChanged(System.EventArgs e)3864         protected virtual void OnRowHeadersVisibleChanged(System.EventArgs e) { }
OnRowHeaderWidthChanged(System.EventArgs e)3865         protected virtual void OnRowHeaderWidthChanged(System.EventArgs e) { }
OnSelectionBackColorChanged(System.EventArgs e)3866         protected virtual void OnSelectionBackColorChanged(System.EventArgs e) { }
OnSelectionForeColorChanged(System.EventArgs e)3867         protected virtual void OnSelectionForeColorChanged(System.EventArgs e) { }
ResetAlternatingBackColor()3868         public void ResetAlternatingBackColor() { }
ResetBackColor()3869         public void ResetBackColor() { }
ResetForeColor()3870         public void ResetForeColor() { }
ResetGridLineColor()3871         public void ResetGridLineColor() { }
ResetHeaderBackColor()3872         public void ResetHeaderBackColor() { }
ResetHeaderFont()3873         public void ResetHeaderFont() { }
ResetHeaderForeColor()3874         public void ResetHeaderForeColor() { }
ResetLinkColor()3875         public void ResetLinkColor() { }
ResetLinkHoverColor()3876         public void ResetLinkHoverColor() { }
ResetSelectionBackColor()3877         public void ResetSelectionBackColor() { }
ResetSelectionForeColor()3878         public void ResetSelectionForeColor() { }
ShouldSerializeAlternatingBackColor()3879         protected virtual bool ShouldSerializeAlternatingBackColor() { throw null; }
ShouldSerializeBackColor()3880         protected bool ShouldSerializeBackColor() { throw null; }
ShouldSerializeForeColor()3881         protected bool ShouldSerializeForeColor() { throw null; }
ShouldSerializeGridLineColor()3882         protected virtual bool ShouldSerializeGridLineColor() { throw null; }
ShouldSerializeHeaderBackColor()3883         protected virtual bool ShouldSerializeHeaderBackColor() { throw null; }
ShouldSerializeHeaderForeColor()3884         protected virtual bool ShouldSerializeHeaderForeColor() { throw null; }
ShouldSerializeLinkColor()3885         protected virtual bool ShouldSerializeLinkColor() { throw null; }
ShouldSerializeLinkHoverColor()3886         protected virtual bool ShouldSerializeLinkHoverColor() { throw null; }
ShouldSerializePreferredRowHeight()3887         protected bool ShouldSerializePreferredRowHeight() { throw null; }
ShouldSerializeSelectionBackColor()3888         protected bool ShouldSerializeSelectionBackColor() { throw null; }
ShouldSerializeSelectionForeColor()3889         protected virtual bool ShouldSerializeSelectionForeColor() { throw null; }
3890     }
3891     [System.ComponentModel.DefaultPropertyAttribute("GridEditName")]
3892     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
3893     [System.ComponentModel.ToolboxItemAttribute(false)]
3894     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
3895     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3896     public partial class DataGridTextBox : System.Windows.Forms.TextBox
3897     {
DataGridTextBox()3898         public DataGridTextBox() { }
3899         public bool IsInEditOrNavigateMode { get { throw null; } set { } }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)3900         protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)3901         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
ProcessKeyMessage(ref System.Windows.Forms.Message m)3902         protected internal override bool ProcessKeyMessage(ref System.Windows.Forms.Message m) { throw null; }
SetDataGrid(System.Windows.Forms.DataGrid parentGrid)3903         public void SetDataGrid(System.Windows.Forms.DataGrid parentGrid) { }
WndProc(ref System.Windows.Forms.Message m)3904         protected override void WndProc(ref System.Windows.Forms.Message m) { }
3905     }
3906     public partial class DataGridTextBoxColumn : System.Windows.Forms.DataGridColumnStyle
3907     {
DataGridTextBoxColumn()3908         public DataGridTextBoxColumn() { }
DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop)3909         public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop) { }
DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault)3910         public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault) { }
DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, string format)3911         public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, string format) { }
DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, string format, bool isDefault)3912         public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, string format, bool isDefault) { }
3913         [System.ComponentModel.DefaultValueAttribute(null)]
3914         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridColumnStyleFormatEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
3915         public string Format { get { throw null; } set { } }
3916         [System.ComponentModel.BrowsableAttribute(false)]
3917         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3918         public System.IFormatProvider FormatInfo { get { throw null; } set { } }
3919         [System.ComponentModel.DefaultValueAttribute(null)]
3920         public override System.ComponentModel.PropertyDescriptor PropertyDescriptor { set { } }
3921         public override bool ReadOnly { get { throw null; } set { } }
3922         [System.ComponentModel.BrowsableAttribute(false)]
3923         public virtual System.Windows.Forms.TextBox TextBox { get { throw null; } }
Abort(int rowNum)3924         protected internal override void Abort(int rowNum) { }
Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum)3925         protected internal override bool Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum) { throw null; }
ConcedeFocus()3926         protected internal override void ConcedeFocus() { }
Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible)3927         protected internal override void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible) { }
EndEdit()3928         protected void EndEdit() { }
EnterNullValue()3929         protected internal override void EnterNullValue() { }
GetMinimumHeight()3930         protected internal override int GetMinimumHeight() { throw null; }
GetPreferredHeight(System.Drawing.Graphics g, object value)3931         protected internal override int GetPreferredHeight(System.Drawing.Graphics g, object value) { throw null; }
GetPreferredSize(System.Drawing.Graphics g, object value)3932         protected internal override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, object value) { throw null; }
HideEditBox()3933         protected void HideEditBox() { }
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum)3934         protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum) { }
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight)3935         protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight) { }
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight)3936         protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight) { }
PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string text, bool alignToRight)3937         protected void PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string text, bool alignToRight) { }
PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle textBounds, string text, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight)3938         protected void PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle textBounds, string text, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight) { }
ReleaseHostedControl()3939         protected internal override void ReleaseHostedControl() { }
SetDataGridInColumn(System.Windows.Forms.DataGrid value)3940         protected override void SetDataGridInColumn(System.Windows.Forms.DataGrid value) { }
UpdateUI(System.Windows.Forms.CurrencyManager source, int rowNum, string displayText)3941         protected internal override void UpdateUI(System.Windows.Forms.CurrencyManager source, int rowNum, string displayText) { }
3942     }
3943     [System.ComponentModel.ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
3944     [System.ComponentModel.DefaultEventAttribute("CellContentClick")]
3945     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
3946     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewComponentEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.ComponentEditor))]
3947     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
3948     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3949     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(1))]
3950     public partial class DataGridView : System.Windows.Forms.Control, System.ComponentModel.ISupportInitialize
3951     {
DataGridView()3952         public DataGridView() { }
3953         [System.ComponentModel.BrowsableAttribute(false)]
3954         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3955         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3956         public virtual System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustedTopLeftHeaderBorderStyle { get { throw null; } }
3957         [System.ComponentModel.BrowsableAttribute(false)]
3958         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3959         public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedCellBorderStyle { get { throw null; } }
3960         [System.ComponentModel.BrowsableAttribute(false)]
3961         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3962         public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedColumnHeadersBorderStyle { get { throw null; } }
3963         [System.ComponentModel.BrowsableAttribute(false)]
3964         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3965         public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedRowHeadersBorderStyle { get { throw null; } }
3966         [System.ComponentModel.DefaultValueAttribute(true)]
3967         public bool AllowUserToAddRows { get { throw null; } set { } }
3968         [System.ComponentModel.DefaultValueAttribute(true)]
3969         public bool AllowUserToDeleteRows { get { throw null; } set { } }
3970         [System.ComponentModel.DefaultValueAttribute(false)]
3971         public bool AllowUserToOrderColumns { get { throw null; } set { } }
3972         [System.ComponentModel.DefaultValueAttribute(true)]
3973         public bool AllowUserToResizeColumns { get { throw null; } set { } }
3974         [System.ComponentModel.DefaultValueAttribute(true)]
3975         public bool AllowUserToResizeRows { get { throw null; } set { } }
3976         public System.Windows.Forms.DataGridViewCellStyle AlternatingRowsDefaultCellStyle { get { throw null; } set { } }
3977         [System.ComponentModel.BrowsableAttribute(false)]
3978         [System.ComponentModel.DefaultValueAttribute(true)]
3979         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3980         public bool AutoGenerateColumns { get { throw null; } set { } }
3981         public override bool AutoSize { get { throw null; } set { } }
3982         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewAutoSizeColumnsMode)(1))]
3983         public System.Windows.Forms.DataGridViewAutoSizeColumnsMode AutoSizeColumnsMode { get { throw null; } set { } }
3984         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewAutoSizeRowsMode)(0))]
3985         public System.Windows.Forms.DataGridViewAutoSizeRowsMode AutoSizeRowsMode { get { throw null; } set { } }
3986         [System.ComponentModel.BrowsableAttribute(false)]
3987         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3988         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3989         public override System.Drawing.Color BackColor { get { throw null; } set { } }
3990         public System.Drawing.Color BackgroundColor { get { throw null; } set { } }
3991         [System.ComponentModel.BrowsableAttribute(false)]
3992         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3993         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
3994         [System.ComponentModel.BrowsableAttribute(false)]
3995         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3996         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
3997         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(1))]
3998         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
3999         protected override bool CanEnableIme { get { throw null; } }
4000         [System.ComponentModel.BrowsableAttribute(true)]
4001         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewCellBorderStyle)(1))]
4002         public System.Windows.Forms.DataGridViewCellBorderStyle CellBorderStyle { get { throw null; } set { } }
4003         [System.ComponentModel.BrowsableAttribute(true)]
4004         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewClipboardCopyMode)(1))]
4005         public System.Windows.Forms.DataGridViewClipboardCopyMode ClipboardCopyMode { get { throw null; } set { } }
4006         [System.ComponentModel.BrowsableAttribute(false)]
4007         [System.ComponentModel.DefaultValueAttribute(0)]
4008         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4009         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4010         public int ColumnCount { get { throw null; } set { } }
4011         [System.ComponentModel.BrowsableAttribute(true)]
4012         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewHeaderBorderStyle)(2))]
4013         public System.Windows.Forms.DataGridViewHeaderBorderStyle ColumnHeadersBorderStyle { get { throw null; } set { } }
4014         [System.ComponentModel.AmbientValueAttribute(null)]
4015         public System.Windows.Forms.DataGridViewCellStyle ColumnHeadersDefaultCellStyle { get { throw null; } set { } }
4016         [System.ComponentModel.LocalizableAttribute(true)]
4017         public int ColumnHeadersHeight { get { throw null; } set { } }
4018         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode)(0))]
4019         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
4020         public System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode ColumnHeadersHeightSizeMode { get { throw null; } set { } }
4021         [System.ComponentModel.DefaultValueAttribute(true)]
4022         public bool ColumnHeadersVisible { get { throw null; } set { } }
4023         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
4024         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewColumnCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
4025         [System.ComponentModel.MergablePropertyAttribute(false)]
4026         public System.Windows.Forms.DataGridViewColumnCollection Columns { get { throw null; } }
4027         [System.ComponentModel.BrowsableAttribute(false)]
4028         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4029         public System.Windows.Forms.DataGridViewCell CurrentCell { get { throw null; } set { } }
4030         [System.ComponentModel.BrowsableAttribute(false)]
4031         public System.Drawing.Point CurrentCellAddress { get { throw null; } }
4032         [System.ComponentModel.BrowsableAttribute(false)]
4033         public System.Windows.Forms.DataGridViewRow CurrentRow { get { throw null; } }
4034         [System.ComponentModel.DefaultValueAttribute("")]
4035         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
4036         public string DataMember { get { throw null; } set { } }
4037         [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
4038         [System.ComponentModel.DefaultValueAttribute(null)]
4039         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
4040         public object DataSource { get { throw null; } set { } }
4041         [System.ComponentModel.AmbientValueAttribute(null)]
4042         public System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
4043         protected override System.Drawing.Size DefaultSize { get { throw null; } }
4044         public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
4045         [System.ComponentModel.BrowsableAttribute(false)]
4046         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4047         public System.Windows.Forms.Control EditingControl { get { throw null; } }
4048         [System.ComponentModel.BrowsableAttribute(false)]
4049         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4050         public System.Windows.Forms.Panel EditingPanel { get { throw null; } }
4051         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewEditMode)(2))]
4052         public System.Windows.Forms.DataGridViewEditMode EditMode { get { throw null; } set { } }
4053         [System.ComponentModel.DefaultValueAttribute(true)]
4054         public bool EnableHeadersVisualStyles { get { throw null; } set { } }
4055         [System.ComponentModel.BrowsableAttribute(false)]
4056         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4057         public System.Windows.Forms.DataGridViewCell FirstDisplayedCell { get { throw null; } set { } }
4058         [System.ComponentModel.BrowsableAttribute(false)]
4059         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4060         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4061         public int FirstDisplayedScrollingColumnHiddenWidth { get { throw null; } }
4062         [System.ComponentModel.BrowsableAttribute(false)]
4063         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4064         public int FirstDisplayedScrollingColumnIndex { get { throw null; } set { } }
4065         [System.ComponentModel.BrowsableAttribute(false)]
4066         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4067         public int FirstDisplayedScrollingRowIndex { get { throw null; } set { } }
4068         [System.ComponentModel.BrowsableAttribute(false)]
4069         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4070         public override System.Drawing.Font Font { get { throw null; } set { } }
4071         [System.ComponentModel.BrowsableAttribute(false)]
4072         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4073         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4074         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
4075         public System.Drawing.Color GridColor { get { throw null; } set { } }
4076         protected System.Windows.Forms.ScrollBar HorizontalScrollBar { get { throw null; } }
4077         [System.ComponentModel.BrowsableAttribute(false)]
4078         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4079         public int HorizontalScrollingOffset { get { throw null; } set { } }
4080         [System.ComponentModel.BrowsableAttribute(false)]
4081         public bool IsCurrentCellDirty { get { throw null; } }
4082         [System.ComponentModel.BrowsableAttribute(false)]
4083         public bool IsCurrentCellInEditMode { get { throw null; } }
4084         [System.ComponentModel.BrowsableAttribute(false)]
4085         public bool IsCurrentRowDirty { get { throw null; } }
4086         [System.ComponentModel.BrowsableAttribute(false)]
4087         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4088         public System.Windows.Forms.DataGridViewCell this[int columnIndex, int rowIndex] { get { throw null; } set { } }
4089         [System.ComponentModel.BrowsableAttribute(false)]
4090         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4091         public System.Windows.Forms.DataGridViewCell this[string columnName, int rowIndex] { get { throw null; } set { } }
4092         [System.ComponentModel.DefaultValueAttribute(true)]
4093         public bool MultiSelect { get { throw null; } set { } }
4094         [System.ComponentModel.BrowsableAttribute(false)]
4095         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4096         public int NewRowIndex { get { throw null; } }
4097         [System.ComponentModel.BrowsableAttribute(false)]
4098         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4099         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4100         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
4101         [System.ComponentModel.BrowsableAttribute(true)]
4102         [System.ComponentModel.DefaultValueAttribute(false)]
4103         public bool ReadOnly { get { throw null; } set { } }
4104         [System.ComponentModel.BrowsableAttribute(false)]
4105         [System.ComponentModel.DefaultValueAttribute(0)]
4106         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4107         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4108         public int RowCount { get { throw null; } set { } }
4109         [System.ComponentModel.BrowsableAttribute(true)]
4110         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewHeaderBorderStyle)(2))]
4111         public System.Windows.Forms.DataGridViewHeaderBorderStyle RowHeadersBorderStyle { get { throw null; } set { } }
4112         [System.ComponentModel.AmbientValueAttribute(null)]
4113         public System.Windows.Forms.DataGridViewCellStyle RowHeadersDefaultCellStyle { get { throw null; } set { } }
4114         [System.ComponentModel.DefaultValueAttribute(true)]
4115         public bool RowHeadersVisible { get { throw null; } set { } }
4116         [System.ComponentModel.LocalizableAttribute(true)]
4117         public int RowHeadersWidth { get { throw null; } set { } }
4118         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode)(0))]
4119         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
4120         public System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode RowHeadersWidthSizeMode { get { throw null; } set { } }
4121         [System.ComponentModel.BrowsableAttribute(false)]
4122         public System.Windows.Forms.DataGridViewRowCollection Rows { get { throw null; } }
4123         public System.Windows.Forms.DataGridViewCellStyle RowsDefaultCellStyle { get { throw null; } set { } }
4124         [System.ComponentModel.BrowsableAttribute(true)]
4125         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
4126         public System.Windows.Forms.DataGridViewRow RowTemplate { get { throw null; } set { } }
4127         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ScrollBars)(3))]
4128         [System.ComponentModel.LocalizableAttribute(true)]
4129         public System.Windows.Forms.ScrollBars ScrollBars { get { throw null; } set { } }
4130         [System.ComponentModel.BrowsableAttribute(false)]
4131         public System.Windows.Forms.DataGridViewSelectedCellCollection SelectedCells { get { throw null; } }
4132         [System.ComponentModel.BrowsableAttribute(false)]
4133         public System.Windows.Forms.DataGridViewSelectedColumnCollection SelectedColumns { get { throw null; } }
4134         [System.ComponentModel.BrowsableAttribute(false)]
4135         public System.Windows.Forms.DataGridViewSelectedRowCollection SelectedRows { get { throw null; } }
4136         [System.ComponentModel.BrowsableAttribute(true)]
4137         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewSelectionMode)(3))]
4138         public System.Windows.Forms.DataGridViewSelectionMode SelectionMode { get { throw null; } set { } }
4139         [System.ComponentModel.DefaultValueAttribute(true)]
4140         public bool ShowCellErrors { get { throw null; } set { } }
4141         [System.ComponentModel.DefaultValueAttribute(true)]
4142         public bool ShowCellToolTips { get { throw null; } set { } }
4143         [System.ComponentModel.DefaultValueAttribute(true)]
4144         public bool ShowEditingIcon { get { throw null; } set { } }
4145         [System.ComponentModel.DefaultValueAttribute(true)]
4146         public bool ShowRowErrors { get { throw null; } set { } }
4147         [System.ComponentModel.BrowsableAttribute(false)]
4148         public System.Windows.Forms.DataGridViewColumn SortedColumn { get { throw null; } }
4149         [System.ComponentModel.BrowsableAttribute(false)]
4150         public System.Windows.Forms.SortOrder SortOrder { get { throw null; } }
4151         [System.ComponentModel.DefaultValueAttribute(false)]
4152         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4153         public bool StandardTab { get { throw null; } set { } }
4154         [System.ComponentModel.BindableAttribute(false)]
4155         [System.ComponentModel.BrowsableAttribute(false)]
4156         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4157         public override string Text { get { throw null; } set { } }
4158         [System.ComponentModel.BrowsableAttribute(false)]
4159         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4160         public System.Windows.Forms.DataGridViewHeaderCell TopLeftHeaderCell { get { throw null; } set { } }
4161         [System.ComponentModel.BrowsableAttribute(false)]
4162         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4163         public System.Windows.Forms.Cursor UserSetCursor { get { throw null; } }
4164         protected System.Windows.Forms.ScrollBar VerticalScrollBar { get { throw null; } }
4165         [System.ComponentModel.BrowsableAttribute(false)]
4166         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4167         public int VerticalScrollingOffset { get { throw null; } }
4168         [System.ComponentModel.DefaultValueAttribute(false)]
4169         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4170         [System.MonoTODOAttribute("VirtualMode is not supported.")]
4171         public bool VirtualMode { get { throw null; } set { } }
4172         public event System.EventHandler AllowUserToAddRowsChanged { add { } remove { } }
4173         public event System.EventHandler AllowUserToDeleteRowsChanged { add { } remove { } }
4174         public event System.EventHandler AllowUserToOrderColumnsChanged { add { } remove { } }
4175         public event System.EventHandler AllowUserToResizeColumnsChanged { add { } remove { } }
4176         public event System.EventHandler AllowUserToResizeRowsChanged { add { } remove { } }
4177         public event System.EventHandler AlternatingRowsDefaultCellStyleChanged { add { } remove { } }
4178         [System.ComponentModel.BrowsableAttribute(false)]
4179         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4180         public event System.EventHandler AutoGenerateColumnsChanged { add { } remove { } }
4181         public event System.Windows.Forms.DataGridViewAutoSizeColumnModeEventHandler AutoSizeColumnModeChanged { add { } remove { } }
4182         public event System.Windows.Forms.DataGridViewAutoSizeColumnsModeEventHandler AutoSizeColumnsModeChanged { add { } remove { } }
4183         public event System.Windows.Forms.DataGridViewAutoSizeModeEventHandler AutoSizeRowsModeChanged { add { } remove { } }
4184         [System.ComponentModel.BrowsableAttribute(false)]
4185         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4186         public new event System.EventHandler BackColorChanged { add { } remove { } }
4187         public event System.EventHandler BackgroundColorChanged { add { } remove { } }
4188         [System.ComponentModel.BrowsableAttribute(false)]
4189         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4190         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
4191         [System.ComponentModel.BrowsableAttribute(false)]
4192         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4193         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
4194         public event System.EventHandler BorderStyleChanged { add { } remove { } }
4195         public event System.Windows.Forms.QuestionEventHandler CancelRowEdit { add { } remove { } }
4196         public event System.Windows.Forms.DataGridViewCellCancelEventHandler CellBeginEdit { add { } remove { } }
4197         public event System.EventHandler CellBorderStyleChanged { add { } remove { } }
4198         public event System.Windows.Forms.DataGridViewCellEventHandler CellClick { add { } remove { } }
4199         public event System.Windows.Forms.DataGridViewCellEventHandler CellContentClick { add { } remove { } }
4200         public event System.Windows.Forms.DataGridViewCellEventHandler CellContentDoubleClick { add { } remove { } }
4201         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4202         public event System.Windows.Forms.DataGridViewCellEventHandler CellContextMenuStripChanged { add { } remove { } }
4203         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4204         public event System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler CellContextMenuStripNeeded { add { } remove { } }
4205         public event System.Windows.Forms.DataGridViewCellEventHandler CellDoubleClick { add { } remove { } }
4206         public event System.Windows.Forms.DataGridViewCellEventHandler CellEndEdit { add { } remove { } }
4207         public event System.Windows.Forms.DataGridViewCellEventHandler CellEnter { add { } remove { } }
4208         public event System.Windows.Forms.DataGridViewCellEventHandler CellErrorTextChanged { add { } remove { } }
4209         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4210         public event System.Windows.Forms.DataGridViewCellErrorTextNeededEventHandler CellErrorTextNeeded { add { } remove { } }
4211         public event System.Windows.Forms.DataGridViewCellFormattingEventHandler CellFormatting { add { } remove { } }
4212         public event System.Windows.Forms.DataGridViewCellEventHandler CellLeave { add { } remove { } }
4213         public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseClick { add { } remove { } }
4214         public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseDoubleClick { add { } remove { } }
4215         public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseDown { add { } remove { } }
4216         public event System.Windows.Forms.DataGridViewCellEventHandler CellMouseEnter { add { } remove { } }
4217         public event System.Windows.Forms.DataGridViewCellEventHandler CellMouseLeave { add { } remove { } }
4218         public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseMove { add { } remove { } }
4219         public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseUp { add { } remove { } }
4220         public event System.Windows.Forms.DataGridViewCellPaintingEventHandler CellPainting { add { } remove { } }
4221         public event System.Windows.Forms.DataGridViewCellParsingEventHandler CellParsing { add { } remove { } }
4222         public event System.Windows.Forms.DataGridViewCellStateChangedEventHandler CellStateChanged { add { } remove { } }
4223         public event System.Windows.Forms.DataGridViewCellEventHandler CellStyleChanged { add { } remove { } }
4224         public event System.Windows.Forms.DataGridViewCellStyleContentChangedEventHandler CellStyleContentChanged { add { } remove { } }
4225         public event System.Windows.Forms.DataGridViewCellEventHandler CellToolTipTextChanged { add { } remove { } }
4226         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4227         public event System.Windows.Forms.DataGridViewCellToolTipTextNeededEventHandler CellToolTipTextNeeded { add { } remove { } }
4228         public event System.Windows.Forms.DataGridViewCellEventHandler CellValidated { add { } remove { } }
4229         public event System.Windows.Forms.DataGridViewCellValidatingEventHandler CellValidating { add { } remove { } }
4230         public event System.Windows.Forms.DataGridViewCellEventHandler CellValueChanged { add { } remove { } }
4231         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4232         public event System.Windows.Forms.DataGridViewCellValueEventHandler CellValueNeeded { add { } remove { } }
4233         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4234         public event System.Windows.Forms.DataGridViewCellValueEventHandler CellValuePushed { add { } remove { } }
4235         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnAdded { add { } remove { } }
4236         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnContextMenuStripChanged { add { } remove { } }
4237         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDataPropertyNameChanged { add { } remove { } }
4238         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDefaultCellStyleChanged { add { } remove { } }
4239         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDisplayIndexChanged { add { } remove { } }
4240         public event System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventHandler ColumnDividerDoubleClick { add { } remove { } }
4241         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDividerWidthChanged { add { } remove { } }
4242         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnHeaderCellChanged { add { } remove { } }
4243         public event System.Windows.Forms.DataGridViewCellMouseEventHandler ColumnHeaderMouseClick { add { } remove { } }
4244         public event System.Windows.Forms.DataGridViewCellMouseEventHandler ColumnHeaderMouseDoubleClick { add { } remove { } }
4245         public event System.EventHandler ColumnHeadersBorderStyleChanged { add { } remove { } }
4246         public event System.EventHandler ColumnHeadersDefaultCellStyleChanged { add { } remove { } }
4247         public event System.EventHandler ColumnHeadersHeightChanged { add { } remove { } }
4248         public event System.Windows.Forms.DataGridViewAutoSizeModeEventHandler ColumnHeadersHeightSizeModeChanged { add { } remove { } }
4249         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnMinimumWidthChanged { add { } remove { } }
4250         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnNameChanged { add { } remove { } }
4251         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnRemoved { add { } remove { } }
4252         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnSortModeChanged { add { } remove { } }
4253         public event System.Windows.Forms.DataGridViewColumnStateChangedEventHandler ColumnStateChanged { add { } remove { } }
4254         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnToolTipTextChanged { add { } remove { } }
4255         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnWidthChanged { add { } remove { } }
4256         public event System.EventHandler CurrentCellChanged { add { } remove { } }
4257         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4258         public event System.EventHandler CurrentCellDirtyStateChanged { add { } remove { } }
4259         public event System.Windows.Forms.DataGridViewBindingCompleteEventHandler DataBindingComplete { add { } remove { } }
4260         public event System.Windows.Forms.DataGridViewDataErrorEventHandler DataError { add { } remove { } }
4261         public event System.EventHandler DataMemberChanged { add { } remove { } }
4262         public event System.EventHandler DataSourceChanged { add { } remove { } }
4263         public event System.EventHandler DefaultCellStyleChanged { add { } remove { } }
4264         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4265         public event System.Windows.Forms.DataGridViewRowEventHandler DefaultValuesNeeded { add { } remove { } }
4266         public event System.Windows.Forms.DataGridViewEditingControlShowingEventHandler EditingControlShowing { add { } remove { } }
4267         public event System.EventHandler EditModeChanged { add { } remove { } }
4268         [System.ComponentModel.BrowsableAttribute(false)]
4269         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4270         public new event System.EventHandler FontChanged { add { } remove { } }
4271         [System.ComponentModel.BrowsableAttribute(false)]
4272         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4273         public new event System.EventHandler ForeColorChanged { add { } remove { } }
4274         public event System.EventHandler GridColorChanged { add { } remove { } }
4275         public event System.EventHandler MultiSelectChanged { add { } remove { } }
4276         public event System.Windows.Forms.DataGridViewRowEventHandler NewRowNeeded { add { } remove { } }
4277         [System.ComponentModel.BrowsableAttribute(false)]
4278         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4279         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4280         public new event System.EventHandler PaddingChanged { add { } remove { } }
4281         public event System.EventHandler ReadOnlyChanged { add { } remove { } }
4282         public event System.Windows.Forms.DataGridViewRowEventHandler RowContextMenuStripChanged { add { } remove { } }
4283         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4284         public event System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventHandler RowContextMenuStripNeeded { add { } remove { } }
4285         public event System.Windows.Forms.DataGridViewRowEventHandler RowDefaultCellStyleChanged { add { } remove { } }
4286         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4287         public event System.Windows.Forms.QuestionEventHandler RowDirtyStateNeeded { add { } remove { } }
4288         public event System.Windows.Forms.DataGridViewRowDividerDoubleClickEventHandler RowDividerDoubleClick { add { } remove { } }
4289         public event System.Windows.Forms.DataGridViewRowEventHandler RowDividerHeightChanged { add { } remove { } }
4290         public event System.Windows.Forms.DataGridViewCellEventHandler RowEnter { add { } remove { } }
4291         public event System.Windows.Forms.DataGridViewRowEventHandler RowErrorTextChanged { add { } remove { } }
4292         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4293         public event System.Windows.Forms.DataGridViewRowErrorTextNeededEventHandler RowErrorTextNeeded { add { } remove { } }
4294         public event System.Windows.Forms.DataGridViewRowEventHandler RowHeaderCellChanged { add { } remove { } }
4295         public event System.Windows.Forms.DataGridViewCellMouseEventHandler RowHeaderMouseClick { add { } remove { } }
4296         public event System.Windows.Forms.DataGridViewCellMouseEventHandler RowHeaderMouseDoubleClick { add { } remove { } }
4297         public event System.EventHandler RowHeadersBorderStyleChanged { add { } remove { } }
4298         public event System.EventHandler RowHeadersDefaultCellStyleChanged { add { } remove { } }
4299         public event System.EventHandler RowHeadersWidthChanged { add { } remove { } }
4300         public event System.Windows.Forms.DataGridViewAutoSizeModeEventHandler RowHeadersWidthSizeModeChanged { add { } remove { } }
4301         public event System.Windows.Forms.DataGridViewRowEventHandler RowHeightChanged { add { } remove { } }
4302         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4303         public event System.Windows.Forms.DataGridViewRowHeightInfoNeededEventHandler RowHeightInfoNeeded { add { } remove { } }
4304         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4305         public event System.Windows.Forms.DataGridViewRowHeightInfoPushedEventHandler RowHeightInfoPushed { add { } remove { } }
4306         public event System.Windows.Forms.DataGridViewCellEventHandler RowLeave { add { } remove { } }
4307         public event System.Windows.Forms.DataGridViewRowEventHandler RowMinimumHeightChanged { add { } remove { } }
4308         public event System.Windows.Forms.DataGridViewRowPostPaintEventHandler RowPostPaint { add { } remove { } }
4309         public event System.Windows.Forms.DataGridViewRowPrePaintEventHandler RowPrePaint { add { } remove { } }
4310         public event System.Windows.Forms.DataGridViewRowsAddedEventHandler RowsAdded { add { } remove { } }
4311         public event System.EventHandler RowsDefaultCellStyleChanged { add { } remove { } }
4312         public event System.Windows.Forms.DataGridViewRowsRemovedEventHandler RowsRemoved { add { } remove { } }
4313         public event System.Windows.Forms.DataGridViewRowStateChangedEventHandler RowStateChanged { add { } remove { } }
4314         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4315         public event System.Windows.Forms.DataGridViewRowEventHandler RowUnshared { add { } remove { } }
4316         public event System.Windows.Forms.DataGridViewCellEventHandler RowValidated { add { } remove { } }
4317         public event System.Windows.Forms.DataGridViewCellCancelEventHandler RowValidating { add { } remove { } }
4318         public event System.Windows.Forms.ScrollEventHandler Scroll { add { } remove { } }
4319         public event System.EventHandler SelectionChanged { add { } remove { } }
4320         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4321         public event System.Windows.Forms.DataGridViewSortCompareEventHandler SortCompare { add { } remove { } }
4322         public event System.EventHandler Sorted { add { } remove { } }
4323         [System.ComponentModel.BrowsableAttribute(false)]
4324         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4325         public new event System.EventHandler StyleChanged { add { } remove { } }
4326         [System.ComponentModel.BrowsableAttribute(false)]
4327         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4328         public new event System.EventHandler TextChanged { add { } remove { } }
4329         public event System.Windows.Forms.DataGridViewRowEventHandler UserAddedRow { add { } remove { } }
4330         public event System.Windows.Forms.DataGridViewRowEventHandler UserDeletedRow { add { } remove { } }
4331         public event System.Windows.Forms.DataGridViewRowCancelEventHandler UserDeletingRow { add { } remove { } }
AccessibilityNotifyCurrentCellChanged(System.Drawing.Point cellAddress)4332         protected virtual void AccessibilityNotifyCurrentCellChanged(System.Drawing.Point cellAddress) { }
4333         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AdjustColumnHeaderBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool isFirstDisplayedColumn, bool isLastVisibleColumn)4334         public virtual System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustColumnHeaderBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool isFirstDisplayedColumn, bool isLastVisibleColumn) { throw null; }
AreAllCellsSelected(bool includeInvisibleCells)4335         public bool AreAllCellsSelected(bool includeInvisibleCells) { throw null; }
AutoResizeColumn(int columnIndex)4336         public void AutoResizeColumn(int columnIndex) { }
AutoResizeColumn(int columnIndex, System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode)4337         public void AutoResizeColumn(int columnIndex, System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode) { }
4338         [System.MonoTODOAttribute("Does not use fixedHeight parameter")]
AutoResizeColumn(int columnIndex, System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode, bool fixedHeight)4339         protected void AutoResizeColumn(int columnIndex, System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode, bool fixedHeight) { }
AutoResizeColumnHeadersHeight()4340         public void AutoResizeColumnHeadersHeight() { }
4341         [System.MonoTODOAttribute("Does not use fixedRowHeadersWidth or fixedColumnsWidth parameters")]
AutoResizeColumnHeadersHeight(bool fixedRowHeadersWidth, bool fixedColumnsWidth)4342         protected void AutoResizeColumnHeadersHeight(bool fixedRowHeadersWidth, bool fixedColumnsWidth) { }
4343         [System.MonoTODOAttribute("columnIndex parameter is not used")]
AutoResizeColumnHeadersHeight(int columnIndex)4344         public void AutoResizeColumnHeadersHeight(int columnIndex) { }
4345         [System.MonoTODOAttribute("Does not use columnIndex or fixedRowHeadersWidth or fixedColumnsWidth parameters")]
AutoResizeColumnHeadersHeight(int columnIndex, bool fixedRowHeadersWidth, bool fixedColumnWidth)4346         protected void AutoResizeColumnHeadersHeight(int columnIndex, bool fixedRowHeadersWidth, bool fixedColumnWidth) { }
AutoResizeColumns()4347         public void AutoResizeColumns() { }
AutoResizeColumns(System.Windows.Forms.DataGridViewAutoSizeColumnsMode autoSizeColumnsMode)4348         public void AutoResizeColumns(System.Windows.Forms.DataGridViewAutoSizeColumnsMode autoSizeColumnsMode) { }
AutoResizeColumns(System.Windows.Forms.DataGridViewAutoSizeColumnsMode autoSizeColumnsMode, bool fixedHeight)4349         protected void AutoResizeColumns(System.Windows.Forms.DataGridViewAutoSizeColumnsMode autoSizeColumnsMode, bool fixedHeight) { }
AutoResizeRow(int rowIndex)4350         public void AutoResizeRow(int rowIndex) { }
AutoResizeRow(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode)4351         public void AutoResizeRow(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode) { }
4352         [System.MonoTODOAttribute("Does not use fixedWidth parameter")]
AutoResizeRow(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth)4353         protected void AutoResizeRow(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth) { }
4354         [System.MonoTODOAttribute("Does not use rowIndex parameter.")]
AutoResizeRowHeadersWidth(int rowIndex, System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode)4355         public void AutoResizeRowHeadersWidth(int rowIndex, System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode) { }
4356         [System.MonoTODOAttribute("Does not use rowIndex or fixedColumnHeadersHeight or fixedRowsHeight parameter")]
AutoResizeRowHeadersWidth(int rowIndex, System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, bool fixedColumnHeadersHeight, bool fixedRowHeight)4357         protected void AutoResizeRowHeadersWidth(int rowIndex, System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, bool fixedColumnHeadersHeight, bool fixedRowHeight) { }
AutoResizeRowHeadersWidth(System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode)4358         public void AutoResizeRowHeadersWidth(System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode) { }
4359         [System.MonoTODOAttribute("Does not use fixedColumnHeadersHeight or fixedRowsHeight parameter")]
AutoResizeRowHeadersWidth(System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, bool fixedColumnHeadersHeight, bool fixedRowsHeight)4360         protected void AutoResizeRowHeadersWidth(System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, bool fixedColumnHeadersHeight, bool fixedRowsHeight) { }
AutoResizeRows()4361         public void AutoResizeRows() { }
4362         [System.MonoTODOAttribute("Does not use fixedMode parameter")]
AutoResizeRows(int rowIndexStart, int rowsCount, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth)4363         protected void AutoResizeRows(int rowIndexStart, int rowsCount, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth) { }
AutoResizeRows(System.Windows.Forms.DataGridViewAutoSizeRowsMode autoSizeRowsMode)4364         public void AutoResizeRows(System.Windows.Forms.DataGridViewAutoSizeRowsMode autoSizeRowsMode) { }
4365         [System.MonoTODOAttribute("Does not use fixedWidth parameter")]
AutoResizeRows(System.Windows.Forms.DataGridViewAutoSizeRowsMode autoSizeRowsMode, bool fixedWidth)4366         protected void AutoResizeRows(System.Windows.Forms.DataGridViewAutoSizeRowsMode autoSizeRowsMode, bool fixedWidth) { }
BeginEdit(bool selectAll)4367         public virtual bool BeginEdit(bool selectAll) { throw null; }
CancelEdit()4368         public bool CancelEdit() { throw null; }
ClearSelection()4369         public void ClearSelection() { }
ClearSelection(int columnIndexException, int rowIndexException, bool selectExceptionElement)4370         protected void ClearSelection(int columnIndexException, int rowIndexException, bool selectExceptionElement) { }
CommitEdit(System.Windows.Forms.DataGridViewDataErrorContexts context)4371         public bool CommitEdit(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
CreateAccessibilityInstance()4372         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
4373         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateColumnsInstance()4374         protected virtual System.Windows.Forms.DataGridViewColumnCollection CreateColumnsInstance() { throw null; }
CreateControlsInstance()4375         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
4376         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateRowsInstance()4377         protected virtual System.Windows.Forms.DataGridViewRowCollection CreateRowsInstance() { throw null; }
DisplayedColumnCount(bool includePartialColumns)4378         public int DisplayedColumnCount(bool includePartialColumns) { throw null; }
DisplayedRowCount(bool includePartialRow)4379         public int DisplayedRowCount(bool includePartialRow) { throw null; }
Dispose(bool disposing)4380         protected override void Dispose(bool disposing) { }
EndEdit()4381         public bool EndEdit() { throw null; }
4382         [System.MonoTODOAttribute("Does not use context parameter")]
EndEdit(System.Windows.Forms.DataGridViewDataErrorContexts context)4383         public bool EndEdit(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
GetAccessibilityObjectById(int objectId)4384         protected override System.Windows.Forms.AccessibleObject GetAccessibilityObjectById(int objectId) { throw null; }
GetCellCount(System.Windows.Forms.DataGridViewElementStates includeFilter)4385         public int GetCellCount(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetCellDisplayRectangle(int columnIndex, int rowIndex, bool cutOverflow)4386         public System.Drawing.Rectangle GetCellDisplayRectangle(int columnIndex, int rowIndex, bool cutOverflow) { throw null; }
GetClipboardContent()4387         public virtual System.Windows.Forms.DataObject GetClipboardContent() { throw null; }
4388         [System.MonoTODOAttribute("Does not use cutOverflow parameter")]
GetColumnDisplayRectangle(int columnIndex, bool cutOverflow)4389         public System.Drawing.Rectangle GetColumnDisplayRectangle(int columnIndex, bool cutOverflow) { throw null; }
4390         [System.MonoTODOAttribute("Does not use cutOverflow parameter")]
GetRowDisplayRectangle(int rowIndex, bool cutOverflow)4391         public System.Drawing.Rectangle GetRowDisplayRectangle(int rowIndex, bool cutOverflow) { throw null; }
HitTest(int x, int y)4392         public System.Windows.Forms.DataGridView.HitTestInfo HitTest(int x, int y) { throw null; }
InvalidateCell(int columnIndex, int rowIndex)4393         public void InvalidateCell(int columnIndex, int rowIndex) { }
InvalidateCell(System.Windows.Forms.DataGridViewCell dataGridViewCell)4394         public void InvalidateCell(System.Windows.Forms.DataGridViewCell dataGridViewCell) { }
InvalidateColumn(int columnIndex)4395         public void InvalidateColumn(int columnIndex) { }
InvalidateRow(int rowIndex)4396         public void InvalidateRow(int rowIndex) { }
IsInputChar(char charCode)4397         protected override bool IsInputChar(char charCode) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)4398         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
NotifyCurrentCellDirty(bool dirty)4399         public virtual void NotifyCurrentCellDirty(bool dirty) { }
OnAllowUserToAddRowsChanged(System.EventArgs e)4400         protected virtual void OnAllowUserToAddRowsChanged(System.EventArgs e) { }
OnAllowUserToDeleteRowsChanged(System.EventArgs e)4401         protected virtual void OnAllowUserToDeleteRowsChanged(System.EventArgs e) { }
OnAllowUserToOrderColumnsChanged(System.EventArgs e)4402         protected virtual void OnAllowUserToOrderColumnsChanged(System.EventArgs e) { }
OnAllowUserToResizeColumnsChanged(System.EventArgs e)4403         protected virtual void OnAllowUserToResizeColumnsChanged(System.EventArgs e) { }
OnAllowUserToResizeRowsChanged(System.EventArgs e)4404         protected virtual void OnAllowUserToResizeRowsChanged(System.EventArgs e) { }
OnAlternatingRowsDefaultCellStyleChanged(System.EventArgs e)4405         protected virtual void OnAlternatingRowsDefaultCellStyleChanged(System.EventArgs e) { }
OnAutoGenerateColumnsChanged(System.EventArgs e)4406         protected virtual void OnAutoGenerateColumnsChanged(System.EventArgs e) { }
OnAutoSizeColumnModeChanged(System.Windows.Forms.DataGridViewAutoSizeColumnModeEventArgs e)4407         protected virtual void OnAutoSizeColumnModeChanged(System.Windows.Forms.DataGridViewAutoSizeColumnModeEventArgs e) { }
OnAutoSizeColumnsModeChanged(System.Windows.Forms.DataGridViewAutoSizeColumnsModeEventArgs e)4408         protected virtual void OnAutoSizeColumnsModeChanged(System.Windows.Forms.DataGridViewAutoSizeColumnsModeEventArgs e) { }
OnAutoSizeRowsModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e)4409         protected virtual void OnAutoSizeRowsModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e) { }
OnBackgroundColorChanged(System.EventArgs e)4410         protected virtual void OnBackgroundColorChanged(System.EventArgs e) { }
OnBindingContextChanged(System.EventArgs e)4411         protected override void OnBindingContextChanged(System.EventArgs e) { }
OnBorderStyleChanged(System.EventArgs e)4412         protected virtual void OnBorderStyleChanged(System.EventArgs e) { }
OnCancelRowEdit(System.Windows.Forms.QuestionEventArgs e)4413         protected virtual void OnCancelRowEdit(System.Windows.Forms.QuestionEventArgs e) { }
OnCellBeginEdit(System.Windows.Forms.DataGridViewCellCancelEventArgs e)4414         protected virtual void OnCellBeginEdit(System.Windows.Forms.DataGridViewCellCancelEventArgs e) { }
OnCellBorderStyleChanged(System.EventArgs e)4415         protected virtual void OnCellBorderStyleChanged(System.EventArgs e) { }
OnCellClick(System.Windows.Forms.DataGridViewCellEventArgs e)4416         protected virtual void OnCellClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellContentClick(System.Windows.Forms.DataGridViewCellEventArgs e)4417         protected virtual void OnCellContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e)4418         protected virtual void OnCellContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellContextMenuStripChanged(System.Windows.Forms.DataGridViewCellEventArgs e)4419         protected virtual void OnCellContextMenuStripChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellContextMenuStripNeeded(System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e)4420         protected virtual void OnCellContextMenuStripNeeded(System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e) { }
OnCellDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e)4421         protected virtual void OnCellDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellEndEdit(System.Windows.Forms.DataGridViewCellEventArgs e)4422         protected virtual void OnCellEndEdit(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellEnter(System.Windows.Forms.DataGridViewCellEventArgs e)4423         protected virtual void OnCellEnter(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellErrorTextChanged(System.Windows.Forms.DataGridViewCellEventArgs e)4424         protected virtual void OnCellErrorTextChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellErrorTextNeeded(System.Windows.Forms.DataGridViewCellErrorTextNeededEventArgs e)4425         protected virtual void OnCellErrorTextNeeded(System.Windows.Forms.DataGridViewCellErrorTextNeededEventArgs e) { }
OnCellFormatting(System.Windows.Forms.DataGridViewCellFormattingEventArgs e)4426         protected virtual void OnCellFormatting(System.Windows.Forms.DataGridViewCellFormattingEventArgs e) { }
OnCellLeave(System.Windows.Forms.DataGridViewCellEventArgs e)4427         protected virtual void OnCellLeave(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4428         protected virtual void OnCellMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnCellMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4429         protected virtual void OnCellMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnCellMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4430         protected virtual void OnCellMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnCellMouseEnter(System.Windows.Forms.DataGridViewCellEventArgs e)4431         protected virtual void OnCellMouseEnter(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellMouseLeave(System.Windows.Forms.DataGridViewCellEventArgs e)4432         protected virtual void OnCellMouseLeave(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4433         protected virtual void OnCellMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnCellMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4434         protected virtual void OnCellMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnCellPainting(System.Windows.Forms.DataGridViewCellPaintingEventArgs e)4435         protected internal virtual void OnCellPainting(System.Windows.Forms.DataGridViewCellPaintingEventArgs e) { }
OnCellParsing(System.Windows.Forms.DataGridViewCellParsingEventArgs e)4436         protected virtual void OnCellParsing(System.Windows.Forms.DataGridViewCellParsingEventArgs e) { }
OnCellStateChanged(System.Windows.Forms.DataGridViewCellStateChangedEventArgs e)4437         protected virtual void OnCellStateChanged(System.Windows.Forms.DataGridViewCellStateChangedEventArgs e) { }
OnCellStyleChanged(System.Windows.Forms.DataGridViewCellEventArgs e)4438         protected virtual void OnCellStyleChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellStyleContentChanged(System.Windows.Forms.DataGridViewCellStyleContentChangedEventArgs e)4439         protected virtual void OnCellStyleContentChanged(System.Windows.Forms.DataGridViewCellStyleContentChangedEventArgs e) { }
OnCellToolTipTextChanged(System.Windows.Forms.DataGridViewCellEventArgs e)4440         protected virtual void OnCellToolTipTextChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellToolTipTextNeeded(System.Windows.Forms.DataGridViewCellToolTipTextNeededEventArgs e)4441         protected virtual void OnCellToolTipTextNeeded(System.Windows.Forms.DataGridViewCellToolTipTextNeededEventArgs e) { }
OnCellValidated(System.Windows.Forms.DataGridViewCellEventArgs e)4442         protected virtual void OnCellValidated(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellValidating(System.Windows.Forms.DataGridViewCellValidatingEventArgs e)4443         protected virtual void OnCellValidating(System.Windows.Forms.DataGridViewCellValidatingEventArgs e) { }
OnCellValueChanged(System.Windows.Forms.DataGridViewCellEventArgs e)4444         protected virtual void OnCellValueChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellValueNeeded(System.Windows.Forms.DataGridViewCellValueEventArgs e)4445         protected virtual void OnCellValueNeeded(System.Windows.Forms.DataGridViewCellValueEventArgs e) { }
OnCellValuePushed(System.Windows.Forms.DataGridViewCellValueEventArgs e)4446         protected virtual void OnCellValuePushed(System.Windows.Forms.DataGridViewCellValueEventArgs e) { }
OnColumnAdded(System.Windows.Forms.DataGridViewColumnEventArgs e)4447         protected virtual void OnColumnAdded(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnContextMenuStripChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4448         protected virtual void OnColumnContextMenuStripChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnDataPropertyNameChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4449         protected virtual void OnColumnDataPropertyNameChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnDefaultCellStyleChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4450         protected virtual void OnColumnDefaultCellStyleChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnDisplayIndexChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4451         protected virtual void OnColumnDisplayIndexChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnDividerDoubleClick(System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs e)4452         protected virtual void OnColumnDividerDoubleClick(System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs e) { }
OnColumnDividerWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4453         protected virtual void OnColumnDividerWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnHeaderCellChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4454         protected virtual void OnColumnHeaderCellChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnHeaderMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4455         protected virtual void OnColumnHeaderMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnColumnHeaderMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4456         protected virtual void OnColumnHeaderMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnColumnHeadersBorderStyleChanged(System.EventArgs e)4457         protected virtual void OnColumnHeadersBorderStyleChanged(System.EventArgs e) { }
OnColumnHeadersDefaultCellStyleChanged(System.EventArgs e)4458         protected virtual void OnColumnHeadersDefaultCellStyleChanged(System.EventArgs e) { }
OnColumnHeadersHeightChanged(System.EventArgs e)4459         protected virtual void OnColumnHeadersHeightChanged(System.EventArgs e) { }
OnColumnHeadersHeightSizeModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e)4460         protected virtual void OnColumnHeadersHeightSizeModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e) { }
OnColumnMinimumWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4461         protected virtual void OnColumnMinimumWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnNameChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4462         protected virtual void OnColumnNameChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnRemoved(System.Windows.Forms.DataGridViewColumnEventArgs e)4463         protected virtual void OnColumnRemoved(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnSortModeChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4464         protected virtual void OnColumnSortModeChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnStateChanged(System.Windows.Forms.DataGridViewColumnStateChangedEventArgs e)4465         protected virtual void OnColumnStateChanged(System.Windows.Forms.DataGridViewColumnStateChangedEventArgs e) { }
OnColumnToolTipTextChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4466         protected virtual void OnColumnToolTipTextChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4467         protected virtual void OnColumnWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnCurrentCellChanged(System.EventArgs e)4468         protected virtual void OnCurrentCellChanged(System.EventArgs e) { }
OnCurrentCellDirtyStateChanged(System.EventArgs e)4469         protected virtual void OnCurrentCellDirtyStateChanged(System.EventArgs e) { }
OnCursorChanged(System.EventArgs e)4470         protected override void OnCursorChanged(System.EventArgs e) { }
OnDataBindingComplete(System.Windows.Forms.DataGridViewBindingCompleteEventArgs e)4471         protected virtual void OnDataBindingComplete(System.Windows.Forms.DataGridViewBindingCompleteEventArgs e) { }
OnDataError(bool displayErrorDialogIfNoHandler, System.Windows.Forms.DataGridViewDataErrorEventArgs e)4472         protected virtual void OnDataError(bool displayErrorDialogIfNoHandler, System.Windows.Forms.DataGridViewDataErrorEventArgs e) { }
OnDataMemberChanged(System.EventArgs e)4473         protected virtual void OnDataMemberChanged(System.EventArgs e) { }
OnDataSourceChanged(System.EventArgs e)4474         protected virtual void OnDataSourceChanged(System.EventArgs e) { }
OnDefaultCellStyleChanged(System.EventArgs e)4475         protected virtual void OnDefaultCellStyleChanged(System.EventArgs e) { }
OnDefaultValuesNeeded(System.Windows.Forms.DataGridViewRowEventArgs e)4476         protected virtual void OnDefaultValuesNeeded(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnDoubleClick(System.EventArgs e)4477         protected override void OnDoubleClick(System.EventArgs e) { }
OnEditingControlShowing(System.Windows.Forms.DataGridViewEditingControlShowingEventArgs e)4478         protected virtual void OnEditingControlShowing(System.Windows.Forms.DataGridViewEditingControlShowingEventArgs e) { }
OnEditModeChanged(System.EventArgs e)4479         protected virtual void OnEditModeChanged(System.EventArgs e) { }
OnEnabledChanged(System.EventArgs e)4480         protected override void OnEnabledChanged(System.EventArgs e) { }
OnEnter(System.EventArgs e)4481         protected override void OnEnter(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)4482         protected override void OnFontChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)4483         protected override void OnForeColorChanged(System.EventArgs e) { }
OnGotFocus(System.EventArgs e)4484         protected override void OnGotFocus(System.EventArgs e) { }
OnGridColorChanged(System.EventArgs e)4485         protected virtual void OnGridColorChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)4486         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)4487         protected override void OnHandleDestroyed(System.EventArgs e) { }
4488         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnKeyDown(System.Windows.Forms.KeyEventArgs e)4489         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
4490         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)4491         protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
4492         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnKeyUp(System.Windows.Forms.KeyEventArgs e)4493         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)4494         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnLeave(System.EventArgs e)4495         protected override void OnLeave(System.EventArgs e) { }
OnLostFocus(System.EventArgs e)4496         protected override void OnLostFocus(System.EventArgs e) { }
OnMouseClick(System.Windows.Forms.MouseEventArgs e)4497         protected override void OnMouseClick(System.Windows.Forms.MouseEventArgs e) { }
OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs e)4498         protected override void OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)4499         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseEnter(System.EventArgs e)4500         protected override void OnMouseEnter(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)4501         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs e)4502         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)4503         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)4504         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
OnMultiSelectChanged(System.EventArgs e)4505         protected virtual void OnMultiSelectChanged(System.EventArgs e) { }
OnNewRowNeeded(System.Windows.Forms.DataGridViewRowEventArgs e)4506         protected virtual void OnNewRowNeeded(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)4507         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
OnReadOnlyChanged(System.EventArgs e)4508         protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
OnResize(System.EventArgs e)4509         protected override void OnResize(System.EventArgs e) { }
OnRightToLeftChanged(System.EventArgs e)4510         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnRowContextMenuStripChanged(System.Windows.Forms.DataGridViewRowEventArgs e)4511         protected virtual void OnRowContextMenuStripChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowContextMenuStripNeeded(System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs e)4512         protected virtual void OnRowContextMenuStripNeeded(System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs e) { }
OnRowDefaultCellStyleChanged(System.Windows.Forms.DataGridViewRowEventArgs e)4513         protected virtual void OnRowDefaultCellStyleChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowDirtyStateNeeded(System.Windows.Forms.QuestionEventArgs e)4514         protected virtual void OnRowDirtyStateNeeded(System.Windows.Forms.QuestionEventArgs e) { }
OnRowDividerDoubleClick(System.Windows.Forms.DataGridViewRowDividerDoubleClickEventArgs e)4515         protected virtual void OnRowDividerDoubleClick(System.Windows.Forms.DataGridViewRowDividerDoubleClickEventArgs e) { }
OnRowDividerHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e)4516         protected virtual void OnRowDividerHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowEnter(System.Windows.Forms.DataGridViewCellEventArgs e)4517         protected virtual void OnRowEnter(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnRowErrorTextChanged(System.Windows.Forms.DataGridViewRowEventArgs e)4518         protected virtual void OnRowErrorTextChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowErrorTextNeeded(System.Windows.Forms.DataGridViewRowErrorTextNeededEventArgs e)4519         protected virtual void OnRowErrorTextNeeded(System.Windows.Forms.DataGridViewRowErrorTextNeededEventArgs e) { }
OnRowHeaderCellChanged(System.Windows.Forms.DataGridViewRowEventArgs e)4520         protected virtual void OnRowHeaderCellChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowHeaderMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4521         protected virtual void OnRowHeaderMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnRowHeaderMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4522         protected virtual void OnRowHeaderMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnRowHeadersBorderStyleChanged(System.EventArgs e)4523         protected virtual void OnRowHeadersBorderStyleChanged(System.EventArgs e) { }
OnRowHeadersDefaultCellStyleChanged(System.EventArgs e)4524         protected virtual void OnRowHeadersDefaultCellStyleChanged(System.EventArgs e) { }
OnRowHeadersWidthChanged(System.EventArgs e)4525         protected virtual void OnRowHeadersWidthChanged(System.EventArgs e) { }
OnRowHeadersWidthSizeModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e)4526         protected virtual void OnRowHeadersWidthSizeModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e) { }
OnRowHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e)4527         protected virtual void OnRowHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowHeightInfoNeeded(System.Windows.Forms.DataGridViewRowHeightInfoNeededEventArgs e)4528         protected virtual void OnRowHeightInfoNeeded(System.Windows.Forms.DataGridViewRowHeightInfoNeededEventArgs e) { }
OnRowHeightInfoPushed(System.Windows.Forms.DataGridViewRowHeightInfoPushedEventArgs e)4529         protected virtual void OnRowHeightInfoPushed(System.Windows.Forms.DataGridViewRowHeightInfoPushedEventArgs e) { }
OnRowLeave(System.Windows.Forms.DataGridViewCellEventArgs e)4530         protected virtual void OnRowLeave(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnRowMinimumHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e)4531         protected virtual void OnRowMinimumHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowPostPaint(System.Windows.Forms.DataGridViewRowPostPaintEventArgs e)4532         protected internal virtual void OnRowPostPaint(System.Windows.Forms.DataGridViewRowPostPaintEventArgs e) { }
OnRowPrePaint(System.Windows.Forms.DataGridViewRowPrePaintEventArgs e)4533         protected internal virtual void OnRowPrePaint(System.Windows.Forms.DataGridViewRowPrePaintEventArgs e) { }
OnRowsAdded(System.Windows.Forms.DataGridViewRowsAddedEventArgs e)4534         protected virtual void OnRowsAdded(System.Windows.Forms.DataGridViewRowsAddedEventArgs e) { }
OnRowsDefaultCellStyleChanged(System.EventArgs e)4535         protected virtual void OnRowsDefaultCellStyleChanged(System.EventArgs e) { }
OnRowsRemoved(System.Windows.Forms.DataGridViewRowsRemovedEventArgs e)4536         protected virtual void OnRowsRemoved(System.Windows.Forms.DataGridViewRowsRemovedEventArgs e) { }
OnRowStateChanged(int rowIndex, System.Windows.Forms.DataGridViewRowStateChangedEventArgs e)4537         protected virtual void OnRowStateChanged(int rowIndex, System.Windows.Forms.DataGridViewRowStateChangedEventArgs e) { }
OnRowUnshared(System.Windows.Forms.DataGridViewRowEventArgs e)4538         protected virtual void OnRowUnshared(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowValidated(System.Windows.Forms.DataGridViewCellEventArgs e)4539         protected virtual void OnRowValidated(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnRowValidating(System.Windows.Forms.DataGridViewCellCancelEventArgs e)4540         protected virtual void OnRowValidating(System.Windows.Forms.DataGridViewCellCancelEventArgs e) { }
OnScroll(System.Windows.Forms.ScrollEventArgs e)4541         protected virtual void OnScroll(System.Windows.Forms.ScrollEventArgs e) { }
OnSelectionChanged(System.EventArgs e)4542         protected virtual void OnSelectionChanged(System.EventArgs e) { }
OnSortCompare(System.Windows.Forms.DataGridViewSortCompareEventArgs e)4543         protected virtual void OnSortCompare(System.Windows.Forms.DataGridViewSortCompareEventArgs e) { }
OnSorted(System.EventArgs e)4544         protected virtual void OnSorted(System.EventArgs e) { }
OnUserAddedRow(System.Windows.Forms.DataGridViewRowEventArgs e)4545         protected virtual void OnUserAddedRow(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnUserDeletedRow(System.Windows.Forms.DataGridViewRowEventArgs e)4546         protected virtual void OnUserDeletedRow(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnUserDeletingRow(System.Windows.Forms.DataGridViewRowCancelEventArgs e)4547         protected virtual void OnUserDeletingRow(System.Windows.Forms.DataGridViewRowCancelEventArgs e) { }
OnValidating(System.ComponentModel.CancelEventArgs e)4548         protected override void OnValidating(System.ComponentModel.CancelEventArgs e) { }
OnVisibleChanged(System.EventArgs e)4549         protected override void OnVisibleChanged(System.EventArgs e) { }
PaintBackground(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle gridBounds)4550         protected virtual void PaintBackground(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle gridBounds) { }
ProcessAKey(System.Windows.Forms.Keys keyData)4551         protected bool ProcessAKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessDataGridViewKey(System.Windows.Forms.KeyEventArgs e)4552         protected virtual bool ProcessDataGridViewKey(System.Windows.Forms.KeyEventArgs e) { throw null; }
ProcessDeleteKey(System.Windows.Forms.Keys keyData)4553         protected bool ProcessDeleteKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessDialogKey(System.Windows.Forms.Keys keyData)4554         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessDownKey(System.Windows.Forms.Keys keyData)4555         protected bool ProcessDownKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessEndKey(System.Windows.Forms.Keys keyData)4556         protected bool ProcessEndKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessEnterKey(System.Windows.Forms.Keys keyData)4557         protected bool ProcessEnterKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessEscapeKey(System.Windows.Forms.Keys keyData)4558         protected bool ProcessEscapeKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessF2Key(System.Windows.Forms.Keys keyData)4559         protected bool ProcessF2Key(System.Windows.Forms.Keys keyData) { throw null; }
ProcessHomeKey(System.Windows.Forms.Keys keyData)4560         protected bool ProcessHomeKey(System.Windows.Forms.Keys keyData) { throw null; }
4561         [System.MonoInternalNoteAttribute("What does insert do?")]
ProcessInsertKey(System.Windows.Forms.Keys keyData)4562         protected bool ProcessInsertKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessKeyEventArgs(ref System.Windows.Forms.Message m)4563         protected override bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; }
ProcessKeyPreview(ref System.Windows.Forms.Message m)4564         protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
ProcessLeftKey(System.Windows.Forms.Keys keyData)4565         protected bool ProcessLeftKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessNextKey(System.Windows.Forms.Keys keyData)4566         protected bool ProcessNextKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessPriorKey(System.Windows.Forms.Keys keyData)4567         protected bool ProcessPriorKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessRightKey(System.Windows.Forms.Keys keyData)4568         protected bool ProcessRightKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessSpaceKey(System.Windows.Forms.Keys keyData)4569         protected bool ProcessSpaceKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessTabKey(System.Windows.Forms.Keys keyData)4570         protected bool ProcessTabKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessUpKey(System.Windows.Forms.Keys keyData)4571         protected bool ProcessUpKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessZeroKey(System.Windows.Forms.Keys keyData)4572         protected bool ProcessZeroKey(System.Windows.Forms.Keys keyData) { throw null; }
RefreshEdit()4573         public bool RefreshEdit() { throw null; }
4574         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetText()4575         public override void ResetText() { }
SelectAll()4576         public void SelectAll() { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)4577         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
4578         [System.MonoTODOAttribute("Does not use validateCurrentCell")]
SetCurrentCellAddressCore(int columnIndex, int rowIndex, bool setAnchorCellAddress, bool validateCurrentCell, bool throughMouseClick)4579         protected virtual bool SetCurrentCellAddressCore(int columnIndex, int rowIndex, bool setAnchorCellAddress, bool validateCurrentCell, bool throughMouseClick) { throw null; }
SetSelectedCellCore(int columnIndex, int rowIndex, bool selected)4580         protected virtual void SetSelectedCellCore(int columnIndex, int rowIndex, bool selected) { }
SetSelectedColumnCore(int columnIndex, bool selected)4581         protected virtual void SetSelectedColumnCore(int columnIndex, bool selected) { }
SetSelectedRowCore(int rowIndex, bool selected)4582         protected virtual void SetSelectedRowCore(int rowIndex, bool selected) { }
Sort(System.Collections.IComparer comparer)4583         public virtual void Sort(System.Collections.IComparer comparer) { }
Sort(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.ComponentModel.ListSortDirection direction)4584         public virtual void Sort(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.ComponentModel.ListSortDirection direction) { }
System.ComponentModel.ISupportInitialize.BeginInit()4585         void System.ComponentModel.ISupportInitialize.BeginInit() { }
System.ComponentModel.ISupportInitialize.EndInit()4586         void System.ComponentModel.ISupportInitialize.EndInit() { }
UpdateCellErrorText(int columnIndex, int rowIndex)4587         public void UpdateCellErrorText(int columnIndex, int rowIndex) { }
UpdateCellValue(int columnIndex, int rowIndex)4588         public void UpdateCellValue(int columnIndex, int rowIndex) { }
UpdateRowErrorText(int rowIndex)4589         public void UpdateRowErrorText(int rowIndex) { }
UpdateRowErrorText(int rowIndexStart, int rowIndexEnd)4590         public void UpdateRowErrorText(int rowIndexStart, int rowIndexEnd) { }
UpdateRowHeightInfo(int rowIndex, bool updateToEnd)4591         public void UpdateRowHeightInfo(int rowIndex, bool updateToEnd) { }
WndProc(ref System.Windows.Forms.Message m)4592         protected override void WndProc(ref System.Windows.Forms.Message m) { }
4593         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4594         protected partial class DataGridViewAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
4595         {
DataGridViewAccessibleObject(System.Windows.Forms.DataGridView owner)4596             public DataGridViewAccessibleObject(System.Windows.Forms.DataGridView owner) : base (default(System.Windows.Forms.Control)) { }
4597             public override string Name { get { throw null; } }
4598             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
GetChild(int index)4599             public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()4600             public override int GetChildCount() { throw null; }
GetFocused()4601             public override System.Windows.Forms.AccessibleObject GetFocused() { throw null; }
GetSelected()4602             public override System.Windows.Forms.AccessibleObject GetSelected() { throw null; }
HitTest(int x, int y)4603             public override System.Windows.Forms.AccessibleObject HitTest(int x, int y) { throw null; }
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)4604             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
4605         }
4606         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
4607         public partial class DataGridViewControlCollection : System.Windows.Forms.Control.ControlCollection
4608         {
DataGridViewControlCollection(System.Windows.Forms.DataGridView owner)4609             public DataGridViewControlCollection(System.Windows.Forms.DataGridView owner) : base (default(System.Windows.Forms.Control)) { }
Clear()4610             public override void Clear() { }
CopyTo(System.Windows.Forms.Control[] array, int index)4611             public void CopyTo(System.Windows.Forms.Control[] array, int index) { }
Insert(int index, System.Windows.Forms.Control value)4612             public void Insert(int index, System.Windows.Forms.Control value) { }
Remove(System.Windows.Forms.Control value)4613             public override void Remove(System.Windows.Forms.Control value) { }
4614         }
4615         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4616         protected partial class DataGridViewTopRowAccessibleObject : System.Windows.Forms.AccessibleObject
4617         {
DataGridViewTopRowAccessibleObject()4618             public DataGridViewTopRowAccessibleObject() { }
DataGridViewTopRowAccessibleObject(System.Windows.Forms.DataGridView owner)4619             public DataGridViewTopRowAccessibleObject(System.Windows.Forms.DataGridView owner) { }
4620             public override System.Drawing.Rectangle Bounds { get { throw null; } }
4621             public override string Name { get { throw null; } }
4622             public System.Windows.Forms.DataGridView Owner { get { throw null; } set { } }
4623             public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
4624             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
4625             public override string Value { get { throw null; } }
GetChild(int index)4626             public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()4627             public override int GetChildCount() { throw null; }
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)4628             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
4629         }
4630         public sealed partial class HitTestInfo
4631         {
HitTestInfo()4632             internal HitTestInfo() { }
4633             public static readonly System.Windows.Forms.DataGridView.HitTestInfo Nowhere;
4634             public int ColumnIndex { get { throw null; } }
4635             public int ColumnX { get { throw null; } }
4636             public int RowIndex { get { throw null; } }
4637             public int RowY { get { throw null; } }
4638             public System.Windows.Forms.DataGridViewHitTestType Type { get { throw null; } }
Equals(object value)4639             public override bool Equals(object value) { throw null; }
GetHashCode()4640             public override int GetHashCode() { throw null; }
ToString()4641             public override string ToString() { throw null; }
4642         }
4643     }
4644     public sealed partial class DataGridViewAdvancedBorderStyle : System.ICloneable
4645     {
DataGridViewAdvancedBorderStyle()4646         public DataGridViewAdvancedBorderStyle() { }
4647         public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle All { get { throw null; } set { } }
4648         public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle Bottom { get { throw null; } set { } }
4649         public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle Left { get { throw null; } set { } }
4650         public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle Right { get { throw null; } set { } }
4651         public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle Top { get { throw null; } set { } }
Equals(object other)4652         public override bool Equals(object other) { throw null; }
GetHashCode()4653         public override int GetHashCode() { throw null; }
System.ICloneable.Clone()4654         object System.ICloneable.Clone() { throw null; }
ToString()4655         public override string ToString() { throw null; }
4656     }
4657     public enum DataGridViewAdvancedCellBorderStyle
4658     {
4659         Inset = 3,
4660         InsetDouble = 4,
4661         None = 1,
4662         NotSet = 0,
4663         Outset = 5,
4664         OutsetDouble = 6,
4665         OutsetPartial = 7,
4666         Single = 2,
4667     }
4668     public enum DataGridViewAutoSizeColumnMode
4669     {
4670         AllCells = 6,
4671         AllCellsExceptHeader = 4,
4672         ColumnHeader = 2,
4673         DisplayedCells = 10,
4674         DisplayedCellsExceptHeader = 8,
4675         Fill = 16,
4676         None = 1,
4677         NotSet = 0,
4678     }
4679     public partial class DataGridViewAutoSizeColumnModeEventArgs : System.EventArgs
4680     {
DataGridViewAutoSizeColumnModeEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.Windows.Forms.DataGridViewAutoSizeColumnMode previousMode)4681         public DataGridViewAutoSizeColumnModeEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.Windows.Forms.DataGridViewAutoSizeColumnMode previousMode) { }
4682         public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
4683         public System.Windows.Forms.DataGridViewAutoSizeColumnMode PreviousMode { get { throw null; } }
4684     }
DataGridViewAutoSizeColumnModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeColumnModeEventArgs e)4685     public delegate void DataGridViewAutoSizeColumnModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeColumnModeEventArgs e);
4686     public enum DataGridViewAutoSizeColumnsMode
4687     {
4688         AllCells = 6,
4689         AllCellsExceptHeader = 4,
4690         ColumnHeader = 2,
4691         DisplayedCells = 10,
4692         DisplayedCellsExceptHeader = 8,
4693         Fill = 16,
4694         None = 1,
4695     }
4696     public partial class DataGridViewAutoSizeColumnsModeEventArgs : System.EventArgs
4697     {
DataGridViewAutoSizeColumnsModeEventArgs(System.Windows.Forms.DataGridViewAutoSizeColumnMode[] previousModes)4698         public DataGridViewAutoSizeColumnsModeEventArgs(System.Windows.Forms.DataGridViewAutoSizeColumnMode[] previousModes) { }
4699         public System.Windows.Forms.DataGridViewAutoSizeColumnMode[] PreviousModes { get { throw null; } }
4700     }
DataGridViewAutoSizeColumnsModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeColumnsModeEventArgs e)4701     public delegate void DataGridViewAutoSizeColumnsModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeColumnsModeEventArgs e);
4702     public partial class DataGridViewAutoSizeModeEventArgs : System.EventArgs
4703     {
DataGridViewAutoSizeModeEventArgs(bool previousModeAutoSized)4704         public DataGridViewAutoSizeModeEventArgs(bool previousModeAutoSized) { }
4705         public bool PreviousModeAutoSized { get { throw null; } }
4706     }
DataGridViewAutoSizeModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e)4707     public delegate void DataGridViewAutoSizeModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e);
4708     public enum DataGridViewAutoSizeRowMode
4709     {
4710         AllCells = 3,
4711         AllCellsExceptHeader = 2,
4712         RowHeader = 1,
4713     }
4714     public enum DataGridViewAutoSizeRowsMode
4715     {
4716         AllCells = 7,
4717         AllCellsExceptHeaders = 6,
4718         AllHeaders = 5,
4719         DisplayedCells = 11,
4720         DisplayedCellsExceptHeaders = 10,
4721         DisplayedHeaders = 9,
4722         None = 0,
4723     }
4724     public partial class DataGridViewBand : System.Windows.Forms.DataGridViewElement, System.ICloneable, System.IDisposable
4725     {
DataGridViewBand()4726         internal DataGridViewBand() { }
4727         [System.ComponentModel.DefaultValueAttribute(null)]
4728         public virtual System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
4729         [System.ComponentModel.BrowsableAttribute(false)]
4730         public virtual System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
4731         [System.ComponentModel.BrowsableAttribute(false)]
4732         public System.Type DefaultHeaderCellType { get { throw null; } set { } }
4733         [System.ComponentModel.BrowsableAttribute(false)]
4734         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4735         public virtual bool Displayed { get { throw null; } }
4736         [System.ComponentModel.DefaultValueAttribute(false)]
4737         public virtual bool Frozen { get { throw null; } set { } }
4738         [System.ComponentModel.BrowsableAttribute(false)]
4739         public bool HasDefaultCellStyle { get { throw null; } }
4740         [System.ComponentModel.BrowsableAttribute(false)]
4741         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4742         protected System.Windows.Forms.DataGridViewHeaderCell HeaderCellCore { get { throw null; } set { } }
4743         [System.ComponentModel.BrowsableAttribute(false)]
4744         public int Index { get { throw null; } }
4745         [System.ComponentModel.BrowsableAttribute(false)]
4746         public virtual System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get { throw null; } }
4747         protected bool IsRow { get { throw null; } }
4748         [System.ComponentModel.DefaultValueAttribute(false)]
4749         public virtual bool ReadOnly { get { throw null; } set { } }
4750         [System.ComponentModel.BrowsableAttribute(true)]
4751         public virtual System.Windows.Forms.DataGridViewTriState Resizable { get { throw null; } set { } }
4752         [System.ComponentModel.BrowsableAttribute(false)]
4753         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4754         public virtual bool Selected { get { throw null; } set { } }
4755         [System.ComponentModel.BrowsableAttribute(false)]
4756         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4757         public object Tag { get { throw null; } set { } }
4758         [System.ComponentModel.DefaultValueAttribute(true)]
4759         public virtual bool Visible { get { throw null; } set { } }
Clone()4760         public virtual object Clone() { throw null; }
Dispose()4761         public void Dispose() { }
Dispose(bool disposing)4762         protected virtual void Dispose(bool disposing) { }
~DataGridViewBand()4763         ~DataGridViewBand() { }
OnDataGridViewChanged()4764         protected override void OnDataGridViewChanged() { }
ToString()4765         public override string ToString() { throw null; }
4766     }
4767     public partial class DataGridViewBindingCompleteEventArgs : System.EventArgs
4768     {
DataGridViewBindingCompleteEventArgs(System.ComponentModel.ListChangedType listChangedType)4769         public DataGridViewBindingCompleteEventArgs(System.ComponentModel.ListChangedType listChangedType) { }
4770         public System.ComponentModel.ListChangedType ListChangedType { get { throw null; } }
4771     }
DataGridViewBindingCompleteEventHandler(object sender, System.Windows.Forms.DataGridViewBindingCompleteEventArgs e)4772     public delegate void DataGridViewBindingCompleteEventHandler(object sender, System.Windows.Forms.DataGridViewBindingCompleteEventArgs e);
4773     public partial class DataGridViewButtonCell : System.Windows.Forms.DataGridViewCell
4774     {
DataGridViewButtonCell()4775         public DataGridViewButtonCell() { }
4776         public override System.Type EditType { get { throw null; } }
4777         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
4778         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
4779         public override System.Type FormattedValueType { get { throw null; } }
4780         [System.ComponentModel.DefaultValueAttribute(false)]
4781         public bool UseColumnTextForButtonValue { get { throw null; } set { } }
4782         public override System.Type ValueType { get { throw null; } }
Clone()4783         public override object Clone() { throw null; }
CreateAccessibilityInstance()4784         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)4785         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)4786         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)4787         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
GetValue(int rowIndex)4788         protected override object GetValue(int rowIndex) { throw null; }
KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex)4789         protected override bool KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex)4790         protected override bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4791         protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseEnterUnsharesRow(int rowIndex)4792         protected override bool MouseEnterUnsharesRow(int rowIndex) { throw null; }
MouseLeaveUnsharesRow(int rowIndex)4793         protected override bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4794         protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex)4795         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex)4796         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
OnLeave(int rowIndex, bool throughMouseClick)4797         protected override void OnLeave(int rowIndex, bool throughMouseClick) { }
OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4798         protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseLeave(int rowIndex)4799         protected override void OnMouseLeave(int rowIndex) { }
OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4800         protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4801         protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)4802         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
ToString()4803         public override string ToString() { throw null; }
4804         protected partial class DataGridViewButtonCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
4805         {
DataGridViewButtonCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner)4806             public DataGridViewButtonCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
4807             public override string DefaultAction { get { throw null; } }
DoDefaultAction()4808             public override void DoDefaultAction() { }
GetChildCount()4809             public override int GetChildCount() { throw null; }
4810         }
4811     }
4812     [System.Drawing.ToolboxBitmapAttribute("")]
4813     public partial class DataGridViewButtonColumn : System.Windows.Forms.DataGridViewColumn
4814     {
DataGridViewButtonColumn()4815         public DataGridViewButtonColumn() { }
4816         [System.ComponentModel.BrowsableAttribute(false)]
4817         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4818         public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
4819         [System.ComponentModel.BrowsableAttribute(true)]
4820         public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
4821         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
4822         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
4823         [System.ComponentModel.DefaultValueAttribute(null)]
4824         public string Text { get { throw null; } set { } }
4825         [System.ComponentModel.DefaultValueAttribute(false)]
4826         public bool UseColumnTextForButtonValue { get { throw null; } set { } }
Clone()4827         public override object Clone() { throw null; }
ToString()4828         public override string ToString() { throw null; }
4829     }
4830     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.DataGridViewCellConverter")]
4831     public abstract partial class DataGridViewCell : System.Windows.Forms.DataGridViewElement, System.ICloneable, System.IDisposable
4832     {
DataGridViewCell()4833         protected DataGridViewCell() { }
4834         [System.ComponentModel.BrowsableAttribute(false)]
4835         public System.Windows.Forms.AccessibleObject AccessibilityObject { get { throw null; } }
4836         public int ColumnIndex { get { throw null; } }
4837         [System.ComponentModel.BrowsableAttribute(false)]
4838         public System.Drawing.Rectangle ContentBounds { get { throw null; } }
4839         [System.ComponentModel.DefaultValueAttribute(null)]
4840         public virtual System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
4841         [System.ComponentModel.BrowsableAttribute(false)]
4842         public virtual object DefaultNewRowValue { get { throw null; } }
4843         [System.ComponentModel.BrowsableAttribute(false)]
4844         public virtual bool Displayed { get { throw null; } }
4845         [System.ComponentModel.BrowsableAttribute(false)]
4846         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4847         public object EditedFormattedValue { get { throw null; } }
4848         [System.ComponentModel.BrowsableAttribute(false)]
4849         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4850         public virtual System.Type EditType { get { throw null; } }
4851         [System.ComponentModel.BrowsableAttribute(false)]
4852         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4853         public System.Drawing.Rectangle ErrorIconBounds { get { throw null; } }
4854         [System.ComponentModel.BrowsableAttribute(false)]
4855         public string ErrorText { get { throw null; } set { } }
4856         [System.ComponentModel.BrowsableAttribute(false)]
4857         public object FormattedValue { get { throw null; } }
4858         [System.ComponentModel.BrowsableAttribute(false)]
4859         public virtual System.Type FormattedValueType { get { throw null; } }
4860         [System.ComponentModel.BrowsableAttribute(false)]
4861         public virtual bool Frozen { get { throw null; } }
4862         [System.ComponentModel.BrowsableAttribute(false)]
4863         public bool HasStyle { get { throw null; } }
4864         [System.ComponentModel.BrowsableAttribute(false)]
4865         public System.Windows.Forms.DataGridViewElementStates InheritedState { get { throw null; } }
4866         [System.ComponentModel.BrowsableAttribute(false)]
4867         public System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get { throw null; } }
4868         [System.ComponentModel.BrowsableAttribute(false)]
4869         public bool IsInEditMode { get { throw null; } }
4870         [System.ComponentModel.BrowsableAttribute(false)]
4871         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4872         public System.Windows.Forms.DataGridViewColumn OwningColumn { get { throw null; } }
4873         [System.ComponentModel.BrowsableAttribute(false)]
4874         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4875         public System.Windows.Forms.DataGridViewRow OwningRow { get { throw null; } }
4876         [System.ComponentModel.BrowsableAttribute(false)]
4877         public System.Drawing.Size PreferredSize { get { throw null; } }
4878         [System.ComponentModel.BrowsableAttribute(false)]
4879         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4880         public virtual bool ReadOnly { get { throw null; } set { } }
4881         [System.ComponentModel.BrowsableAttribute(false)]
4882         public virtual bool Resizable { get { throw null; } }
4883         [System.ComponentModel.BrowsableAttribute(false)]
4884         public int RowIndex { get { throw null; } }
4885         [System.ComponentModel.BrowsableAttribute(false)]
4886         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4887         public virtual bool Selected { get { throw null; } set { } }
4888         [System.ComponentModel.BrowsableAttribute(false)]
4889         public System.Drawing.Size Size { get { throw null; } }
4890         [System.ComponentModel.BrowsableAttribute(true)]
4891         public System.Windows.Forms.DataGridViewCellStyle Style { get { throw null; } set { } }
4892         [System.ComponentModel.BindableAttribute(true, (System.ComponentModel.BindingDirection)(0))]
4893         [System.ComponentModel.DefaultValueAttribute(null)]
4894         [System.ComponentModel.LocalizableAttribute(false)]
4895         [System.ComponentModel.TypeConverterAttribute("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
4896         public object Tag { get { throw null; } set { } }
4897         [System.ComponentModel.BrowsableAttribute(false)]
4898         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4899         public string ToolTipText { get { throw null; } set { } }
4900         [System.ComponentModel.BrowsableAttribute(false)]
4901         public object Value { get { throw null; } set { } }
4902         [System.ComponentModel.BrowsableAttribute(false)]
4903         public virtual System.Type ValueType { get { throw null; } set { } }
4904         [System.ComponentModel.BrowsableAttribute(false)]
4905         public virtual bool Visible { get { throw null; } }
4906         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AdjustCellBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow)4907         public virtual System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustCellBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow) { throw null; }
BorderWidths(System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle)4908         protected virtual System.Drawing.Rectangle BorderWidths(System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle) { throw null; }
ClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e)4909         protected virtual bool ClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
Clone()4910         public virtual object Clone() { throw null; }
ContentClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e)4911         protected virtual bool ContentClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
ContentDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e)4912         protected virtual bool ContentDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
CreateAccessibilityInstance()4913         protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
4914         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
DetachEditingControl()4915         public virtual void DetachEditingControl() { }
Dispose()4916         public void Dispose() { }
Dispose(bool disposing)4917         protected virtual void Dispose(bool disposing) { }
DoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e)4918         protected virtual bool DoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
EnterUnsharesRow(int rowIndex, bool throughMouseClick)4919         protected virtual bool EnterUnsharesRow(int rowIndex, bool throughMouseClick) { throw null; }
~DataGridViewCell()4920         ~DataGridViewCell() { }
GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)4921         protected virtual object GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format) { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)4922         protected virtual System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetContentBounds(int rowIndex)4923         public System.Drawing.Rectangle GetContentBounds(int rowIndex) { throw null; }
GetEditedFormattedValue(int rowIndex, System.Windows.Forms.DataGridViewDataErrorContexts context)4924         public object GetEditedFormattedValue(int rowIndex, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)4925         protected virtual System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorText(int rowIndex)4926         protected internal virtual string GetErrorText(int rowIndex) { throw null; }
GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context)4927         protected virtual object GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
GetInheritedContextMenuStrip(int rowIndex)4928         public virtual System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) { throw null; }
GetInheritedState(int rowIndex)4929         public virtual System.Windows.Forms.DataGridViewElementStates GetInheritedState(int rowIndex) { throw null; }
GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)4930         public virtual System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)4931         protected virtual System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
GetSize(int rowIndex)4932         protected virtual System.Drawing.Size GetSize(int rowIndex) { throw null; }
GetValue(int rowIndex)4933         protected virtual object GetValue(int rowIndex) { throw null; }
4934         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)4935         public virtual void InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex)4936         protected virtual bool KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e)4937         public virtual bool KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e) { throw null; }
KeyPressUnsharesRow(System.Windows.Forms.KeyPressEventArgs e, int rowIndex)4938         protected virtual bool KeyPressUnsharesRow(System.Windows.Forms.KeyPressEventArgs e, int rowIndex) { throw null; }
KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex)4939         protected virtual bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
LeaveUnsharesRow(int rowIndex, bool throughMouseClick)4940         protected virtual bool LeaveUnsharesRow(int rowIndex, bool throughMouseClick) { throw null; }
4941         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
MeasureTextHeight(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxWidth, System.Windows.Forms.TextFormatFlags flags)4942         public static int MeasureTextHeight(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxWidth, System.Windows.Forms.TextFormatFlags flags) { throw null; }
4943         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4944         [System.MonoTODOAttribute("does not use widthTruncated parameter")]
MeasureTextHeight(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxWidth, System.Windows.Forms.TextFormatFlags flags, out bool widthTruncated)4945         public static int MeasureTextHeight(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxWidth, System.Windows.Forms.TextFormatFlags flags, out bool widthTruncated) { widthTruncated = default(bool); throw null; }
4946         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
MeasureTextPreferredSize(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, float maxRatio, System.Windows.Forms.TextFormatFlags flags)4947         public static System.Drawing.Size MeasureTextPreferredSize(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, float maxRatio, System.Windows.Forms.TextFormatFlags flags) { throw null; }
4948         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
MeasureTextSize(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags)4949         public static System.Drawing.Size MeasureTextSize(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags) { throw null; }
4950         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
MeasureTextWidth(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxHeight, System.Windows.Forms.TextFormatFlags flags)4951         public static int MeasureTextWidth(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxHeight, System.Windows.Forms.TextFormatFlags flags) { throw null; }
MouseClickUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4952         protected virtual bool MouseClickUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4953         protected virtual bool MouseDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4954         protected virtual bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseEnterUnsharesRow(int rowIndex)4955         protected virtual bool MouseEnterUnsharesRow(int rowIndex) { throw null; }
MouseLeaveUnsharesRow(int rowIndex)4956         protected virtual bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
MouseMoveUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4957         protected virtual bool MouseMoveUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4958         protected virtual bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
OnClick(System.Windows.Forms.DataGridViewCellEventArgs e)4959         protected virtual void OnClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs e)4960         protected virtual void OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e)4961         protected virtual void OnContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnDataGridViewChanged()4962         protected override void OnDataGridViewChanged() { }
OnDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e)4963         protected virtual void OnDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnEnter(int rowIndex, bool throughMouseClick)4964         protected virtual void OnEnter(int rowIndex, bool throughMouseClick) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex)4965         protected virtual void OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e, int rowIndex)4966         protected virtual void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e, int rowIndex) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex)4967         protected virtual void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
OnLeave(int rowIndex, bool throughMouseClick)4968         protected virtual void OnLeave(int rowIndex, bool throughMouseClick) { }
OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4969         protected virtual void OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4970         protected virtual void OnMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4971         protected virtual void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseEnter(int rowIndex)4972         protected virtual void OnMouseEnter(int rowIndex) { }
OnMouseLeave(int rowIndex)4973         protected virtual void OnMouseLeave(int rowIndex) { }
OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4974         protected virtual void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4975         protected virtual void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)4976         protected virtual void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
PaintBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle)4977         protected virtual void PaintBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle) { }
PaintErrorIcon(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellValueBounds, string errorText)4978         protected virtual void PaintErrorIcon(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellValueBounds, string errorText) { }
ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter)4979         public virtual object ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter) { throw null; }
4980         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PositionEditingControl(bool setLocation, bool setSize, System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow)4981         public virtual void PositionEditingControl(bool setLocation, bool setSize, System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow) { }
4982         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PositionEditingPanel(System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow)4983         public virtual System.Drawing.Rectangle PositionEditingPanel(System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow) { throw null; }
SetValue(int rowIndex, object value)4984         protected virtual bool SetValue(int rowIndex, object value) { throw null; }
ToString()4985         public override string ToString() { throw null; }
4986         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4987         protected partial class DataGridViewCellAccessibleObject : System.Windows.Forms.AccessibleObject
4988         {
DataGridViewCellAccessibleObject()4989             public DataGridViewCellAccessibleObject() { }
DataGridViewCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner)4990             public DataGridViewCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
4991             public override System.Drawing.Rectangle Bounds { get { throw null; } }
4992             public override string DefaultAction { get { throw null; } }
4993             public override string Help { get { throw null; } }
4994             public override string Name { get { throw null; } }
4995             public System.Windows.Forms.DataGridViewCell Owner { get { throw null; } set { } }
4996             public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
4997             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
4998             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
4999             public override string Value { get { throw null; } set { } }
DoDefaultAction()5000             public override void DoDefaultAction() { }
GetChild(int index)5001             public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()5002             public override int GetChildCount() { throw null; }
GetFocused()5003             public override System.Windows.Forms.AccessibleObject GetFocused() { throw null; }
GetSelected()5004             public override System.Windows.Forms.AccessibleObject GetSelected() { throw null; }
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)5005             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
Select(System.Windows.Forms.AccessibleSelection flags)5006             public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
5007         }
5008     }
5009     public enum DataGridViewCellBorderStyle
5010     {
5011         Custom = 0,
5012         None = 4,
5013         Raised = 2,
5014         RaisedHorizontal = 9,
5015         RaisedVertical = 6,
5016         Single = 1,
5017         SingleHorizontal = 8,
5018         SingleVertical = 5,
5019         Sunken = 3,
5020         SunkenHorizontal = 10,
5021         SunkenVertical = 7,
5022     }
5023     public partial class DataGridViewCellCancelEventArgs : System.ComponentModel.CancelEventArgs
5024     {
DataGridViewCellCancelEventArgs(int columnIndex, int rowIndex)5025         public DataGridViewCellCancelEventArgs(int columnIndex, int rowIndex) { }
5026         public int ColumnIndex { get { throw null; } }
5027         public int RowIndex { get { throw null; } }
5028     }
DataGridViewCellCancelEventHandler(object sender, System.Windows.Forms.DataGridViewCellCancelEventArgs e)5029     public delegate void DataGridViewCellCancelEventHandler(object sender, System.Windows.Forms.DataGridViewCellCancelEventArgs e);
5030     [System.ComponentModel.ListBindableAttribute(false)]
5031     public partial class DataGridViewCellCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
5032     {
DataGridViewCellCollection(System.Windows.Forms.DataGridViewRow dataGridViewRow)5033         public DataGridViewCellCollection(System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
5034         public System.Windows.Forms.DataGridViewCell this[int index] { get { throw null; } set { } }
5035         public System.Windows.Forms.DataGridViewCell this[string columnName] { get { throw null; } set { } }
5036         protected override System.Collections.ArrayList List { get { throw null; } }
5037         int System.Collections.ICollection.Count { get { throw null; } }
5038         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
5039         object System.Collections.ICollection.SyncRoot { get { throw null; } }
5040         bool System.Collections.IList.IsFixedSize { get { throw null; } }
5041         bool System.Collections.IList.IsReadOnly { get { throw null; } }
5042         object System.Collections.IList.this[int index] { get { throw null; } set { } }
5043         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
Add(System.Windows.Forms.DataGridViewCell dataGridViewCell)5044         public virtual int Add(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; }
5045         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
AddRange(params System.Windows.Forms.DataGridViewCell[] dataGridViewCells)5046         public virtual void AddRange(params System.Windows.Forms.DataGridViewCell[] dataGridViewCells) { }
Clear()5047         public virtual void Clear() { }
Contains(System.Windows.Forms.DataGridViewCell dataGridViewCell)5048         public virtual bool Contains(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; }
CopyTo(System.Windows.Forms.DataGridViewCell[] array, int index)5049         public void CopyTo(System.Windows.Forms.DataGridViewCell[] array, int index) { }
IndexOf(System.Windows.Forms.DataGridViewCell dataGridViewCell)5050         public int IndexOf(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; }
Insert(int index, System.Windows.Forms.DataGridViewCell dataGridViewCell)5051         public virtual void Insert(int index, System.Windows.Forms.DataGridViewCell dataGridViewCell) { }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e)5052         protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
Remove(System.Windows.Forms.DataGridViewCell cell)5053         public virtual void Remove(System.Windows.Forms.DataGridViewCell cell) { }
RemoveAt(int index)5054         public virtual void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)5055         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()5056         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)5057         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()5058         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)5059         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)5060         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)5061         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)5062         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)5063         void System.Collections.IList.RemoveAt(int index) { }
5064     }
5065     public partial class DataGridViewCellContextMenuStripNeededEventArgs : System.Windows.Forms.DataGridViewCellEventArgs
5066     {
DataGridViewCellContextMenuStripNeededEventArgs(int columnIndex, int rowIndex)5067         public DataGridViewCellContextMenuStripNeededEventArgs(int columnIndex, int rowIndex) : base (default(int), default(int)) { }
5068         public System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
5069     }
DataGridViewCellContextMenuStripNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e)5070     public delegate void DataGridViewCellContextMenuStripNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e);
5071     public partial class DataGridViewCellErrorTextNeededEventArgs : System.Windows.Forms.DataGridViewCellEventArgs
5072     {
DataGridViewCellErrorTextNeededEventArgs()5073         internal DataGridViewCellErrorTextNeededEventArgs() : base (default(int), default(int)) { }
5074         public string ErrorText { get { throw null; } set { } }
5075     }
DataGridViewCellErrorTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellErrorTextNeededEventArgs e)5076     public delegate void DataGridViewCellErrorTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellErrorTextNeededEventArgs e);
5077     public partial class DataGridViewCellEventArgs : System.EventArgs
5078     {
DataGridViewCellEventArgs(int columnIndex, int rowIndex)5079         public DataGridViewCellEventArgs(int columnIndex, int rowIndex) { }
5080         public int ColumnIndex { get { throw null; } }
5081         public int RowIndex { get { throw null; } }
5082     }
DataGridViewCellEventHandler(object sender, System.Windows.Forms.DataGridViewCellEventArgs e)5083     public delegate void DataGridViewCellEventHandler(object sender, System.Windows.Forms.DataGridViewCellEventArgs e);
5084     public partial class DataGridViewCellFormattingEventArgs : System.Windows.Forms.ConvertEventArgs
5085     {
DataGridViewCellFormattingEventArgs(int columnIndex, int rowIndex, object value, System.Type desiredType, System.Windows.Forms.DataGridViewCellStyle cellStyle)5086         public DataGridViewCellFormattingEventArgs(int columnIndex, int rowIndex, object value, System.Type desiredType, System.Windows.Forms.DataGridViewCellStyle cellStyle) : base (default(object), default(System.Type)) { }
5087         public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } set { } }
5088         public int ColumnIndex { get { throw null; } }
5089         public bool FormattingApplied { get { throw null; } set { } }
5090         public int RowIndex { get { throw null; } }
5091     }
DataGridViewCellFormattingEventHandler(object sender, System.Windows.Forms.DataGridViewCellFormattingEventArgs e)5092     public delegate void DataGridViewCellFormattingEventHandler(object sender, System.Windows.Forms.DataGridViewCellFormattingEventArgs e);
5093     public partial class DataGridViewCellMouseEventArgs : System.Windows.Forms.MouseEventArgs
5094     {
DataGridViewCellMouseEventArgs(int columnIndex, int rowIndex, int localX, int localY, System.Windows.Forms.MouseEventArgs e)5095         public DataGridViewCellMouseEventArgs(int columnIndex, int rowIndex, int localX, int localY, System.Windows.Forms.MouseEventArgs e) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
5096         public int ColumnIndex { get { throw null; } }
5097         public int RowIndex { get { throw null; } }
5098     }
DataGridViewCellMouseEventHandler(object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e)5099     public delegate void DataGridViewCellMouseEventHandler(object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e);
5100     public partial class DataGridViewCellPaintingEventArgs : System.ComponentModel.HandledEventArgs
5101     {
DataGridViewCellPaintingEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, int columnIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5102         public DataGridViewCellPaintingEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, int columnIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
5103         public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedBorderStyle { get { throw null; } }
5104         public System.Drawing.Rectangle CellBounds { get { throw null; } }
5105         public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } }
5106         public System.Drawing.Rectangle ClipBounds { get { throw null; } }
5107         public int ColumnIndex { get { throw null; } }
5108         public string ErrorText { get { throw null; } }
5109         public object FormattedValue { get { throw null; } }
5110         public System.Drawing.Graphics Graphics { get { throw null; } }
5111         public System.Windows.Forms.DataGridViewPaintParts PaintParts { get { throw null; } }
5112         public int RowIndex { get { throw null; } }
5113         public System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
5114         public object Value { get { throw null; } }
Paint(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts)5115         public void Paint(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
PaintBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground)5116         public void PaintBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground) { }
5117         [System.MonoInternalNoteAttribute("Needs row header cell edit pencil glyph")]
PaintContent(System.Drawing.Rectangle clipBounds)5118         public void PaintContent(System.Drawing.Rectangle clipBounds) { }
5119     }
DataGridViewCellPaintingEventHandler(object sender, System.Windows.Forms.DataGridViewCellPaintingEventArgs e)5120     public delegate void DataGridViewCellPaintingEventHandler(object sender, System.Windows.Forms.DataGridViewCellPaintingEventArgs e);
5121     public partial class DataGridViewCellParsingEventArgs : System.Windows.Forms.ConvertEventArgs
5122     {
DataGridViewCellParsingEventArgs(int rowIndex, int columnIndex, object value, System.Type desiredType, System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle)5123         public DataGridViewCellParsingEventArgs(int rowIndex, int columnIndex, object value, System.Type desiredType, System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle) : base (default(object), default(System.Type)) { }
5124         public int ColumnIndex { get { throw null; } }
5125         public System.Windows.Forms.DataGridViewCellStyle InheritedCellStyle { get { throw null; } set { } }
5126         public bool ParsingApplied { get { throw null; } set { } }
5127         public int RowIndex { get { throw null; } }
5128     }
DataGridViewCellParsingEventHandler(object sender, System.Windows.Forms.DataGridViewCellParsingEventArgs e)5129     public delegate void DataGridViewCellParsingEventHandler(object sender, System.Windows.Forms.DataGridViewCellParsingEventArgs e);
5130     public partial class DataGridViewCellStateChangedEventArgs : System.EventArgs
5131     {
DataGridViewCellStateChangedEventArgs(System.Windows.Forms.DataGridViewCell dataGridViewCell, System.Windows.Forms.DataGridViewElementStates stateChanged)5132         public DataGridViewCellStateChangedEventArgs(System.Windows.Forms.DataGridViewCell dataGridViewCell, System.Windows.Forms.DataGridViewElementStates stateChanged) { }
5133         public System.Windows.Forms.DataGridViewCell Cell { get { throw null; } }
5134         public System.Windows.Forms.DataGridViewElementStates StateChanged { get { throw null; } }
5135     }
DataGridViewCellStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewCellStateChangedEventArgs e)5136     public delegate void DataGridViewCellStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewCellStateChangedEventArgs e);
5137     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewCellStyleEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5138     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.DataGridViewCellStyleConverter))]
5139     public partial class DataGridViewCellStyle : System.ICloneable
5140     {
DataGridViewCellStyle()5141         public DataGridViewCellStyle() { }
DataGridViewCellStyle(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)5142         public DataGridViewCellStyle(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
5143         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewContentAlignment)(0))]
5144         public System.Windows.Forms.DataGridViewContentAlignment Alignment { get { throw null; } set { } }
5145         public System.Drawing.Color BackColor { get { throw null; } set { } }
5146         [System.ComponentModel.BrowsableAttribute(false)]
5147         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5148         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5149         public object DataSourceNullValue { get { throw null; } set { } }
5150         public System.Drawing.Font Font { get { throw null; } set { } }
5151         public System.Drawing.Color ForeColor { get { throw null; } set { } }
5152         [System.ComponentModel.DefaultValueAttribute("")]
5153         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.FormatStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5154         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5155         public string Format { get { throw null; } set { } }
5156         [System.ComponentModel.BrowsableAttribute(false)]
5157         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5158         public System.IFormatProvider FormatProvider { get { throw null; } set { } }
5159         [System.ComponentModel.BrowsableAttribute(false)]
5160         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5161         public bool IsDataSourceNullValueDefault { get { throw null; } }
5162         [System.ComponentModel.BrowsableAttribute(false)]
5163         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5164         public bool IsFormatProviderDefault { get { throw null; } }
5165         [System.ComponentModel.BrowsableAttribute(false)]
5166         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5167         public bool IsNullValueDefault { get { throw null; } }
5168         [System.ComponentModel.DefaultValueAttribute("")]
5169         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
5170         public object NullValue { get { throw null; } set { } }
5171         public System.Windows.Forms.Padding Padding { get { throw null; } set { } }
5172         public System.Drawing.Color SelectionBackColor { get { throw null; } set { } }
5173         public System.Drawing.Color SelectionForeColor { get { throw null; } set { } }
5174         [System.ComponentModel.BrowsableAttribute(false)]
5175         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5176         public object Tag { get { throw null; } set { } }
5177         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewTriState)(0))]
5178         public System.Windows.Forms.DataGridViewTriState WrapMode { get { throw null; } set { } }
ApplyStyle(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)5179         public virtual void ApplyStyle(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
Clone()5180         public virtual System.Windows.Forms.DataGridViewCellStyle Clone() { throw null; }
Equals(object o)5181         public override bool Equals(object o) { throw null; }
GetHashCode()5182         public override int GetHashCode() { throw null; }
System.ICloneable.Clone()5183         object System.ICloneable.Clone() { throw null; }
ToString()5184         public override string ToString() { throw null; }
5185     }
5186     public partial class DataGridViewCellStyleContentChangedEventArgs : System.EventArgs
5187     {
DataGridViewCellStyleContentChangedEventArgs()5188         internal DataGridViewCellStyleContentChangedEventArgs() { }
5189         public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } }
5190         public System.Windows.Forms.DataGridViewCellStyleScopes CellStyleScope { get { throw null; } }
5191     }
DataGridViewCellStyleContentChangedEventHandler(object sender, System.Windows.Forms.DataGridViewCellStyleContentChangedEventArgs e)5192     public delegate void DataGridViewCellStyleContentChangedEventHandler(object sender, System.Windows.Forms.DataGridViewCellStyleContentChangedEventArgs e);
5193     public partial class DataGridViewCellStyleConverter : System.ComponentModel.TypeConverter
5194     {
DataGridViewCellStyleConverter()5195         public DataGridViewCellStyleConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)5196         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)5197         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
5198     }
5199     [System.FlagsAttribute]
5200     public enum DataGridViewCellStyleScopes
5201     {
5202         AlternatingRows = 128,
5203         Cell = 1,
5204         Column = 2,
5205         ColumnHeaders = 16,
5206         DataGridView = 8,
5207         None = 0,
5208         Row = 4,
5209         RowHeaders = 32,
5210         Rows = 64,
5211     }
5212     public partial class DataGridViewCellToolTipTextNeededEventArgs : System.Windows.Forms.DataGridViewCellEventArgs
5213     {
DataGridViewCellToolTipTextNeededEventArgs()5214         internal DataGridViewCellToolTipTextNeededEventArgs() : base (default(int), default(int)) { }
5215         public string ToolTipText { get { throw null; } set { } }
5216     }
DataGridViewCellToolTipTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellToolTipTextNeededEventArgs e)5217     public delegate void DataGridViewCellToolTipTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellToolTipTextNeededEventArgs e);
5218     public partial class DataGridViewCellValidatingEventArgs : System.ComponentModel.CancelEventArgs
5219     {
DataGridViewCellValidatingEventArgs()5220         internal DataGridViewCellValidatingEventArgs() { }
5221         public int ColumnIndex { get { throw null; } }
5222         public object FormattedValue { get { throw null; } }
5223         public int RowIndex { get { throw null; } }
5224     }
DataGridViewCellValidatingEventHandler(object sender, System.Windows.Forms.DataGridViewCellValidatingEventArgs e)5225     public delegate void DataGridViewCellValidatingEventHandler(object sender, System.Windows.Forms.DataGridViewCellValidatingEventArgs e);
5226     public partial class DataGridViewCellValueEventArgs : System.EventArgs
5227     {
DataGridViewCellValueEventArgs(int columnIndex, int rowIndex)5228         public DataGridViewCellValueEventArgs(int columnIndex, int rowIndex) { }
5229         public int ColumnIndex { get { throw null; } }
5230         public int RowIndex { get { throw null; } }
5231         public object Value { get { throw null; } set { } }
5232     }
DataGridViewCellValueEventHandler(object sender, System.Windows.Forms.DataGridViewCellValueEventArgs e)5233     public delegate void DataGridViewCellValueEventHandler(object sender, System.Windows.Forms.DataGridViewCellValueEventArgs e);
5234     public partial class DataGridViewCheckBoxCell : System.Windows.Forms.DataGridViewCell, System.Windows.Forms.IDataGridViewEditingCell
5235     {
DataGridViewCheckBoxCell()5236         public DataGridViewCheckBoxCell() { }
DataGridViewCheckBoxCell(bool threeState)5237         public DataGridViewCheckBoxCell(bool threeState) { }
5238         public virtual object EditingCellFormattedValue { get { throw null; } set { } }
5239         public virtual bool EditingCellValueChanged { get { throw null; } set { } }
5240         public override System.Type EditType { get { throw null; } }
5241         [System.ComponentModel.DefaultValueAttribute(null)]
5242         public object FalseValue { get { throw null; } set { } }
5243         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
5244         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
5245         public override System.Type FormattedValueType { get { throw null; } }
5246         [System.ComponentModel.DefaultValueAttribute(null)]
5247         public object IndeterminateValue { get { throw null; } set { } }
5248         [System.ComponentModel.DefaultValueAttribute(false)]
5249         public bool ThreeState { get { throw null; } set { } }
5250         [System.ComponentModel.DefaultValueAttribute(null)]
5251         public object TrueValue { get { throw null; } set { } }
5252         public override System.Type ValueType { get { throw null; } set { } }
Clone()5253         public override object Clone() { throw null; }
ContentClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e)5254         protected override bool ContentClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
ContentDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e)5255         protected override bool ContentDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
CreateAccessibilityInstance()5256         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5257         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetEditingCellFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context)5258         public virtual object GetEditingCellFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5259         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context)5260         protected override object GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)5261         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex)5262         protected override bool KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex)5263         protected override bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5264         protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseEnterUnsharesRow(int rowIndex)5265         protected override bool MouseEnterUnsharesRow(int rowIndex) { throw null; }
MouseLeaveUnsharesRow(int rowIndex)5266         protected override bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5267         protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs e)5268         protected override void OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e)5269         protected override void OnContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex)5270         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex)5271         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
OnLeave(int rowIndex, bool throughMouseClick)5272         protected override void OnLeave(int rowIndex, bool throughMouseClick) { }
OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5273         protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseLeave(int rowIndex)5274         protected override void OnMouseLeave(int rowIndex) { }
OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5275         protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5276         protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5277         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter)5278         public override object ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter) { throw null; }
PrepareEditingCellForEdit(bool selectAll)5279         public virtual void PrepareEditingCellForEdit(bool selectAll) { }
ToString()5280         public override string ToString() { throw null; }
5281         protected partial class DataGridViewCheckBoxCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
5282         {
DataGridViewCheckBoxCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner)5283             public DataGridViewCheckBoxCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
5284             public override string DefaultAction { get { throw null; } }
5285             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
DoDefaultAction()5286             public override void DoDefaultAction() { }
GetChildCount()5287             public override int GetChildCount() { throw null; }
5288         }
5289     }
5290     [System.Drawing.ToolboxBitmapAttribute("")]
5291     public partial class DataGridViewCheckBoxColumn : System.Windows.Forms.DataGridViewColumn
5292     {
DataGridViewCheckBoxColumn()5293         public DataGridViewCheckBoxColumn() { }
DataGridViewCheckBoxColumn(bool threeState)5294         public DataGridViewCheckBoxColumn(bool threeState) { }
5295         [System.ComponentModel.BrowsableAttribute(false)]
5296         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5297         public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
5298         [System.ComponentModel.BrowsableAttribute(true)]
5299         public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
5300         [System.ComponentModel.DefaultValueAttribute(null)]
5301         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
5302         public object FalseValue { get { throw null; } set { } }
5303         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
5304         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
5305         [System.ComponentModel.DefaultValueAttribute(null)]
5306         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
5307         public object IndeterminateValue { get { throw null; } set { } }
5308         [System.ComponentModel.DefaultValueAttribute(false)]
5309         public bool ThreeState { get { throw null; } set { } }
5310         [System.ComponentModel.DefaultValueAttribute(null)]
5311         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
5312         public object TrueValue { get { throw null; } set { } }
ToString()5313         public override string ToString() { throw null; }
5314     }
5315     public enum DataGridViewClipboardCopyMode
5316     {
5317         Disable = 0,
5318         EnableAlwaysIncludeHeaderText = 3,
5319         EnableWithAutoHeaderText = 1,
5320         EnableWithoutHeaderText = 2,
5321     }
5322     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridViewColumnDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
5323     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
5324     [System.ComponentModel.ToolboxItemAttribute("")]
5325     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.DataGridViewColumnConverter")]
5326     public partial class DataGridViewColumn : System.Windows.Forms.DataGridViewBand, System.ComponentModel.IComponent, System.IDisposable
5327     {
DataGridViewColumn()5328         public DataGridViewColumn() { }
DataGridViewColumn(System.Windows.Forms.DataGridViewCell cellTemplate)5329         public DataGridViewColumn(System.Windows.Forms.DataGridViewCell cellTemplate) { }
5330         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewAutoSizeColumnMode)(0))]
5331         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
5332         public System.Windows.Forms.DataGridViewAutoSizeColumnMode AutoSizeMode { get { throw null; } set { } }
5333         [System.ComponentModel.BrowsableAttribute(false)]
5334         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5335         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5336         public virtual System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
5337         [System.ComponentModel.BrowsableAttribute(false)]
5338         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5339         public System.Type CellType { get { throw null; } }
5340         [System.ComponentModel.DefaultValueAttribute(null)]
5341         public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
5342         [System.ComponentModel.BrowsableAttribute(true)]
5343         [System.ComponentModel.DefaultValueAttribute("")]
5344         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewColumnDataPropertyNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
5345         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5346         public string DataPropertyName { get { throw null; } set { } }
5347         [System.ComponentModel.BrowsableAttribute(true)]
5348         public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
5349         [System.ComponentModel.BrowsableAttribute(false)]
5350         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5351         public int DisplayIndex { get { throw null; } set { } }
5352         [System.ComponentModel.DefaultValueAttribute(0)]
5353         public int DividerWidth { get { throw null; } set { } }
5354         [System.ComponentModel.DefaultValueAttribute(100)]
5355         public float FillWeight { get { throw null; } set { } }
5356         [System.ComponentModel.DefaultValueAttribute(false)]
5357         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
5358         public override bool Frozen { get { throw null; } set { } }
5359         [System.ComponentModel.BrowsableAttribute(false)]
5360         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5361         public System.Windows.Forms.DataGridViewColumnHeaderCell HeaderCell { get { throw null; } set { } }
5362         [System.ComponentModel.LocalizableAttribute(true)]
5363         public string HeaderText { get { throw null; } set { } }
5364         [System.ComponentModel.BrowsableAttribute(false)]
5365         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5366         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5367         public System.Windows.Forms.DataGridViewAutoSizeColumnMode InheritedAutoSizeMode { get { throw null; } }
5368         [System.ComponentModel.BrowsableAttribute(false)]
5369         public override System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get { throw null; } }
5370         [System.ComponentModel.BrowsableAttribute(false)]
5371         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5372         public bool IsDataBound { get { throw null; } }
5373         [System.ComponentModel.DefaultValueAttribute(5)]
5374         [System.ComponentModel.LocalizableAttribute(true)]
5375         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
5376         public int MinimumWidth { get { throw null; } set { } }
5377         [System.ComponentModel.BrowsableAttribute(false)]
5378         public string Name { get { throw null; } set { } }
5379         public override bool ReadOnly { get { throw null; } set { } }
5380         public override System.Windows.Forms.DataGridViewTriState Resizable { get { throw null; } set { } }
5381         [System.ComponentModel.BrowsableAttribute(false)]
5382         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5383         public System.ComponentModel.ISite Site { get { throw null; } set { } }
5384         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewColumnSortMode)(0))]
5385         public System.Windows.Forms.DataGridViewColumnSortMode SortMode { get { throw null; } set { } }
5386         [System.ComponentModel.DefaultValueAttribute("")]
5387         [System.ComponentModel.LocalizableAttribute(true)]
5388         public string ToolTipText { get { throw null; } set { } }
5389         [System.ComponentModel.BrowsableAttribute(false)]
5390         [System.ComponentModel.DefaultValueAttribute(null)]
5391         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5392         public System.Type ValueType { get { throw null; } set { } }
5393         [System.ComponentModel.DefaultValueAttribute(true)]
5394         [System.ComponentModel.LocalizableAttribute(true)]
5395         public override bool Visible { get { throw null; } set { } }
5396         [System.ComponentModel.LocalizableAttribute(true)]
5397         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
5398         public int Width { get { throw null; } set { } }
5399         [System.ComponentModel.BrowsableAttribute(false)]
5400         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5401         public event System.EventHandler Disposed { add { } remove { } }
Clone()5402         public override object Clone() { throw null; }
Dispose(bool disposing)5403         protected override void Dispose(bool disposing) { }
5404         [System.MonoTODOAttribute("Actually calculate width")]
GetPreferredWidth(System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode, bool fixedHeight)5405         public virtual int GetPreferredWidth(System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode, bool fixedHeight) { throw null; }
ToString()5406         public override string ToString() { throw null; }
5407     }
5408     [System.ComponentModel.ListBindableAttribute(false)]
5409     public partial class DataGridViewColumnCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
5410     {
DataGridViewColumnCollection(System.Windows.Forms.DataGridView dataGridView)5411         public DataGridViewColumnCollection(System.Windows.Forms.DataGridView dataGridView) { }
5412         protected System.Windows.Forms.DataGridView DataGridView { get { throw null; } }
5413         public System.Windows.Forms.DataGridViewColumn this[int index] { get { throw null; } }
5414         public System.Windows.Forms.DataGridViewColumn this[string columnName] { get { throw null; } }
5415         protected override System.Collections.ArrayList List { get { throw null; } }
5416         int System.Collections.ICollection.Count { get { throw null; } }
5417         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
5418         object System.Collections.ICollection.SyncRoot { get { throw null; } }
5419         bool System.Collections.IList.IsFixedSize { get { throw null; } }
5420         bool System.Collections.IList.IsReadOnly { get { throw null; } }
5421         object System.Collections.IList.this[int index] { get { throw null; } set { } }
5422         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
5423         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
Add(string columnName, string headerText)5424         public virtual int Add(string columnName, string headerText) { throw null; }
Add(System.Windows.Forms.DataGridViewColumn dataGridViewColumn)5425         public virtual int Add(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; }
AddRange(params System.Windows.Forms.DataGridViewColumn[] dataGridViewColumns)5426         public virtual void AddRange(params System.Windows.Forms.DataGridViewColumn[] dataGridViewColumns) { }
Clear()5427         public virtual void Clear() { }
Contains(string columnName)5428         public virtual bool Contains(string columnName) { throw null; }
Contains(System.Windows.Forms.DataGridViewColumn dataGridViewColumn)5429         public virtual bool Contains(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; }
CopyTo(System.Windows.Forms.DataGridViewColumn[] array, int index)5430         public void CopyTo(System.Windows.Forms.DataGridViewColumn[] array, int index) { }
GetColumnCount(System.Windows.Forms.DataGridViewElementStates includeFilter)5431         public int GetColumnCount(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetColumnsWidth(System.Windows.Forms.DataGridViewElementStates includeFilter)5432         public int GetColumnsWidth(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetFirstColumn(System.Windows.Forms.DataGridViewElementStates includeFilter)5433         public System.Windows.Forms.DataGridViewColumn GetFirstColumn(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetFirstColumn(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter)5434         public System.Windows.Forms.DataGridViewColumn GetFirstColumn(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
GetLastColumn(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter)5435         public System.Windows.Forms.DataGridViewColumn GetLastColumn(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
GetNextColumn(System.Windows.Forms.DataGridViewColumn dataGridViewColumnStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter)5436         public System.Windows.Forms.DataGridViewColumn GetNextColumn(System.Windows.Forms.DataGridViewColumn dataGridViewColumnStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
GetPreviousColumn(System.Windows.Forms.DataGridViewColumn dataGridViewColumnStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter)5437         public System.Windows.Forms.DataGridViewColumn GetPreviousColumn(System.Windows.Forms.DataGridViewColumn dataGridViewColumnStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
IndexOf(System.Windows.Forms.DataGridViewColumn dataGridViewColumn)5438         public int IndexOf(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; }
Insert(int columnIndex, System.Windows.Forms.DataGridViewColumn dataGridViewColumn)5439         public virtual void Insert(int columnIndex, System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e)5440         protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
Remove(string columnName)5441         public virtual void Remove(string columnName) { }
Remove(System.Windows.Forms.DataGridViewColumn dataGridViewColumn)5442         public virtual void Remove(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { }
RemoveAt(int index)5443         public virtual void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)5444         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()5445         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)5446         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()5447         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)5448         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)5449         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)5450         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)5451         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)5452         void System.Collections.IList.RemoveAt(int index) { }
5453     }
5454     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
5455     public sealed partial class DataGridViewColumnDesignTimeVisibleAttribute : System.Attribute
5456     {
5457         public static readonly System.Windows.Forms.DataGridViewColumnDesignTimeVisibleAttribute Default;
5458         public static readonly System.Windows.Forms.DataGridViewColumnDesignTimeVisibleAttribute No;
5459         public static readonly System.Windows.Forms.DataGridViewColumnDesignTimeVisibleAttribute Yes;
DataGridViewColumnDesignTimeVisibleAttribute()5460         public DataGridViewColumnDesignTimeVisibleAttribute() { }
DataGridViewColumnDesignTimeVisibleAttribute(bool visible)5461         public DataGridViewColumnDesignTimeVisibleAttribute(bool visible) { }
5462         public bool Visible { get { throw null; } }
Equals(object obj)5463         public override bool Equals(object obj) { throw null; }
GetHashCode()5464         public override int GetHashCode() { throw null; }
IsDefaultAttribute()5465         public override bool IsDefaultAttribute() { throw null; }
5466     }
5467     public partial class DataGridViewColumnDividerDoubleClickEventArgs : System.Windows.Forms.HandledMouseEventArgs
5468     {
DataGridViewColumnDividerDoubleClickEventArgs(int columnIndex, System.Windows.Forms.HandledMouseEventArgs e)5469         public DataGridViewColumnDividerDoubleClickEventArgs(int columnIndex, System.Windows.Forms.HandledMouseEventArgs e) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
5470         public int ColumnIndex { get { throw null; } }
5471     }
DataGridViewColumnDividerDoubleClickEventHandler(object sender, System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs e)5472     public delegate void DataGridViewColumnDividerDoubleClickEventHandler(object sender, System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs e);
5473     public partial class DataGridViewColumnEventArgs : System.EventArgs
5474     {
DataGridViewColumnEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn)5475         public DataGridViewColumnEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { }
5476         public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
5477     }
DataGridViewColumnEventHandler(object sender, System.Windows.Forms.DataGridViewColumnEventArgs e)5478     public delegate void DataGridViewColumnEventHandler(object sender, System.Windows.Forms.DataGridViewColumnEventArgs e);
5479     public partial class DataGridViewColumnHeaderCell : System.Windows.Forms.DataGridViewHeaderCell
5480     {
DataGridViewColumnHeaderCell()5481         public DataGridViewColumnHeaderCell() { }
5482         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5483         public System.Windows.Forms.SortOrder SortGlyphDirection { get { throw null; } set { } }
Clone()5484         public override object Clone() { throw null; }
CreateAccessibilityInstance()5485         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)5486         protected override object GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format) { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5487         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetInheritedContextMenuStrip(int rowIndex)5488         public override System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) { throw null; }
GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)5489         public override System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)5490         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
GetValue(int rowIndex)5491         protected override object GetValue(int rowIndex) { throw null; }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5492         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
SetValue(int rowIndex, object value)5493         protected override bool SetValue(int rowIndex, object value) { throw null; }
ToString()5494         public override string ToString() { throw null; }
5495         protected partial class DataGridViewColumnHeaderCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
5496         {
DataGridViewColumnHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewColumnHeaderCell owner)5497             public DataGridViewColumnHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewColumnHeaderCell owner) { }
5498             public override System.Drawing.Rectangle Bounds { get { throw null; } }
5499             public override string DefaultAction { get { throw null; } }
5500             public override string Name { get { throw null; } }
5501             public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
5502             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
5503             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
5504             public override string Value { get { throw null; } }
DoDefaultAction()5505             public override void DoDefaultAction() { }
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)5506             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
Select(System.Windows.Forms.AccessibleSelection flags)5507             public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
5508         }
5509     }
5510     public enum DataGridViewColumnHeadersHeightSizeMode
5511     {
5512         AutoSize = 2,
5513         DisableResizing = 1,
5514         EnableResizing = 0,
5515     }
5516     public enum DataGridViewColumnSortMode
5517     {
5518         Automatic = 1,
5519         NotSortable = 0,
5520         Programmatic = 2,
5521     }
5522     public partial class DataGridViewColumnStateChangedEventArgs : System.EventArgs
5523     {
DataGridViewColumnStateChangedEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.Windows.Forms.DataGridViewElementStates stateChanged)5524         public DataGridViewColumnStateChangedEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.Windows.Forms.DataGridViewElementStates stateChanged) { }
5525         public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
5526         public System.Windows.Forms.DataGridViewElementStates StateChanged { get { throw null; } }
5527     }
DataGridViewColumnStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewColumnStateChangedEventArgs e)5528     public delegate void DataGridViewColumnStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewColumnStateChangedEventArgs e);
5529     public partial class DataGridViewComboBoxCell : System.Windows.Forms.DataGridViewCell
5530     {
DataGridViewComboBoxCell()5531         public DataGridViewComboBoxCell() { }
5532         [System.ComponentModel.DefaultValueAttribute(true)]
5533         public virtual bool AutoComplete { get { throw null; } set { } }
5534         public virtual object DataSource { get { throw null; } set { } }
5535         [System.ComponentModel.DefaultValueAttribute("")]
5536         public virtual string DisplayMember { get { throw null; } set { } }
5537         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewComboBoxDisplayStyle)(1))]
5538         public System.Windows.Forms.DataGridViewComboBoxDisplayStyle DisplayStyle { get { throw null; } set { } }
5539         [System.ComponentModel.DefaultValueAttribute(false)]
5540         public bool DisplayStyleForCurrentCellOnly { get { throw null; } set { } }
5541         [System.ComponentModel.DefaultValueAttribute(1)]
5542         public virtual int DropDownWidth { get { throw null; } set { } }
5543         public override System.Type EditType { get { throw null; } }
5544         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
5545         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
5546         public override System.Type FormattedValueType { get { throw null; } }
5547         [System.ComponentModel.BrowsableAttribute(false)]
5548         public virtual System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection Items { get { throw null; } }
5549         [System.ComponentModel.DefaultValueAttribute(8)]
5550         public virtual int MaxDropDownItems { get { throw null; } set { } }
5551         [System.ComponentModel.DefaultValueAttribute(false)]
5552         public virtual bool Sorted { get { throw null; } set { } }
5553         [System.ComponentModel.DefaultValueAttribute("")]
5554         public virtual string ValueMember { get { throw null; } set { } }
5555         public override System.Type ValueType { get { throw null; } }
Clone()5556         public override object Clone() { throw null; }
DetachEditingControl()5557         public override void DetachEditingControl() { }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5558         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5559         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context)5560         protected override object GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)5561         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)5562         public override void InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e)5563         public override bool KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e) { throw null; }
OnDataGridViewChanged()5564         protected override void OnDataGridViewChanged() { }
OnEnter(int rowIndex, bool throughMouseClick)5565         protected override void OnEnter(int rowIndex, bool throughMouseClick) { }
OnLeave(int rowIndex, bool throughMouseClick)5566         protected override void OnLeave(int rowIndex, bool throughMouseClick) { }
OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5567         protected override void OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseEnter(int rowIndex)5568         protected override void OnMouseEnter(int rowIndex) { }
OnMouseLeave(int rowIndex)5569         protected override void OnMouseLeave(int rowIndex) { }
OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5570         protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5571         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter)5572         public override object ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter) { throw null; }
ToString()5573         public override string ToString() { throw null; }
5574         [System.ComponentModel.ListBindableAttribute(false)]
5575         public partial class ObjectCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
5576         {
ObjectCollection(System.Windows.Forms.DataGridViewComboBoxCell owner)5577             public ObjectCollection(System.Windows.Forms.DataGridViewComboBoxCell owner) { }
5578             public int Count { get { throw null; } }
5579             public bool IsReadOnly { get { throw null; } }
5580             public virtual object this[int index] { get { throw null; } set { } }
5581             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
5582             object System.Collections.ICollection.SyncRoot { get { throw null; } }
5583             bool System.Collections.IList.IsFixedSize { get { throw null; } }
Add(object item)5584             public int Add(object item) { throw null; }
AddRange(params object[] items)5585             public void AddRange(params object[] items) { }
AddRange(System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection value)5586             public void AddRange(System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection value) { }
Clear()5587             public void Clear() { }
Contains(object value)5588             public bool Contains(object value) { throw null; }
CopyTo(object[] destination, int arrayIndex)5589             public void CopyTo(object[] destination, int arrayIndex) { }
GetEnumerator()5590             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(object value)5591             public int IndexOf(object value) { throw null; }
Insert(int index, object item)5592             public void Insert(int index, object item) { }
Remove(object value)5593             public void Remove(object value) { }
RemoveAt(int index)5594             public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array destination, int index)5595             void System.Collections.ICollection.CopyTo(System.Array destination, int index) { }
System.Collections.IList.Add(object item)5596             int System.Collections.IList.Add(object item) { throw null; }
5597         }
5598     }
5599     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridViewComboBoxColumnDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
5600     [System.Drawing.ToolboxBitmapAttribute("")]
5601     public partial class DataGridViewComboBoxColumn : System.Windows.Forms.DataGridViewColumn
5602     {
DataGridViewComboBoxColumn()5603         public DataGridViewComboBoxColumn() { }
5604         [System.ComponentModel.BrowsableAttribute(true)]
5605         [System.ComponentModel.DefaultValueAttribute(true)]
5606         public bool AutoComplete { get { throw null; } set { } }
5607         [System.ComponentModel.BrowsableAttribute(false)]
5608         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5609         public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
5610         [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
5611         [System.ComponentModel.DefaultValueAttribute(null)]
5612         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
5613         public object DataSource { get { throw null; } set { } }
5614         [System.ComponentModel.DefaultValueAttribute("")]
5615         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5616         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5617         public string DisplayMember { get { throw null; } set { } }
5618         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewComboBoxDisplayStyle)(1))]
5619         public System.Windows.Forms.DataGridViewComboBoxDisplayStyle DisplayStyle { get { throw null; } set { } }
5620         [System.ComponentModel.DefaultValueAttribute(false)]
5621         public bool DisplayStyleForCurrentCellOnly { get { throw null; } set { } }
5622         [System.ComponentModel.DefaultValueAttribute(1)]
5623         public int DropDownWidth { get { throw null; } set { } }
5624         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
5625         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
5626         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
5627         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5628         public System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection Items { get { throw null; } }
5629         [System.ComponentModel.DefaultValueAttribute(8)]
5630         public int MaxDropDownItems { get { throw null; } set { } }
5631         [System.ComponentModel.DefaultValueAttribute(false)]
5632         public bool Sorted { get { throw null; } set { } }
5633         [System.ComponentModel.DefaultValueAttribute("")]
5634         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5635         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5636         public string ValueMember { get { throw null; } set { } }
Clone()5637         public override object Clone() { throw null; }
ToString()5638         public override string ToString() { throw null; }
5639     }
5640     public enum DataGridViewComboBoxDisplayStyle
5641     {
5642         ComboBox = 0,
5643         DropDownButton = 1,
5644         Nothing = 2,
5645     }
5646     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
5647     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5648     public partial class DataGridViewComboBoxEditingControl : System.Windows.Forms.ComboBox, System.Windows.Forms.IDataGridViewEditingControl
5649     {
DataGridViewComboBoxEditingControl()5650         public DataGridViewComboBoxEditingControl() { }
5651         public virtual System.Windows.Forms.DataGridView EditingControlDataGridView { get { throw null; } set { } }
5652         public virtual object EditingControlFormattedValue { get { throw null; } set { } }
5653         public virtual int EditingControlRowIndex { get { throw null; } set { } }
5654         public virtual bool EditingControlValueChanged { get { throw null; } set { } }
5655         public virtual System.Windows.Forms.Cursor EditingPanelCursor { get { throw null; } }
5656         public virtual bool RepositionEditingControlOnValueChange { get { throw null; } }
ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)5657         public virtual void ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey)5658         public virtual bool EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey) { throw null; }
GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context)5659         public virtual object GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
OnSelectedIndexChanged(System.EventArgs e)5660         protected override void OnSelectedIndexChanged(System.EventArgs e) { }
PrepareEditingControlForEdit(bool selectAll)5661         public virtual void PrepareEditingControlForEdit(bool selectAll) { }
5662     }
5663     public enum DataGridViewContentAlignment
5664     {
5665         BottomCenter = 512,
5666         BottomLeft = 256,
5667         BottomRight = 1024,
5668         MiddleCenter = 32,
5669         MiddleLeft = 16,
5670         MiddleRight = 64,
5671         NotSet = 0,
5672         TopCenter = 2,
5673         TopLeft = 1,
5674         TopRight = 4,
5675     }
5676     [System.FlagsAttribute]
5677     public enum DataGridViewDataErrorContexts
5678     {
5679         ClipboardContent = 16384,
5680         Commit = 512,
5681         CurrentCellChange = 4096,
5682         Display = 2,
5683         Formatting = 1,
5684         InitialValueRestoration = 1024,
5685         LeaveControl = 2048,
5686         Parsing = 256,
5687         PreferredSize = 4,
5688         RowDeletion = 8,
5689         Scroll = 8192,
5690     }
5691     public partial class DataGridViewDataErrorEventArgs : System.Windows.Forms.DataGridViewCellCancelEventArgs
5692     {
DataGridViewDataErrorEventArgs(System.Exception exception, int columnIndex, int rowIndex, System.Windows.Forms.DataGridViewDataErrorContexts context)5693         public DataGridViewDataErrorEventArgs(System.Exception exception, int columnIndex, int rowIndex, System.Windows.Forms.DataGridViewDataErrorContexts context) : base (default(int), default(int)) { }
5694         public System.Windows.Forms.DataGridViewDataErrorContexts Context { get { throw null; } }
5695         public System.Exception Exception { get { throw null; } }
5696         public bool ThrowException { get { throw null; } set { } }
5697     }
DataGridViewDataErrorEventHandler(object sender, System.Windows.Forms.DataGridViewDataErrorEventArgs e)5698     public delegate void DataGridViewDataErrorEventHandler(object sender, System.Windows.Forms.DataGridViewDataErrorEventArgs e);
5699     public partial class DataGridViewEditingControlShowingEventArgs : System.EventArgs
5700     {
DataGridViewEditingControlShowingEventArgs(System.Windows.Forms.Control control, System.Windows.Forms.DataGridViewCellStyle cellStyle)5701         public DataGridViewEditingControlShowingEventArgs(System.Windows.Forms.Control control, System.Windows.Forms.DataGridViewCellStyle cellStyle) { }
5702         public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } set { } }
5703         public System.Windows.Forms.Control Control { get { throw null; } }
5704     }
DataGridViewEditingControlShowingEventHandler(object sender, System.Windows.Forms.DataGridViewEditingControlShowingEventArgs e)5705     public delegate void DataGridViewEditingControlShowingEventHandler(object sender, System.Windows.Forms.DataGridViewEditingControlShowingEventArgs e);
5706     public enum DataGridViewEditMode
5707     {
5708         EditOnEnter = 0,
5709         EditOnF2 = 3,
5710         EditOnKeystroke = 1,
5711         EditOnKeystrokeOrF2 = 2,
5712         EditProgrammatically = 4,
5713     }
5714     public partial class DataGridViewElement
5715     {
DataGridViewElement()5716         public DataGridViewElement() { }
5717         [System.ComponentModel.BrowsableAttribute(false)]
5718         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5719         public System.Windows.Forms.DataGridView DataGridView { get { throw null; } }
5720         [System.ComponentModel.BrowsableAttribute(false)]
5721         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5722         public virtual System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
OnDataGridViewChanged()5723         protected virtual void OnDataGridViewChanged() { }
RaiseCellClick(System.Windows.Forms.DataGridViewCellEventArgs e)5724         protected void RaiseCellClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
RaiseCellContentClick(System.Windows.Forms.DataGridViewCellEventArgs e)5725         protected void RaiseCellContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
RaiseCellContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e)5726         protected void RaiseCellContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
RaiseCellValueChanged(System.Windows.Forms.DataGridViewCellEventArgs e)5727         protected void RaiseCellValueChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
RaiseDataError(System.Windows.Forms.DataGridViewDataErrorEventArgs e)5728         protected void RaiseDataError(System.Windows.Forms.DataGridViewDataErrorEventArgs e) { }
RaiseMouseWheel(System.Windows.Forms.MouseEventArgs e)5729         protected void RaiseMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
5730     }
5731     [System.FlagsAttribute]
5732     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5733     public enum DataGridViewElementStates
5734     {
5735         Displayed = 1,
5736         Frozen = 2,
5737         None = 0,
5738         ReadOnly = 4,
5739         Resizable = 8,
5740         ResizableSet = 16,
5741         Selected = 32,
5742         Visible = 64,
5743     }
5744     public enum DataGridViewHeaderBorderStyle
5745     {
5746         Custom = 0,
5747         None = 4,
5748         Raised = 2,
5749         Single = 1,
5750         Sunken = 3,
5751     }
5752     public partial class DataGridViewHeaderCell : System.Windows.Forms.DataGridViewCell
5753     {
DataGridViewHeaderCell()5754         public DataGridViewHeaderCell() { }
5755         protected System.Windows.Forms.ButtonState ButtonState { get { throw null; } }
5756         [System.ComponentModel.BrowsableAttribute(false)]
5757         public override bool Displayed { get { throw null; } }
5758         public override System.Type FormattedValueType { get { throw null; } }
5759         [System.ComponentModel.BrowsableAttribute(false)]
5760         public override bool Frozen { get { throw null; } }
5761         [System.ComponentModel.BrowsableAttribute(false)]
5762         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5763         public override bool ReadOnly { get { throw null; } set { } }
5764         [System.ComponentModel.BrowsableAttribute(false)]
5765         public override bool Resizable { get { throw null; } }
5766         [System.ComponentModel.BrowsableAttribute(false)]
5767         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5768         public override bool Selected { get { throw null; } set { } }
5769         public override System.Type ValueType { get { throw null; } set { } }
5770         [System.ComponentModel.BrowsableAttribute(false)]
5771         public override bool Visible { get { throw null; } }
Clone()5772         public override object Clone() { throw null; }
Dispose(bool disposing)5773         protected override void Dispose(bool disposing) { }
GetInheritedContextMenuStrip(int rowIndex)5774         public override System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) { throw null; }
GetInheritedState(int rowIndex)5775         public override System.Windows.Forms.DataGridViewElementStates GetInheritedState(int rowIndex) { throw null; }
GetSize(int rowIndex)5776         protected override System.Drawing.Size GetSize(int rowIndex) { throw null; }
GetValue(int rowIndex)5777         protected override object GetValue(int rowIndex) { throw null; }
MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5778         protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseEnterUnsharesRow(int rowIndex)5779         protected override bool MouseEnterUnsharesRow(int rowIndex) { throw null; }
MouseLeaveUnsharesRow(int rowIndex)5780         protected override bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5781         protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5782         protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseEnter(int rowIndex)5783         protected override void OnMouseEnter(int rowIndex) { }
OnMouseLeave(int rowIndex)5784         protected override void OnMouseLeave(int rowIndex) { }
OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5785         protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5786         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
ToString()5787         public override string ToString() { throw null; }
5788     }
5789     public enum DataGridViewHitTestType
5790     {
5791         Cell = 1,
5792         ColumnHeader = 2,
5793         HorizontalScrollBar = 5,
5794         None = 0,
5795         RowHeader = 3,
5796         TopLeftHeader = 4,
5797         VerticalScrollBar = 6,
5798     }
5799     public partial class DataGridViewImageCell : System.Windows.Forms.DataGridViewCell
5800     {
DataGridViewImageCell()5801         public DataGridViewImageCell() { }
DataGridViewImageCell(bool valueIsIcon)5802         public DataGridViewImageCell(bool valueIsIcon) { }
5803         public override object DefaultNewRowValue { get { throw null; } }
5804         [System.ComponentModel.DefaultValueAttribute("")]
5805         public string Description { get { throw null; } set { } }
5806         public override System.Type EditType { get { throw null; } }
5807         public override System.Type FormattedValueType { get { throw null; } }
5808         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewImageCellLayout)(0))]
5809         public System.Windows.Forms.DataGridViewImageCellLayout ImageLayout { get { throw null; } set { } }
5810         [System.ComponentModel.DefaultValueAttribute(false)]
5811         public bool ValueIsIcon { get { throw null; } set { } }
5812         public override System.Type ValueType { get { throw null; } set { } }
Clone()5813         public override object Clone() { throw null; }
CreateAccessibilityInstance()5814         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5815         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5816         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context)5817         protected override object GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)5818         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
GetValue(int rowIndex)5819         protected override object GetValue(int rowIndex) { throw null; }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5820         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
ToString()5821         public override string ToString() { throw null; }
5822         protected partial class DataGridViewImageCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
5823         {
DataGridViewImageCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner)5824             public DataGridViewImageCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
5825             public override string DefaultAction { get { throw null; } }
5826             public override string Description { get { throw null; } }
5827             public override string Value { get { throw null; } set { } }
DoDefaultAction()5828             public override void DoDefaultAction() { }
GetChildCount()5829             public override int GetChildCount() { throw null; }
5830         }
5831     }
5832     public enum DataGridViewImageCellLayout
5833     {
5834         Normal = 1,
5835         NotSet = 0,
5836         Stretch = 2,
5837         Zoom = 3,
5838     }
5839     [System.Drawing.ToolboxBitmapAttribute("")]
5840     public partial class DataGridViewImageColumn : System.Windows.Forms.DataGridViewColumn
5841     {
DataGridViewImageColumn()5842         public DataGridViewImageColumn() { }
DataGridViewImageColumn(bool valuesAreIcons)5843         public DataGridViewImageColumn(bool valuesAreIcons) { }
5844         [System.ComponentModel.BrowsableAttribute(false)]
5845         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5846         public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
5847         [System.ComponentModel.BrowsableAttribute(true)]
5848         public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
5849         [System.ComponentModel.BrowsableAttribute(true)]
5850         [System.ComponentModel.DefaultValueAttribute("")]
5851         public string Description { get { throw null; } set { } }
5852         [System.ComponentModel.BrowsableAttribute(false)]
5853         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5854         public System.Drawing.Icon Icon { get { throw null; } set { } }
5855         [System.ComponentModel.DefaultValueAttribute(null)]
5856         public System.Drawing.Image Image { get { throw null; } set { } }
5857         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewImageCellLayout)(1))]
5858         public System.Windows.Forms.DataGridViewImageCellLayout ImageLayout { get { throw null; } set { } }
5859         [System.ComponentModel.BrowsableAttribute(false)]
5860         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5861         public bool ValuesAreIcons { get { throw null; } set { } }
Clone()5862         public override object Clone() { throw null; }
ToString()5863         public override string ToString() { throw null; }
5864     }
5865     public partial class DataGridViewLinkCell : System.Windows.Forms.DataGridViewCell
5866     {
DataGridViewLinkCell()5867         public DataGridViewLinkCell() { }
5868         public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
5869         public override System.Type EditType { get { throw null; } }
5870         public override System.Type FormattedValueType { get { throw null; } }
5871         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.LinkBehavior)(0))]
5872         public System.Windows.Forms.LinkBehavior LinkBehavior { get { throw null; } set { } }
5873         public System.Drawing.Color LinkColor { get { throw null; } set { } }
5874         public bool LinkVisited { get { throw null; } set { } }
5875         [System.ComponentModel.DefaultValueAttribute(true)]
5876         public bool TrackVisitedState { get { throw null; } set { } }
5877         [System.ComponentModel.DefaultValueAttribute(false)]
5878         public bool UseColumnTextForLinkValue { get { throw null; } set { } }
5879         public override System.Type ValueType { get { throw null; } }
5880         public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
Clone()5881         public override object Clone() { throw null; }
CreateAccessibilityInstance()5882         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5883         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5884         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)5885         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
GetValue(int rowIndex)5886         protected override object GetValue(int rowIndex) { throw null; }
KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex)5887         protected override bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5888         protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseLeaveUnsharesRow(int rowIndex)5889         protected override bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
MouseMoveUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5890         protected override bool MouseMoveUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5891         protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex)5892         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5893         protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseLeave(int rowIndex)5894         protected override void OnMouseLeave(int rowIndex) { }
OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5895         protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5896         protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5897         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
ToString()5898         public override string ToString() { throw null; }
5899         protected partial class DataGridViewLinkCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
5900         {
DataGridViewLinkCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner)5901             public DataGridViewLinkCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
5902             public override string DefaultAction { get { throw null; } }
5903             [System.MonoTODOAttribute("Stub, does nothing")]
5904             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()5905             public override void DoDefaultAction() { }
GetChildCount()5906             public override int GetChildCount() { throw null; }
5907         }
5908     }
5909     [System.Drawing.ToolboxBitmapAttribute("")]
5910     public partial class DataGridViewLinkColumn : System.Windows.Forms.DataGridViewColumn
5911     {
DataGridViewLinkColumn()5912         public DataGridViewLinkColumn() { }
5913         public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
5914         [System.ComponentModel.BrowsableAttribute(false)]
5915         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5916         public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
5917         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.LinkBehavior)(0))]
5918         public System.Windows.Forms.LinkBehavior LinkBehavior { get { throw null; } set { } }
5919         public System.Drawing.Color LinkColor { get { throw null; } set { } }
5920         [System.ComponentModel.DefaultValueAttribute(null)]
5921         [System.MonoInternalNoteAttribute("")]
5922         public string Text { get { throw null; } set { } }
5923         [System.ComponentModel.DefaultValueAttribute(true)]
5924         public bool TrackVisitedState { get { throw null; } set { } }
5925         [System.ComponentModel.DefaultValueAttribute(false)]
5926         public bool UseColumnTextForLinkValue { get { throw null; } set { } }
5927         public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
Clone()5928         public override object Clone() { throw null; }
ToString()5929         public override string ToString() { throw null; }
5930     }
5931     [System.FlagsAttribute]
5932     public enum DataGridViewPaintParts
5933     {
5934         All = 127,
5935         Background = 1,
5936         Border = 2,
5937         ContentBackground = 4,
5938         ContentForeground = 8,
5939         ErrorIcon = 16,
5940         Focus = 32,
5941         None = 0,
5942         SelectionBackground = 64,
5943     }
5944     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.DataGridViewRowConverter")]
5945     public partial class DataGridViewRow : System.Windows.Forms.DataGridViewBand
5946     {
DataGridViewRow()5947         public DataGridViewRow() { }
5948         [System.ComponentModel.BrowsableAttribute(false)]
5949         public System.Windows.Forms.AccessibleObject AccessibilityObject { get { throw null; } }
5950         [System.ComponentModel.BrowsableAttribute(false)]
5951         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
5952         public System.Windows.Forms.DataGridViewCellCollection Cells { get { throw null; } }
5953         [System.ComponentModel.DefaultValueAttribute(null)]
5954         public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
5955         [System.ComponentModel.BrowsableAttribute(false)]
5956         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5957         public object DataBoundItem { get { throw null; } }
5958         [System.ComponentModel.BrowsableAttribute(true)]
5959         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
5960         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
5961         public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
5962         [System.ComponentModel.BrowsableAttribute(false)]
5963         public override bool Displayed { get { throw null; } }
5964         [System.ComponentModel.DefaultValueAttribute(0)]
5965         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
5966         public int DividerHeight { get { throw null; } set { } }
5967         [System.ComponentModel.DefaultValueAttribute("")]
5968         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
5969         public string ErrorText { get { throw null; } set { } }
5970         [System.ComponentModel.BrowsableAttribute(false)]
5971         public override bool Frozen { get { throw null; } set { } }
5972         [System.ComponentModel.BrowsableAttribute(false)]
5973         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5974         public System.Windows.Forms.DataGridViewRowHeaderCell HeaderCell { get { throw null; } set { } }
5975         [System.ComponentModel.DefaultValueAttribute(22)]
5976         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
5977         public int Height { get { throw null; } set { } }
5978         public override System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get { throw null; } }
5979         [System.ComponentModel.BrowsableAttribute(false)]
5980         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5981         public bool IsNewRow { get { throw null; } }
5982         [System.ComponentModel.BrowsableAttribute(false)]
5983         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5984         public int MinimumHeight { get { throw null; } set { } }
5985         [System.ComponentModel.BrowsableAttribute(true)]
5986         [System.ComponentModel.DefaultValueAttribute(false)]
5987         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
5988         public override bool ReadOnly { get { throw null; } set { } }
5989         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
5990         public override System.Windows.Forms.DataGridViewTriState Resizable { get { throw null; } set { } }
5991         public override bool Selected { get { throw null; } set { } }
5992         public override System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
5993         [System.ComponentModel.BrowsableAttribute(false)]
5994         public override bool Visible { get { throw null; } set { } }
5995         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AdjustRowHeaderBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedRow, bool isLastVisibleRow)5996         public virtual System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustRowHeaderBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedRow, bool isLastVisibleRow) { throw null; }
Clone()5997         public override object Clone() { throw null; }
CreateAccessibilityInstance()5998         protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateCells(System.Windows.Forms.DataGridView dataGridView)5999         public void CreateCells(System.Windows.Forms.DataGridView dataGridView) { }
CreateCells(System.Windows.Forms.DataGridView dataGridView, params object[] values)6000         public void CreateCells(System.Windows.Forms.DataGridView dataGridView, params object[] values) { }
6001         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateCellsInstance()6002         protected virtual System.Windows.Forms.DataGridViewCellCollection CreateCellsInstance() { throw null; }
6003         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
DrawFocus(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool cellsPaintSelectionBackground)6004         protected internal virtual void DrawFocus(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool cellsPaintSelectionBackground) { }
GetContextMenuStrip(int rowIndex)6005         public System.Windows.Forms.ContextMenuStrip GetContextMenuStrip(int rowIndex) { throw null; }
GetErrorText(int rowIndex)6006         public string GetErrorText(int rowIndex) { throw null; }
GetPreferredHeight(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth)6007         public virtual int GetPreferredHeight(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth) { throw null; }
6008         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetState(int rowIndex)6009         public virtual System.Windows.Forms.DataGridViewElementStates GetState(int rowIndex) { throw null; }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow)6010         protected internal virtual void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow) { }
6011         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PaintCells(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow, System.Windows.Forms.DataGridViewPaintParts paintParts)6012         protected internal virtual void PaintCells(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
6013         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PaintHeader(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow, System.Windows.Forms.DataGridViewPaintParts paintParts)6014         protected internal virtual void PaintHeader(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
SetValues(params object[] values)6015         public bool SetValues(params object[] values) { throw null; }
ToString()6016         public override string ToString() { throw null; }
6017         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6018         protected partial class DataGridViewRowAccessibleObject : System.Windows.Forms.AccessibleObject
6019         {
DataGridViewRowAccessibleObject()6020             public DataGridViewRowAccessibleObject() { }
DataGridViewRowAccessibleObject(System.Windows.Forms.DataGridViewRow owner)6021             public DataGridViewRowAccessibleObject(System.Windows.Forms.DataGridViewRow owner) { }
6022             public override System.Drawing.Rectangle Bounds { get { throw null; } }
6023             public override string Name { get { throw null; } }
6024             public System.Windows.Forms.DataGridViewRow Owner { get { throw null; } set { } }
6025             public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
6026             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
6027             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6028             public override string Value { get { throw null; } }
GetChild(int index)6029             public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()6030             public override int GetChildCount() { throw null; }
GetFocused()6031             public override System.Windows.Forms.AccessibleObject GetFocused() { throw null; }
GetSelected()6032             public override System.Windows.Forms.AccessibleObject GetSelected() { throw null; }
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)6033             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
Select(System.Windows.Forms.AccessibleSelection flags)6034             public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
6035         }
6036     }
6037     public partial class DataGridViewRowCancelEventArgs : System.ComponentModel.CancelEventArgs
6038     {
DataGridViewRowCancelEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow)6039         public DataGridViewRowCancelEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
6040         public System.Windows.Forms.DataGridViewRow Row { get { throw null; } }
6041     }
DataGridViewRowCancelEventHandler(object sender, System.Windows.Forms.DataGridViewRowCancelEventArgs e)6042     public delegate void DataGridViewRowCancelEventHandler(object sender, System.Windows.Forms.DataGridViewRowCancelEventArgs e);
6043     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.DataGridViewRowCollectionCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6044     [System.ComponentModel.ListBindableAttribute(false)]
6045     public partial class DataGridViewRowCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
6046     {
DataGridViewRowCollection(System.Windows.Forms.DataGridView dataGridView)6047         public DataGridViewRowCollection(System.Windows.Forms.DataGridView dataGridView) { }
6048         public int Count { get { throw null; } }
6049         protected System.Windows.Forms.DataGridView DataGridView { get { throw null; } }
6050         public System.Windows.Forms.DataGridViewRow this[int index] { get { throw null; } }
6051         protected System.Collections.ArrayList List { get { throw null; } }
6052         int System.Collections.ICollection.Count { get { throw null; } }
6053         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
6054         object System.Collections.ICollection.SyncRoot { get { throw null; } }
6055         bool System.Collections.IList.IsFixedSize { get { throw null; } }
6056         bool System.Collections.IList.IsReadOnly { get { throw null; } }
6057         object System.Collections.IList.this[int index] { get { throw null; } set { } }
6058         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
6059         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
Add()6060         public virtual int Add() { throw null; }
6061         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
Add(int count)6062         public virtual int Add(int count) { throw null; }
6063         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
Add(params object[] values)6064         public virtual int Add(params object[] values) { throw null; }
Add(System.Windows.Forms.DataGridViewRow dataGridViewRow)6065         public virtual int Add(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; }
AddCopies(int indexSource, int count)6066         public virtual int AddCopies(int indexSource, int count) { throw null; }
AddCopy(int indexSource)6067         public virtual int AddCopy(int indexSource) { throw null; }
6068         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
AddRange(params System.Windows.Forms.DataGridViewRow[] dataGridViewRows)6069         public virtual void AddRange(params System.Windows.Forms.DataGridViewRow[] dataGridViewRows) { }
Clear()6070         public virtual void Clear() { }
Contains(System.Windows.Forms.DataGridViewRow dataGridViewRow)6071         public virtual bool Contains(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; }
CopyTo(System.Windows.Forms.DataGridViewRow[] array, int index)6072         public void CopyTo(System.Windows.Forms.DataGridViewRow[] array, int index) { }
GetFirstRow(System.Windows.Forms.DataGridViewElementStates includeFilter)6073         public int GetFirstRow(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetFirstRow(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter)6074         public int GetFirstRow(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
GetLastRow(System.Windows.Forms.DataGridViewElementStates includeFilter)6075         public int GetLastRow(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetNextRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter)6076         public int GetNextRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetNextRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter)6077         public int GetNextRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
GetPreviousRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter)6078         public int GetPreviousRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetPreviousRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter)6079         public int GetPreviousRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
GetRowCount(System.Windows.Forms.DataGridViewElementStates includeFilter)6080         public int GetRowCount(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetRowsHeight(System.Windows.Forms.DataGridViewElementStates includeFilter)6081         public int GetRowsHeight(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetRowState(int rowIndex)6082         public virtual System.Windows.Forms.DataGridViewElementStates GetRowState(int rowIndex) { throw null; }
IndexOf(System.Windows.Forms.DataGridViewRow dataGridViewRow)6083         public int IndexOf(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; }
Insert(int rowIndex, int count)6084         public virtual void Insert(int rowIndex, int count) { }
Insert(int rowIndex, params object[] values)6085         public virtual void Insert(int rowIndex, params object[] values) { }
Insert(int rowIndex, System.Windows.Forms.DataGridViewRow dataGridViewRow)6086         public virtual void Insert(int rowIndex, System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
InsertCopies(int indexSource, int indexDestination, int count)6087         public virtual void InsertCopies(int indexSource, int indexDestination, int count) { }
InsertCopy(int indexSource, int indexDestination)6088         public virtual void InsertCopy(int indexSource, int indexDestination) { }
InsertRange(int rowIndex, params System.Windows.Forms.DataGridViewRow[] dataGridViewRows)6089         public virtual void InsertRange(int rowIndex, params System.Windows.Forms.DataGridViewRow[] dataGridViewRows) { }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e)6090         protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
Remove(System.Windows.Forms.DataGridViewRow dataGridViewRow)6091         public virtual void Remove(System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
RemoveAt(int index)6092         public virtual void RemoveAt(int index) { }
SharedRow(int rowIndex)6093         public System.Windows.Forms.DataGridViewRow SharedRow(int rowIndex) { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)6094         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()6095         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)6096         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()6097         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)6098         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)6099         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)6100         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)6101         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)6102         void System.Collections.IList.RemoveAt(int index) { }
6103     }
6104     public partial class DataGridViewRowContextMenuStripNeededEventArgs : System.EventArgs
6105     {
DataGridViewRowContextMenuStripNeededEventArgs(int rowIndex)6106         public DataGridViewRowContextMenuStripNeededEventArgs(int rowIndex) { }
6107         public System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
6108         public int RowIndex { get { throw null; } }
6109     }
DataGridViewRowContextMenuStripNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs e)6110     public delegate void DataGridViewRowContextMenuStripNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs e);
6111     public partial class DataGridViewRowDividerDoubleClickEventArgs : System.Windows.Forms.HandledMouseEventArgs
6112     {
DataGridViewRowDividerDoubleClickEventArgs(int rowIndex, System.Windows.Forms.HandledMouseEventArgs e)6113         public DataGridViewRowDividerDoubleClickEventArgs(int rowIndex, System.Windows.Forms.HandledMouseEventArgs e) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
6114         public int RowIndex { get { throw null; } }
6115     }
DataGridViewRowDividerDoubleClickEventHandler(object sender, System.Windows.Forms.DataGridViewRowDividerDoubleClickEventArgs e)6116     public delegate void DataGridViewRowDividerDoubleClickEventHandler(object sender, System.Windows.Forms.DataGridViewRowDividerDoubleClickEventArgs e);
6117     public partial class DataGridViewRowErrorTextNeededEventArgs : System.EventArgs
6118     {
DataGridViewRowErrorTextNeededEventArgs()6119         internal DataGridViewRowErrorTextNeededEventArgs() { }
6120         public string ErrorText { get { throw null; } set { } }
6121         public int RowIndex { get { throw null; } }
6122     }
DataGridViewRowErrorTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowErrorTextNeededEventArgs e)6123     public delegate void DataGridViewRowErrorTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowErrorTextNeededEventArgs e);
6124     public partial class DataGridViewRowEventArgs : System.EventArgs
6125     {
DataGridViewRowEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow)6126         public DataGridViewRowEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
6127         public System.Windows.Forms.DataGridViewRow Row { get { throw null; } }
6128     }
DataGridViewRowEventHandler(object sender, System.Windows.Forms.DataGridViewRowEventArgs e)6129     public delegate void DataGridViewRowEventHandler(object sender, System.Windows.Forms.DataGridViewRowEventArgs e);
6130     public partial class DataGridViewRowHeaderCell : System.Windows.Forms.DataGridViewHeaderCell
6131     {
DataGridViewRowHeaderCell()6132         public DataGridViewRowHeaderCell() { }
Clone()6133         public override object Clone() { throw null; }
CreateAccessibilityInstance()6134         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)6135         protected override object GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format) { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)6136         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)6137         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorText(int rowIndex)6138         protected internal override string GetErrorText(int rowIndex) { throw null; }
GetInheritedContextMenuStrip(int rowIndex)6139         public override System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) { throw null; }
GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)6140         public override System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)6141         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
GetValue(int rowIndex)6142         protected override object GetValue(int rowIndex) { throw null; }
6143         [System.MonoInternalNoteAttribute("Needs row header cell selected/edit pencil glyphs")]
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)6144         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
SetValue(int rowIndex, object value)6145         protected override bool SetValue(int rowIndex, object value) { throw null; }
ToString()6146         public override string ToString() { throw null; }
6147         protected partial class DataGridViewRowHeaderCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
6148         {
DataGridViewRowHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewRowHeaderCell owner)6149             public DataGridViewRowHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewRowHeaderCell owner) { }
6150             public override System.Drawing.Rectangle Bounds { get { throw null; } }
6151             public override string DefaultAction { get { throw null; } }
6152             public override string Name { get { throw null; } }
6153             public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
6154             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
6155             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6156             public override string Value { get { throw null; } }
DoDefaultAction()6157             public override void DoDefaultAction() { }
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)6158             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
Select(System.Windows.Forms.AccessibleSelection flags)6159             public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
6160         }
6161     }
6162     public enum DataGridViewRowHeadersWidthSizeMode
6163     {
6164         AutoSizeToAllHeaders = 2,
6165         AutoSizeToDisplayedHeaders = 3,
6166         AutoSizeToFirstHeader = 4,
6167         DisableResizing = 1,
6168         EnableResizing = 0,
6169     }
6170     public partial class DataGridViewRowHeightInfoNeededEventArgs : System.EventArgs
6171     {
DataGridViewRowHeightInfoNeededEventArgs()6172         internal DataGridViewRowHeightInfoNeededEventArgs() { }
6173         public int Height { get { throw null; } set { } }
6174         public int MinimumHeight { get { throw null; } set { } }
6175         public int RowIndex { get { throw null; } }
6176     }
DataGridViewRowHeightInfoNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowHeightInfoNeededEventArgs e)6177     public delegate void DataGridViewRowHeightInfoNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowHeightInfoNeededEventArgs e);
6178     public partial class DataGridViewRowHeightInfoPushedEventArgs : System.ComponentModel.HandledEventArgs
6179     {
DataGridViewRowHeightInfoPushedEventArgs()6180         internal DataGridViewRowHeightInfoPushedEventArgs() { }
6181         public int Height { get { throw null; } }
6182         public int MinimumHeight { get { throw null; } }
6183         public int RowIndex { get { throw null; } }
6184     }
DataGridViewRowHeightInfoPushedEventHandler(object sender, System.Windows.Forms.DataGridViewRowHeightInfoPushedEventArgs e)6185     public delegate void DataGridViewRowHeightInfoPushedEventHandler(object sender, System.Windows.Forms.DataGridViewRowHeightInfoPushedEventArgs e);
6186     public partial class DataGridViewRowPostPaintEventArgs : System.EventArgs
6187     {
DataGridViewRowPostPaintEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, string errorText, System.Windows.Forms.DataGridViewCellStyle inheritedRowStyle, bool isFirstDisplayedRow, bool isLastVisibleRow)6188         public DataGridViewRowPostPaintEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, string errorText, System.Windows.Forms.DataGridViewCellStyle inheritedRowStyle, bool isFirstDisplayedRow, bool isLastVisibleRow) { }
6189         public System.Drawing.Rectangle ClipBounds { get { throw null; } set { } }
6190         public string ErrorText { get { throw null; } }
6191         public System.Drawing.Graphics Graphics { get { throw null; } }
6192         public System.Windows.Forms.DataGridViewCellStyle InheritedRowStyle { get { throw null; } }
6193         public bool IsFirstDisplayedRow { get { throw null; } }
6194         public bool IsLastVisibleRow { get { throw null; } }
6195         public System.Drawing.Rectangle RowBounds { get { throw null; } }
6196         public int RowIndex { get { throw null; } }
6197         public System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
DrawFocus(System.Drawing.Rectangle bounds, bool cellsPaintSelectionBackground)6198         public void DrawFocus(System.Drawing.Rectangle bounds, bool cellsPaintSelectionBackground) { }
PaintCells(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts)6199         public void PaintCells(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
PaintCellsBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground)6200         public void PaintCellsBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground) { }
PaintCellsContent(System.Drawing.Rectangle clipBounds)6201         public void PaintCellsContent(System.Drawing.Rectangle clipBounds) { }
PaintHeader(bool paintSelectionBackground)6202         public void PaintHeader(bool paintSelectionBackground) { }
PaintHeader(System.Windows.Forms.DataGridViewPaintParts paintParts)6203         public void PaintHeader(System.Windows.Forms.DataGridViewPaintParts paintParts) { }
6204     }
DataGridViewRowPostPaintEventHandler(object sender, System.Windows.Forms.DataGridViewRowPostPaintEventArgs e)6205     public delegate void DataGridViewRowPostPaintEventHandler(object sender, System.Windows.Forms.DataGridViewRowPostPaintEventArgs e);
6206     public partial class DataGridViewRowPrePaintEventArgs : System.ComponentModel.HandledEventArgs
6207     {
DataGridViewRowPrePaintEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, string errorText, System.Windows.Forms.DataGridViewCellStyle inheritedRowStyle, bool isFirstDisplayedRow, bool isLastVisibleRow)6208         public DataGridViewRowPrePaintEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, string errorText, System.Windows.Forms.DataGridViewCellStyle inheritedRowStyle, bool isFirstDisplayedRow, bool isLastVisibleRow) { }
6209         public System.Drawing.Rectangle ClipBounds { get { throw null; } set { } }
6210         public string ErrorText { get { throw null; } }
6211         public System.Drawing.Graphics Graphics { get { throw null; } }
6212         public System.Windows.Forms.DataGridViewCellStyle InheritedRowStyle { get { throw null; } }
6213         public bool IsFirstDisplayedRow { get { throw null; } }
6214         public bool IsLastVisibleRow { get { throw null; } }
6215         public System.Windows.Forms.DataGridViewPaintParts PaintParts { get { throw null; } set { } }
6216         public System.Drawing.Rectangle RowBounds { get { throw null; } }
6217         public int RowIndex { get { throw null; } }
6218         public System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
DrawFocus(System.Drawing.Rectangle bounds, bool cellsPaintSelectionBackground)6219         public void DrawFocus(System.Drawing.Rectangle bounds, bool cellsPaintSelectionBackground) { }
PaintCells(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts)6220         public void PaintCells(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
PaintCellsBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground)6221         public void PaintCellsBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground) { }
PaintCellsContent(System.Drawing.Rectangle clipBounds)6222         public void PaintCellsContent(System.Drawing.Rectangle clipBounds) { }
PaintHeader(bool paintSelectionBackground)6223         public void PaintHeader(bool paintSelectionBackground) { }
PaintHeader(System.Windows.Forms.DataGridViewPaintParts paintParts)6224         public void PaintHeader(System.Windows.Forms.DataGridViewPaintParts paintParts) { }
6225     }
DataGridViewRowPrePaintEventHandler(object sender, System.Windows.Forms.DataGridViewRowPrePaintEventArgs e)6226     public delegate void DataGridViewRowPrePaintEventHandler(object sender, System.Windows.Forms.DataGridViewRowPrePaintEventArgs e);
6227     public partial class DataGridViewRowsAddedEventArgs : System.EventArgs
6228     {
DataGridViewRowsAddedEventArgs(int rowIndex, int rowCount)6229         public DataGridViewRowsAddedEventArgs(int rowIndex, int rowCount) { }
6230         public int RowCount { get { throw null; } }
6231         public int RowIndex { get { throw null; } }
6232     }
DataGridViewRowsAddedEventHandler(object sender, System.Windows.Forms.DataGridViewRowsAddedEventArgs e)6233     public delegate void DataGridViewRowsAddedEventHandler(object sender, System.Windows.Forms.DataGridViewRowsAddedEventArgs e);
6234     public partial class DataGridViewRowsRemovedEventArgs : System.EventArgs
6235     {
DataGridViewRowsRemovedEventArgs(int rowIndex, int rowCount)6236         public DataGridViewRowsRemovedEventArgs(int rowIndex, int rowCount) { }
6237         public int RowCount { get { throw null; } }
6238         public int RowIndex { get { throw null; } }
6239     }
DataGridViewRowsRemovedEventHandler(object sender, System.Windows.Forms.DataGridViewRowsRemovedEventArgs e)6240     public delegate void DataGridViewRowsRemovedEventHandler(object sender, System.Windows.Forms.DataGridViewRowsRemovedEventArgs e);
6241     public partial class DataGridViewRowStateChangedEventArgs : System.EventArgs
6242     {
DataGridViewRowStateChangedEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow, System.Windows.Forms.DataGridViewElementStates stateChanged)6243         public DataGridViewRowStateChangedEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow, System.Windows.Forms.DataGridViewElementStates stateChanged) { }
6244         public System.Windows.Forms.DataGridViewRow Row { get { throw null; } }
6245         public System.Windows.Forms.DataGridViewElementStates StateChanged { get { throw null; } }
6246     }
DataGridViewRowStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewRowStateChangedEventArgs e)6247     public delegate void DataGridViewRowStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewRowStateChangedEventArgs e);
6248     [System.ComponentModel.ListBindableAttribute(false)]
6249     public partial class DataGridViewSelectedCellCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
6250     {
DataGridViewSelectedCellCollection()6251         internal DataGridViewSelectedCellCollection() { }
6252         public System.Windows.Forms.DataGridViewCell this[int index] { get { throw null; } }
6253         protected override System.Collections.ArrayList List { get { throw null; } }
6254         int System.Collections.ICollection.Count { get { throw null; } }
6255         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
6256         object System.Collections.ICollection.SyncRoot { get { throw null; } }
6257         bool System.Collections.IList.IsFixedSize { get { throw null; } }
6258         bool System.Collections.IList.IsReadOnly { get { throw null; } }
6259         object System.Collections.IList.this[int index] { get { throw null; } set { } }
6260         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Clear()6261         public void Clear() { }
Contains(System.Windows.Forms.DataGridViewCell dataGridViewCell)6262         public bool Contains(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; }
CopyTo(System.Windows.Forms.DataGridViewCell[] array, int index)6263         public void CopyTo(System.Windows.Forms.DataGridViewCell[] array, int index) { }
6264         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Insert(int index, System.Windows.Forms.DataGridViewCell dataGridViewCell)6265         public void Insert(int index, System.Windows.Forms.DataGridViewCell dataGridViewCell) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)6266         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()6267         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)6268         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()6269         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)6270         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)6271         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)6272         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)6273         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)6274         void System.Collections.IList.RemoveAt(int index) { }
6275     }
6276     [System.ComponentModel.ListBindableAttribute(false)]
6277     public partial class DataGridViewSelectedColumnCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
6278     {
DataGridViewSelectedColumnCollection()6279         internal DataGridViewSelectedColumnCollection() { }
6280         public System.Windows.Forms.DataGridViewColumn this[int index] { get { throw null; } }
6281         protected override System.Collections.ArrayList List { get { throw null; } }
6282         int System.Collections.ICollection.Count { get { throw null; } }
6283         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
6284         object System.Collections.ICollection.SyncRoot { get { throw null; } }
6285         bool System.Collections.IList.IsFixedSize { get { throw null; } }
6286         bool System.Collections.IList.IsReadOnly { get { throw null; } }
6287         object System.Collections.IList.this[int index] { get { throw null; } set { } }
6288         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Clear()6289         public void Clear() { }
Contains(System.Windows.Forms.DataGridViewColumn dataGridViewColumn)6290         public bool Contains(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; }
CopyTo(System.Windows.Forms.DataGridViewColumn[] array, int index)6291         public void CopyTo(System.Windows.Forms.DataGridViewColumn[] array, int index) { }
6292         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Insert(int index, System.Windows.Forms.DataGridViewColumn dataGridViewColumn)6293         public void Insert(int index, System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)6294         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()6295         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)6296         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()6297         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)6298         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)6299         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)6300         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)6301         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)6302         void System.Collections.IList.RemoveAt(int index) { }
6303     }
6304     [System.ComponentModel.ListBindableAttribute(false)]
6305     public partial class DataGridViewSelectedRowCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
6306     {
DataGridViewSelectedRowCollection()6307         internal DataGridViewSelectedRowCollection() { }
6308         public System.Windows.Forms.DataGridViewRow this[int index] { get { throw null; } }
6309         protected override System.Collections.ArrayList List { get { throw null; } }
6310         int System.Collections.ICollection.Count { get { throw null; } }
6311         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
6312         object System.Collections.ICollection.SyncRoot { get { throw null; } }
6313         bool System.Collections.IList.IsFixedSize { get { throw null; } }
6314         bool System.Collections.IList.IsReadOnly { get { throw null; } }
6315         object System.Collections.IList.this[int index] { get { throw null; } set { } }
6316         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Clear()6317         public void Clear() { }
Contains(System.Windows.Forms.DataGridViewRow dataGridViewRow)6318         public bool Contains(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; }
CopyTo(System.Windows.Forms.DataGridViewRow[] array, int index)6319         public void CopyTo(System.Windows.Forms.DataGridViewRow[] array, int index) { }
6320         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Insert(int index, System.Windows.Forms.DataGridViewRow dataGridViewRow)6321         public void Insert(int index, System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)6322         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()6323         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)6324         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()6325         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)6326         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)6327         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)6328         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)6329         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)6330         void System.Collections.IList.RemoveAt(int index) { }
6331     }
6332     public enum DataGridViewSelectionMode
6333     {
6334         CellSelect = 0,
6335         ColumnHeaderSelect = 4,
6336         FullColumnSelect = 2,
6337         FullRowSelect = 1,
6338         RowHeaderSelect = 3,
6339     }
6340     public partial class DataGridViewSortCompareEventArgs : System.ComponentModel.HandledEventArgs
6341     {
DataGridViewSortCompareEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, object cellValue1, object cellValue2, int rowIndex1, int rowIndex2)6342         public DataGridViewSortCompareEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, object cellValue1, object cellValue2, int rowIndex1, int rowIndex2) { }
6343         public object CellValue1 { get { throw null; } }
6344         public object CellValue2 { get { throw null; } }
6345         public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
6346         public int RowIndex1 { get { throw null; } }
6347         public int RowIndex2 { get { throw null; } }
6348         public int SortResult { get { throw null; } set { } }
6349     }
DataGridViewSortCompareEventHandler(object sender, System.Windows.Forms.DataGridViewSortCompareEventArgs e)6350     public delegate void DataGridViewSortCompareEventHandler(object sender, System.Windows.Forms.DataGridViewSortCompareEventArgs e);
6351     public partial class DataGridViewTextBoxCell : System.Windows.Forms.DataGridViewCell
6352     {
DataGridViewTextBoxCell()6353         public DataGridViewTextBoxCell() { }
6354         public override System.Type FormattedValueType { get { throw null; } }
6355         [System.ComponentModel.DefaultValueAttribute(32767)]
6356         public virtual int MaxInputLength { get { throw null; } set { } }
6357         public override System.Type ValueType { get { throw null; } }
Clone()6358         public override object Clone() { throw null; }
6359         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
DetachEditingControl()6360         public override void DetachEditingControl() { }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)6361         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)6362         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)6363         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)6364         public override void InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e)6365         public override bool KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e) { throw null; }
OnEnter(int rowIndex, bool throughMouseClick)6366         protected override void OnEnter(int rowIndex, bool throughMouseClick) { }
OnLeave(int rowIndex, bool throughMouseClick)6367         protected override void OnLeave(int rowIndex, bool throughMouseClick) { }
OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)6368         protected override void OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)6369         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
PositionEditingControl(bool setLocation, bool setSize, System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow)6370         public override void PositionEditingControl(bool setLocation, bool setSize, System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow) { }
ToString()6371         public override string ToString() { throw null; }
6372     }
6373     [System.Drawing.ToolboxBitmapAttribute("")]
6374     public partial class DataGridViewTextBoxColumn : System.Windows.Forms.DataGridViewColumn
6375     {
DataGridViewTextBoxColumn()6376         public DataGridViewTextBoxColumn() { }
6377         [System.ComponentModel.BrowsableAttribute(false)]
6378         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6379         public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
6380         [System.ComponentModel.DefaultValueAttribute(32767)]
6381         public int MaxInputLength { get { throw null; } set { } }
6382         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewColumnSortMode)(1))]
6383         public new System.Windows.Forms.DataGridViewColumnSortMode SortMode { get { throw null; } set { } }
ToString()6384         public override string ToString() { throw null; }
6385     }
6386     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
6387     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6388     public partial class DataGridViewTextBoxEditingControl : System.Windows.Forms.TextBox, System.Windows.Forms.IDataGridViewEditingControl
6389     {
DataGridViewTextBoxEditingControl()6390         public DataGridViewTextBoxEditingControl() { }
6391         public virtual System.Windows.Forms.DataGridView EditingControlDataGridView { get { throw null; } set { } }
6392         public virtual object EditingControlFormattedValue { get { throw null; } set { } }
6393         public virtual int EditingControlRowIndex { get { throw null; } set { } }
6394         public virtual bool EditingControlValueChanged { get { throw null; } set { } }
6395         public virtual System.Windows.Forms.Cursor EditingPanelCursor { get { throw null; } }
6396         public virtual bool RepositionEditingControlOnValueChange { get { throw null; } }
ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)6397         public virtual void ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey)6398         public virtual bool EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey) { throw null; }
GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context)6399         public virtual object GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)6400         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
OnTextChanged(System.EventArgs e)6401         protected override void OnTextChanged(System.EventArgs e) { }
PrepareEditingControlForEdit(bool selectAll)6402         public virtual void PrepareEditingControlForEdit(bool selectAll) { }
ProcessKeyEventArgs(ref System.Windows.Forms.Message m)6403         protected override bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; }
6404     }
6405     public partial class DataGridViewTopLeftHeaderCell : System.Windows.Forms.DataGridViewColumnHeaderCell
6406     {
DataGridViewTopLeftHeaderCell()6407         public DataGridViewTopLeftHeaderCell() { }
CreateAccessibilityInstance()6408         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)6409         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)6410         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)6411         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)6412         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
PaintBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle)6413         protected override void PaintBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle) { }
ToString()6414         public override string ToString() { throw null; }
6415         protected partial class DataGridViewTopLeftHeaderCellAccessibleObject : System.Windows.Forms.DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject
6416         {
DataGridViewTopLeftHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewTopLeftHeaderCell owner)6417             public DataGridViewTopLeftHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewTopLeftHeaderCell owner) : base (default(System.Windows.Forms.DataGridViewColumnHeaderCell)) { }
6418             public override System.Drawing.Rectangle Bounds { get { throw null; } }
6419             public override string DefaultAction { get { throw null; } }
6420             public override string Name { get { throw null; } }
6421             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6422             public override string Value { get { throw null; } }
DoDefaultAction()6423             public override void DoDefaultAction() { }
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)6424             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
Select(System.Windows.Forms.AccessibleSelection flags)6425             public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
6426         }
6427     }
6428     public enum DataGridViewTriState
6429     {
6430         False = 2,
6431         NotSet = 0,
6432         True = 1,
6433     }
6434     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))]
6435     public partial class DataObject : System.Runtime.InteropServices.ComTypes.IDataObject, System.Windows.Forms.IDataObject
6436     {
DataObject()6437         public DataObject() { }
DataObject(object data)6438         public DataObject(object data) { }
DataObject(string format, object data)6439         public DataObject(string format, object data) { }
ContainsAudio()6440         public virtual bool ContainsAudio() { throw null; }
ContainsFileDropList()6441         public virtual bool ContainsFileDropList() { throw null; }
ContainsImage()6442         public virtual bool ContainsImage() { throw null; }
ContainsText()6443         public virtual bool ContainsText() { throw null; }
ContainsText(System.Windows.Forms.TextDataFormat format)6444         public virtual bool ContainsText(System.Windows.Forms.TextDataFormat format) { throw null; }
GetAudioStream()6445         public virtual System.IO.Stream GetAudioStream() { throw null; }
GetData(string format)6446         public virtual object GetData(string format) { throw null; }
GetData(string format, bool autoConvert)6447         public virtual object GetData(string format, bool autoConvert) { throw null; }
GetData(System.Type format)6448         public virtual object GetData(System.Type format) { throw null; }
GetDataPresent(string format)6449         public virtual bool GetDataPresent(string format) { throw null; }
GetDataPresent(string format, bool autoConvert)6450         public virtual bool GetDataPresent(string format, bool autoConvert) { throw null; }
GetDataPresent(System.Type format)6451         public virtual bool GetDataPresent(System.Type format) { throw null; }
GetFileDropList()6452         public virtual System.Collections.Specialized.StringCollection GetFileDropList() { throw null; }
GetFormats()6453         public virtual string[] GetFormats() { throw null; }
GetFormats(bool autoConvert)6454         public virtual string[] GetFormats(bool autoConvert) { throw null; }
GetImage()6455         public virtual System.Drawing.Image GetImage() { throw null; }
GetText()6456         public virtual string GetText() { throw null; }
GetText(System.Windows.Forms.TextDataFormat format)6457         public virtual string GetText(System.Windows.Forms.TextDataFormat format) { throw null; }
SetAudio(byte[] audioBytes)6458         public virtual void SetAudio(byte[] audioBytes) { }
SetAudio(System.IO.Stream audioStream)6459         public virtual void SetAudio(System.IO.Stream audioStream) { }
SetData(object data)6460         public virtual void SetData(object data) { }
SetData(string format, bool autoConvert, object data)6461         public virtual void SetData(string format, bool autoConvert, object data) { }
SetData(string format, object data)6462         public virtual void SetData(string format, object data) { }
SetData(System.Type format, object data)6463         public virtual void SetData(System.Type format, object data) { }
6464         [System.MonoInternalNoteAttribute("Needs additional checks for valid paths, see MSDN")]
SetFileDropList(System.Collections.Specialized.StringCollection filePaths)6465         public virtual void SetFileDropList(System.Collections.Specialized.StringCollection filePaths) { }
SetImage(System.Drawing.Image image)6466         public virtual void SetImage(System.Drawing.Image image) { }
SetText(string textData)6467         public virtual void SetText(string textData) { }
SetText(string textData, System.Windows.Forms.TextDataFormat format)6468         public virtual void SetText(string textData, System.Windows.Forms.TextDataFormat format) { }
System.Runtime.InteropServices.ComTypes.IDataObject.DAdvise(ref System.Runtime.InteropServices.ComTypes.FORMATETC pFormatetc, System.Runtime.InteropServices.ComTypes.ADVF advf, System.Runtime.InteropServices.ComTypes.IAdviseSink pAdvSink, out int pdwConnection)6469         int System.Runtime.InteropServices.ComTypes.IDataObject.DAdvise(ref System.Runtime.InteropServices.ComTypes.FORMATETC pFormatetc, System.Runtime.InteropServices.ComTypes.ADVF advf, System.Runtime.InteropServices.ComTypes.IAdviseSink pAdvSink, out int pdwConnection) { pdwConnection = default(int); throw null; }
System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise(int dwConnection)6470         void System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise(int dwConnection) { }
System.Runtime.InteropServices.ComTypes.IDataObject.EnumDAdvise(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA enumAdvise)6471         int System.Runtime.InteropServices.ComTypes.IDataObject.EnumDAdvise(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA enumAdvise) { enumAdvise = default(System.Runtime.InteropServices.ComTypes.IEnumSTATDATA); throw null; }
System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR dwDirection)6472         System.Runtime.InteropServices.ComTypes.IEnumFORMATETC System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR dwDirection) { throw null; }
System.Runtime.InteropServices.ComTypes.IDataObject.GetCanonicalFormatEtc(ref System.Runtime.InteropServices.ComTypes.FORMATETC pformatetcIn, out System.Runtime.InteropServices.ComTypes.FORMATETC pformatetcOut)6473         int System.Runtime.InteropServices.ComTypes.IDataObject.GetCanonicalFormatEtc(ref System.Runtime.InteropServices.ComTypes.FORMATETC pformatetcIn, out System.Runtime.InteropServices.ComTypes.FORMATETC pformatetcOut) { pformatetcOut = default(System.Runtime.InteropServices.ComTypes.FORMATETC); throw null; }
System.Runtime.InteropServices.ComTypes.IDataObject.GetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatetc, out System.Runtime.InteropServices.ComTypes.STGMEDIUM medium)6474         void System.Runtime.InteropServices.ComTypes.IDataObject.GetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatetc, out System.Runtime.InteropServices.ComTypes.STGMEDIUM medium) { medium = default(System.Runtime.InteropServices.ComTypes.STGMEDIUM); }
System.Runtime.InteropServices.ComTypes.IDataObject.GetDataHere(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatetc, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM medium)6475         void System.Runtime.InteropServices.ComTypes.IDataObject.GetDataHere(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatetc, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM medium) { }
System.Runtime.InteropServices.ComTypes.IDataObject.QueryGetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatetc)6476         int System.Runtime.InteropServices.ComTypes.IDataObject.QueryGetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatetc) { throw null; }
System.Runtime.InteropServices.ComTypes.IDataObject.SetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC pFormatetcIn, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM pmedium, bool fRelease)6477         void System.Runtime.InteropServices.ComTypes.IDataObject.SetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC pFormatetcIn, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM pmedium, bool fRelease) { }
6478     }
6479     public enum DataSourceUpdateMode
6480     {
6481         Never = 2,
6482         OnPropertyChanged = 1,
6483         OnValidation = 0,
6484     }
6485     public partial class DateBoldEventArgs : System.EventArgs
6486     {
DateBoldEventArgs()6487         internal DateBoldEventArgs() { }
6488         public int[] DaysToBold { get { throw null; } set { } }
6489         public int Size { get { throw null; } }
6490         public System.DateTime StartDate { get { throw null; } }
6491     }
DateBoldEventHandler(object sender, System.Windows.Forms.DateBoldEventArgs e)6492     public delegate void DateBoldEventHandler(object sender, System.Windows.Forms.DateBoldEventArgs e);
6493     public partial class DateRangeEventArgs : System.EventArgs
6494     {
DateRangeEventArgs(System.DateTime start, System.DateTime end)6495         public DateRangeEventArgs(System.DateTime start, System.DateTime end) { }
6496         public System.DateTime End { get { throw null; } }
6497         public System.DateTime Start { get { throw null; } }
6498     }
DateRangeEventHandler(object sender, System.Windows.Forms.DateRangeEventArgs e)6499     public delegate void DateRangeEventHandler(object sender, System.Windows.Forms.DateRangeEventArgs e);
6500     [System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
6501     [System.ComponentModel.DefaultEventAttribute("ValueChanged")]
6502     [System.ComponentModel.DefaultPropertyAttribute("Value")]
6503     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DateTimePickerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
6504     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
6505     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6506     public partial class DateTimePicker : System.Windows.Forms.Control
6507     {
6508         protected static readonly System.Drawing.Color DefaultMonthBackColor;
6509         protected static readonly System.Drawing.Color DefaultTitleBackColor;
6510         protected static readonly System.Drawing.Color DefaultTitleForeColor;
6511         protected static readonly System.Drawing.Color DefaultTrailingForeColor;
6512         [System.ComponentModel.BrowsableAttribute(false)]
6513         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6514         public static readonly System.DateTime MaxDateTime;
6515         [System.ComponentModel.BrowsableAttribute(false)]
6516         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6517         public static readonly System.DateTime MinDateTime;
DateTimePicker()6518         public DateTimePicker() { }
6519         [System.ComponentModel.BrowsableAttribute(false)]
6520         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6521         public override System.Drawing.Color BackColor { get { throw null; } set { } }
6522         [System.ComponentModel.BrowsableAttribute(false)]
6523         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6524         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
6525         [System.ComponentModel.BrowsableAttribute(false)]
6526         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6527         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
6528         [System.ComponentModel.AmbientValueAttribute(null)]
6529         [System.ComponentModel.LocalizableAttribute(true)]
6530         public System.Drawing.Font CalendarFont { get { throw null; } set { } }
6531         public System.Drawing.Color CalendarForeColor { get { throw null; } set { } }
6532         public System.Drawing.Color CalendarMonthBackground { get { throw null; } set { } }
6533         public System.Drawing.Color CalendarTitleBackColor { get { throw null; } set { } }
6534         public System.Drawing.Color CalendarTitleForeColor { get { throw null; } set { } }
6535         public System.Drawing.Color CalendarTrailingForeColor { get { throw null; } set { } }
6536         [System.ComponentModel.BindableAttribute(true)]
6537         [System.ComponentModel.DefaultValueAttribute(true)]
6538         public bool Checked { get { throw null; } set { } }
6539         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
6540         [System.ComponentModel.DefaultValueAttribute(null)]
6541         [System.ComponentModel.LocalizableAttribute(true)]
6542         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
6543         public string CustomFormat { get { throw null; } set { } }
6544         protected override System.Drawing.Size DefaultSize { get { throw null; } }
6545         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6546         protected override bool DoubleBuffered { get { throw null; } set { } }
6547         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.LeftRightAlignment)(0))]
6548         [System.ComponentModel.LocalizableAttribute(true)]
6549         public System.Windows.Forms.LeftRightAlignment DropDownAlign { get { throw null; } set { } }
6550         [System.ComponentModel.BrowsableAttribute(false)]
6551         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6552         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
6553         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
6554         public System.Windows.Forms.DateTimePickerFormat Format { get { throw null; } set { } }
6555         public System.DateTime MaxDate { get { throw null; } set { } }
6556         public static System.DateTime MaximumDateTime { get { throw null; } }
6557         public System.DateTime MinDate { get { throw null; } set { } }
6558         public static System.DateTime MinimumDateTime { get { throw null; } }
6559         [System.ComponentModel.BrowsableAttribute(false)]
6560         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6561         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6562         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
6563         [System.ComponentModel.BrowsableAttribute(false)]
6564         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6565         public int PreferredHeight { get { throw null; } }
6566         [System.ComponentModel.DefaultValueAttribute(false)]
6567         [System.ComponentModel.LocalizableAttribute(true)]
6568         public virtual bool RightToLeftLayout { get { throw null; } set { } }
6569         [System.ComponentModel.DefaultValueAttribute(false)]
6570         public bool ShowCheckBox { get { throw null; } set { } }
6571         [System.ComponentModel.DefaultValueAttribute(false)]
6572         public bool ShowUpDown { get { throw null; } set { } }
6573         [System.ComponentModel.BrowsableAttribute(false)]
6574         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6575         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
6576         public override string Text { get { throw null; } set { } }
6577         [System.ComponentModel.BindableAttribute(true)]
6578         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
6579         public System.DateTime Value { get { throw null; } set { } }
6580         [System.ComponentModel.BrowsableAttribute(false)]
6581         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6582         public new event System.EventHandler BackColorChanged { add { } remove { } }
6583         [System.ComponentModel.BrowsableAttribute(false)]
6584         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6585         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
6586         [System.ComponentModel.BrowsableAttribute(false)]
6587         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6588         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
6589         [System.ComponentModel.BrowsableAttribute(false)]
6590         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6591         public new event System.EventHandler Click { add { } remove { } }
6592         public event System.EventHandler CloseUp { add { } remove { } }
6593         [System.ComponentModel.BrowsableAttribute(false)]
6594         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6595         public new event System.EventHandler DoubleClick { add { } remove { } }
6596         public event System.EventHandler DropDown { add { } remove { } }
6597         [System.ComponentModel.BrowsableAttribute(false)]
6598         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6599         public new event System.EventHandler ForeColorChanged { add { } remove { } }
6600         public event System.EventHandler FormatChanged { add { } remove { } }
6601         [System.ComponentModel.BrowsableAttribute(false)]
6602         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6603         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
6604         [System.ComponentModel.BrowsableAttribute(false)]
6605         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6606         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
6607         [System.ComponentModel.BrowsableAttribute(false)]
6608         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6609         public new event System.EventHandler PaddingChanged { add { } remove { } }
6610         [System.ComponentModel.BrowsableAttribute(false)]
6611         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6612         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
6613         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
6614         [System.ComponentModel.BrowsableAttribute(false)]
6615         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
6616         public new event System.EventHandler TextChanged { add { } remove { } }
6617         public event System.EventHandler ValueChanged { add { } remove { } }
CreateAccessibilityInstance()6618         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateHandle()6619         protected override void CreateHandle() { }
DestroyHandle()6620         protected override void DestroyHandle() { }
IsInputKey(System.Windows.Forms.Keys keyData)6621         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnCloseUp(System.EventArgs eventargs)6622         protected virtual void OnCloseUp(System.EventArgs eventargs) { }
OnDropDown(System.EventArgs eventargs)6623         protected virtual void OnDropDown(System.EventArgs eventargs) { }
OnFontChanged(System.EventArgs e)6624         protected override void OnFontChanged(System.EventArgs e) { }
OnFormatChanged(System.EventArgs e)6625         protected virtual void OnFormatChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)6626         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)6627         protected override void OnHandleDestroyed(System.EventArgs e) { }
6628         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)6629         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
OnSystemColorsChanged(System.EventArgs e)6630         protected override void OnSystemColorsChanged(System.EventArgs e) { }
OnValueChanged(System.EventArgs eventargs)6631         protected virtual void OnValueChanged(System.EventArgs eventargs) { }
ToString()6632         public override string ToString() { throw null; }
WndProc(ref System.Windows.Forms.Message m)6633         protected override void WndProc(ref System.Windows.Forms.Message m) { }
6634         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6635         public partial class DateTimePickerAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
6636         {
DateTimePickerAccessibleObject(System.Windows.Forms.DateTimePicker owner)6637             public DateTimePickerAccessibleObject(System.Windows.Forms.DateTimePicker owner) : base (default(System.Windows.Forms.Control)) { }
6638             public override string KeyboardShortcut { get { throw null; } }
6639             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
6640             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6641             public override string Value { get { throw null; } }
6642         }
6643     }
6644     public enum DateTimePickerFormat
6645     {
6646         Custom = 8,
6647         Long = 1,
6648         Short = 2,
6649         Time = 4,
6650     }
6651     public enum Day
6652     {
6653         Default = 7,
6654         Friday = 4,
6655         Monday = 0,
6656         Saturday = 5,
6657         Sunday = 6,
6658         Thursday = 3,
6659         Tuesday = 1,
6660         Wednesday = 2,
6661     }
6662     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6663     public enum DialogResult
6664     {
6665         Abort = 3,
6666         Cancel = 2,
6667         Ignore = 5,
6668         No = 7,
6669         None = 0,
6670         OK = 1,
6671         Retry = 4,
6672         Yes = 6,
6673     }
6674     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
6675     public sealed partial class DockingAttribute : System.Attribute
6676     {
6677         public static readonly System.Windows.Forms.DockingAttribute Default;
DockingAttribute()6678         public DockingAttribute() { }
DockingAttribute(System.Windows.Forms.DockingBehavior dockingBehavior)6679         public DockingAttribute(System.Windows.Forms.DockingBehavior dockingBehavior) { }
6680         public System.Windows.Forms.DockingBehavior DockingBehavior { get { throw null; } }
Equals(object obj)6681         public override bool Equals(object obj) { throw null; }
GetHashCode()6682         public override int GetHashCode() { throw null; }
IsDefaultAttribute()6683         public override bool IsDefaultAttribute() { throw null; }
6684     }
6685     public enum DockingBehavior
6686     {
6687         Ask = 1,
6688         AutoDock = 2,
6689         Never = 0,
6690     }
6691     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DockEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
6692     public enum DockStyle
6693     {
6694         Bottom = 2,
6695         Fill = 5,
6696         Left = 3,
6697         None = 0,
6698         Right = 4,
6699         Top = 1,
6700     }
6701     [System.ComponentModel.DefaultBindingPropertyAttribute("SelectedItem")]
6702     [System.ComponentModel.DefaultEventAttribute("SelectedItemChanged")]
6703     [System.ComponentModel.DefaultPropertyAttribute("Items")]
6704     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
6705     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6706     public partial class DomainUpDown : System.Windows.Forms.UpDownBase
6707     {
DomainUpDown()6708         public DomainUpDown() { }
6709         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
6710         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
6711         [System.ComponentModel.LocalizableAttribute(true)]
6712         public System.Windows.Forms.DomainUpDown.DomainUpDownItemCollection Items { get { throw null; } }
6713         [System.ComponentModel.BrowsableAttribute(false)]
6714         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6715         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6716         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
6717         [System.ComponentModel.BrowsableAttribute(false)]
6718         [System.ComponentModel.DefaultValueAttribute(-1)]
6719         public int SelectedIndex { get { throw null; } set { } }
6720         [System.ComponentModel.BrowsableAttribute(false)]
6721         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6722         public object SelectedItem { get { throw null; } set { } }
6723         [System.ComponentModel.DefaultValueAttribute(false)]
6724         public bool Sorted { get { throw null; } set { } }
6725         [System.ComponentModel.DefaultValueAttribute(false)]
6726         [System.ComponentModel.LocalizableAttribute(true)]
6727         public bool Wrap { get { throw null; } set { } }
6728         [System.ComponentModel.BrowsableAttribute(false)]
6729         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6730         public new event System.EventHandler PaddingChanged { add { } remove { } }
6731         public event System.EventHandler SelectedItemChanged { add { } remove { } }
CreateAccessibilityInstance()6732         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
DownButton()6733         public override void DownButton() { }
OnChanged(object source, System.EventArgs e)6734         protected override void OnChanged(object source, System.EventArgs e) { }
OnSelectedItemChanged(object source, System.EventArgs e)6735         protected void OnSelectedItemChanged(object source, System.EventArgs e) { }
OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e)6736         protected override void OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e) { }
ToString()6737         public override string ToString() { throw null; }
UpButton()6738         public override void UpButton() { }
UpdateEditText()6739         protected override void UpdateEditText() { }
6740         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6741         public partial class DomainItemAccessibleObject : System.Windows.Forms.AccessibleObject
6742         {
DomainItemAccessibleObject(string name, System.Windows.Forms.AccessibleObject parent)6743             public DomainItemAccessibleObject(string name, System.Windows.Forms.AccessibleObject parent) { }
6744             public override string Name { get { throw null; } set { } }
6745             public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
6746             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
6747             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6748             public override string Value { get { throw null; } }
6749         }
6750         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6751         public partial class DomainUpDownAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
6752         {
DomainUpDownAccessibleObject(System.Windows.Forms.Control owner)6753             public DomainUpDownAccessibleObject(System.Windows.Forms.Control owner) : base (default(System.Windows.Forms.Control)) { }
6754             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
GetChild(int index)6755             public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()6756             public override int GetChildCount() { throw null; }
6757         }
6758         public partial class DomainUpDownItemCollection : System.Collections.ArrayList
6759         {
DomainUpDownItemCollection()6760             internal DomainUpDownItemCollection() { }
6761             [System.ComponentModel.BrowsableAttribute(false)]
6762             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6763             public override object this[int index] { get { throw null; } set { } }
Add(object item)6764             public override int Add(object item) { throw null; }
Insert(int index, object item)6765             public override void Insert(int index, object item) { }
Remove(object item)6766             public override void Remove(object item) { }
RemoveAt(int item)6767             public override void RemoveAt(int item) { }
6768         }
6769     }
6770     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6771     public enum DragAction
6772     {
6773         Cancel = 2,
6774         Continue = 0,
6775         Drop = 1,
6776     }
6777     [System.FlagsAttribute]
6778     public enum DragDropEffects
6779     {
6780         All = -2147483645,
6781         Copy = 1,
6782         Link = 4,
6783         Move = 2,
6784         None = 0,
6785         Scroll = -2147483648,
6786     }
6787     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6788     public partial class DragEventArgs : System.EventArgs
6789     {
DragEventArgs(System.Windows.Forms.IDataObject data, int keyState, int x, int y, System.Windows.Forms.DragDropEffects allowedEffect, System.Windows.Forms.DragDropEffects effect)6790         public DragEventArgs(System.Windows.Forms.IDataObject data, int keyState, int x, int y, System.Windows.Forms.DragDropEffects allowedEffect, System.Windows.Forms.DragDropEffects effect) { }
6791         public System.Windows.Forms.DragDropEffects AllowedEffect { get { throw null; } }
6792         public System.Windows.Forms.IDataObject Data { get { throw null; } }
6793         public System.Windows.Forms.DragDropEffects Effect { get { throw null; } set { } }
6794         public int KeyState { get { throw null; } }
6795         public int X { get { throw null; } }
6796         public int Y { get { throw null; } }
6797     }
DragEventHandler(object sender, System.Windows.Forms.DragEventArgs e)6798     public delegate void DragEventHandler(object sender, System.Windows.Forms.DragEventArgs e);
6799     public partial class DrawItemEventArgs : System.EventArgs
6800     {
DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state)6801         public DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state) { }
DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state, System.Drawing.Color foreColor, System.Drawing.Color backColor)6802         public DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
6803         public System.Drawing.Color BackColor { get { throw null; } }
6804         public System.Drawing.Rectangle Bounds { get { throw null; } }
6805         public System.Drawing.Font Font { get { throw null; } }
6806         public System.Drawing.Color ForeColor { get { throw null; } }
6807         public System.Drawing.Graphics Graphics { get { throw null; } }
6808         public int Index { get { throw null; } }
6809         public System.Windows.Forms.DrawItemState State { get { throw null; } }
DrawBackground()6810         public virtual void DrawBackground() { }
DrawFocusRectangle()6811         public virtual void DrawFocusRectangle() { }
6812     }
DrawItemEventHandler(object sender, System.Windows.Forms.DrawItemEventArgs e)6813     public delegate void DrawItemEventHandler(object sender, System.Windows.Forms.DrawItemEventArgs e);
6814     [System.FlagsAttribute]
6815     public enum DrawItemState
6816     {
6817         Checked = 8,
6818         ComboBoxEdit = 4096,
6819         Default = 32,
6820         Disabled = 4,
6821         Focus = 16,
6822         Grayed = 2,
6823         HotLight = 64,
6824         Inactive = 128,
6825         NoAccelerator = 256,
6826         NoFocusRect = 512,
6827         None = 0,
6828         Selected = 1,
6829     }
6830     public partial class DrawListViewColumnHeaderEventArgs : System.EventArgs
6831     {
DrawListViewColumnHeaderEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, int columnIndex, System.Windows.Forms.ColumnHeader header, System.Windows.Forms.ListViewItemStates state, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font)6832         public DrawListViewColumnHeaderEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, int columnIndex, System.Windows.Forms.ColumnHeader header, System.Windows.Forms.ListViewItemStates state, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
6833         public System.Drawing.Color BackColor { get { throw null; } }
6834         public System.Drawing.Rectangle Bounds { get { throw null; } }
6835         public int ColumnIndex { get { throw null; } }
6836         public bool DrawDefault { get { throw null; } set { } }
6837         public System.Drawing.Font Font { get { throw null; } }
6838         public System.Drawing.Color ForeColor { get { throw null; } }
6839         public System.Drawing.Graphics Graphics { get { throw null; } }
6840         public System.Windows.Forms.ColumnHeader Header { get { throw null; } }
6841         public System.Windows.Forms.ListViewItemStates State { get { throw null; } }
DrawBackground()6842         public void DrawBackground() { }
DrawText()6843         public void DrawText() { }
DrawText(System.Windows.Forms.TextFormatFlags flags)6844         public void DrawText(System.Windows.Forms.TextFormatFlags flags) { }
6845     }
DrawListViewColumnHeaderEventHandler(object sender, System.Windows.Forms.DrawListViewColumnHeaderEventArgs e)6846     public delegate void DrawListViewColumnHeaderEventHandler(object sender, System.Windows.Forms.DrawListViewColumnHeaderEventArgs e);
6847     public partial class DrawListViewItemEventArgs : System.EventArgs
6848     {
DrawListViewItemEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.ListViewItem item, System.Drawing.Rectangle bounds, int itemIndex, System.Windows.Forms.ListViewItemStates state)6849         public DrawListViewItemEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.ListViewItem item, System.Drawing.Rectangle bounds, int itemIndex, System.Windows.Forms.ListViewItemStates state) { }
6850         public System.Drawing.Rectangle Bounds { get { throw null; } }
6851         public bool DrawDefault { get { throw null; } set { } }
6852         public System.Drawing.Graphics Graphics { get { throw null; } }
6853         public System.Windows.Forms.ListViewItem Item { get { throw null; } }
6854         public int ItemIndex { get { throw null; } }
6855         public System.Windows.Forms.ListViewItemStates State { get { throw null; } }
DrawBackground()6856         public void DrawBackground() { }
DrawFocusRectangle()6857         public void DrawFocusRectangle() { }
DrawText()6858         public void DrawText() { }
DrawText(System.Windows.Forms.TextFormatFlags flags)6859         public void DrawText(System.Windows.Forms.TextFormatFlags flags) { }
6860     }
DrawListViewItemEventHandler(object sender, System.Windows.Forms.DrawListViewItemEventArgs e)6861     public delegate void DrawListViewItemEventHandler(object sender, System.Windows.Forms.DrawListViewItemEventArgs e);
6862     public partial class DrawListViewSubItemEventArgs : System.EventArgs
6863     {
DrawListViewSubItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Windows.Forms.ListViewItem item, System.Windows.Forms.ListViewItem.ListViewSubItem subItem, int itemIndex, int columnIndex, System.Windows.Forms.ColumnHeader header, System.Windows.Forms.ListViewItemStates itemState)6864         public DrawListViewSubItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Windows.Forms.ListViewItem item, System.Windows.Forms.ListViewItem.ListViewSubItem subItem, int itemIndex, int columnIndex, System.Windows.Forms.ColumnHeader header, System.Windows.Forms.ListViewItemStates itemState) { }
6865         public System.Drawing.Rectangle Bounds { get { throw null; } }
6866         public int ColumnIndex { get { throw null; } }
6867         public bool DrawDefault { get { throw null; } set { } }
6868         public System.Drawing.Graphics Graphics { get { throw null; } }
6869         public System.Windows.Forms.ColumnHeader Header { get { throw null; } }
6870         public System.Windows.Forms.ListViewItem Item { get { throw null; } }
6871         public int ItemIndex { get { throw null; } }
6872         public System.Windows.Forms.ListViewItemStates ItemState { get { throw null; } }
6873         public System.Windows.Forms.ListViewItem.ListViewSubItem SubItem { get { throw null; } }
DrawBackground()6874         public void DrawBackground() { }
DrawFocusRectangle(System.Drawing.Rectangle bounds)6875         public void DrawFocusRectangle(System.Drawing.Rectangle bounds) { }
DrawText()6876         public void DrawText() { }
DrawText(System.Windows.Forms.TextFormatFlags flags)6877         public void DrawText(System.Windows.Forms.TextFormatFlags flags) { }
6878     }
DrawListViewSubItemEventHandler(object sender, System.Windows.Forms.DrawListViewSubItemEventArgs e)6879     public delegate void DrawListViewSubItemEventHandler(object sender, System.Windows.Forms.DrawListViewSubItemEventArgs e);
6880     public enum DrawMode
6881     {
6882         Normal = 0,
6883         OwnerDrawFixed = 1,
6884         OwnerDrawVariable = 2,
6885     }
6886     public partial class DrawToolTipEventArgs : System.EventArgs
6887     {
DrawToolTipEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.IWin32Window associatedWindow, System.Windows.Forms.Control associatedControl, System.Drawing.Rectangle bounds, string toolTipText, System.Drawing.Color backColor, System.Drawing.Color foreColor, System.Drawing.Font font)6888         public DrawToolTipEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.IWin32Window associatedWindow, System.Windows.Forms.Control associatedControl, System.Drawing.Rectangle bounds, string toolTipText, System.Drawing.Color backColor, System.Drawing.Color foreColor, System.Drawing.Font font) { }
6889         public System.Windows.Forms.Control AssociatedControl { get { throw null; } }
6890         public System.Windows.Forms.IWin32Window AssociatedWindow { get { throw null; } }
6891         public System.Drawing.Rectangle Bounds { get { throw null; } }
6892         public System.Drawing.Font Font { get { throw null; } }
6893         public System.Drawing.Graphics Graphics { get { throw null; } }
6894         public string ToolTipText { get { throw null; } }
DrawBackground()6895         public void DrawBackground() { }
DrawBorder()6896         public void DrawBorder() { }
DrawText()6897         public void DrawText() { }
DrawText(System.Windows.Forms.TextFormatFlags flags)6898         public void DrawText(System.Windows.Forms.TextFormatFlags flags) { }
6899     }
DrawToolTipEventHandler(object sender, System.Windows.Forms.DrawToolTipEventArgs e)6900     public delegate void DrawToolTipEventHandler(object sender, System.Windows.Forms.DrawToolTipEventArgs e);
6901     public partial class DrawTreeNodeEventArgs : System.EventArgs
6902     {
DrawTreeNodeEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.TreeNode node, System.Drawing.Rectangle bounds, System.Windows.Forms.TreeNodeStates state)6903         public DrawTreeNodeEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.TreeNode node, System.Drawing.Rectangle bounds, System.Windows.Forms.TreeNodeStates state) { }
6904         public System.Drawing.Rectangle Bounds { get { throw null; } }
6905         public bool DrawDefault { get { throw null; } set { } }
6906         public System.Drawing.Graphics Graphics { get { throw null; } }
6907         public System.Windows.Forms.TreeNode Node { get { throw null; } }
6908         public System.Windows.Forms.TreeNodeStates State { get { throw null; } }
6909     }
DrawTreeNodeEventHandler(object sender, System.Windows.Forms.DrawTreeNodeEventArgs e)6910     public delegate void DrawTreeNodeEventHandler(object sender, System.Windows.Forms.DrawTreeNodeEventArgs e);
6911     public enum ErrorBlinkStyle
6912     {
6913         AlwaysBlink = 1,
6914         BlinkIfDifferentError = 0,
6915         NeverBlink = 2,
6916     }
6917     public enum ErrorIconAlignment
6918     {
6919         BottomLeft = 4,
6920         BottomRight = 5,
6921         MiddleLeft = 2,
6922         MiddleRight = 3,
6923         TopLeft = 0,
6924         TopRight = 1,
6925     }
6926     [System.ComponentModel.ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
6927     [System.ComponentModel.ProvidePropertyAttribute("Error", "System.Windows.Forms.Control, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
6928     [System.ComponentModel.ProvidePropertyAttribute("IconAlignment", "System.Windows.Forms.Control, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
6929     [System.ComponentModel.ProvidePropertyAttribute("IconPadding", "System.Windows.Forms.Control, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
6930     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
6931     public partial class ErrorProvider : System.ComponentModel.Component, System.ComponentModel.IExtenderProvider, System.ComponentModel.ISupportInitialize
6932     {
ErrorProvider()6933         public ErrorProvider() { }
ErrorProvider(System.ComponentModel.IContainer container)6934         public ErrorProvider(System.ComponentModel.IContainer container) { }
ErrorProvider(System.Windows.Forms.ContainerControl parentControl)6935         public ErrorProvider(System.Windows.Forms.ContainerControl parentControl) { }
6936         [System.ComponentModel.DefaultValueAttribute(250)]
6937         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
6938         public int BlinkRate { get { throw null; } set { } }
6939         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ErrorBlinkStyle)(0))]
6940         public System.Windows.Forms.ErrorBlinkStyle BlinkStyle { get { throw null; } set { } }
6941         [System.ComponentModel.DefaultValueAttribute(null)]
6942         public System.Windows.Forms.ContainerControl ContainerControl { get { throw null; } set { } }
6943         [System.ComponentModel.DefaultValueAttribute(null)]
6944         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6945         [System.MonoTODOAttribute("Stub, does nothing")]
6946         public string DataMember { get { throw null; } set { } }
6947         [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
6948         [System.ComponentModel.DefaultValueAttribute(null)]
6949         [System.MonoTODOAttribute("Stub, does nothing")]
6950         public object DataSource { get { throw null; } set { } }
6951         [System.ComponentModel.LocalizableAttribute(true)]
6952         public System.Drawing.Icon Icon { get { throw null; } set { } }
6953         [System.ComponentModel.DefaultValueAttribute(false)]
6954         [System.ComponentModel.LocalizableAttribute(true)]
6955         [System.MonoTODOAttribute("RTL not supported")]
6956         public virtual bool RightToLeft { get { throw null; } set { } }
6957         public override System.ComponentModel.ISite Site { set { } }
6958         [System.ComponentModel.BindableAttribute(true)]
6959         [System.ComponentModel.DefaultValueAttribute(null)]
6960         [System.ComponentModel.LocalizableAttribute(false)]
6961         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
6962         public object Tag { get { throw null; } set { } }
6963         public event System.EventHandler RightToLeftChanged { add { } remove { } }
6964         [System.MonoTODOAttribute("Stub, does nothing")]
BindToDataAndErrors(object newDataSource, string newDataMember)6965         public void BindToDataAndErrors(object newDataSource, string newDataMember) { }
CanExtend(object extendee)6966         public bool CanExtend(object extendee) { throw null; }
Clear()6967         public void Clear() { }
Dispose(bool disposing)6968         protected override void Dispose(bool disposing) { }
6969         [System.ComponentModel.DefaultValueAttribute("")]
6970         [System.ComponentModel.LocalizableAttribute(true)]
GetError(System.Windows.Forms.Control control)6971         public string GetError(System.Windows.Forms.Control control) { throw null; }
6972         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ErrorIconAlignment)(3))]
6973         [System.ComponentModel.LocalizableAttribute(true)]
GetIconAlignment(System.Windows.Forms.Control control)6974         public System.Windows.Forms.ErrorIconAlignment GetIconAlignment(System.Windows.Forms.Control control) { throw null; }
6975         [System.ComponentModel.DefaultValueAttribute(0)]
6976         [System.ComponentModel.LocalizableAttribute(true)]
GetIconPadding(System.Windows.Forms.Control control)6977         public int GetIconPadding(System.Windows.Forms.Control control) { throw null; }
6978         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftChanged(System.EventArgs e)6979         protected virtual void OnRightToLeftChanged(System.EventArgs e) { }
SetError(System.Windows.Forms.Control control, string value)6980         public void SetError(System.Windows.Forms.Control control, string value) { }
SetIconAlignment(System.Windows.Forms.Control control, System.Windows.Forms.ErrorIconAlignment value)6981         public void SetIconAlignment(System.Windows.Forms.Control control, System.Windows.Forms.ErrorIconAlignment value) { }
SetIconPadding(System.Windows.Forms.Control control, int padding)6982         public void SetIconPadding(System.Windows.Forms.Control control, int padding) { }
System.ComponentModel.ISupportInitialize.BeginInit()6983         void System.ComponentModel.ISupportInitialize.BeginInit() { }
System.ComponentModel.ISupportInitialize.EndInit()6984         void System.ComponentModel.ISupportInitialize.EndInit() { }
6985         [System.MonoTODOAttribute("Stub, does nothing")]
UpdateBinding()6986         public void UpdateBinding() { }
6987     }
6988     public abstract partial class FeatureSupport : System.Windows.Forms.IFeatureSupport
6989     {
FeatureSupport()6990         protected FeatureSupport() { }
GetVersionPresent(object feature)6991         public abstract System.Version GetVersionPresent(object feature);
GetVersionPresent(string featureClassName, string featureConstName)6992         public static System.Version GetVersionPresent(string featureClassName, string featureConstName) { throw null; }
IsPresent(object feature)6993         public virtual bool IsPresent(object feature) { throw null; }
IsPresent(object feature, System.Version minimumVersion)6994         public virtual bool IsPresent(object feature, System.Version minimumVersion) { throw null; }
IsPresent(string featureClassName, string featureConstName)6995         public static bool IsPresent(string featureClassName, string featureConstName) { throw null; }
IsPresent(string featureClassName, string featureConstName, System.Version minimumVersion)6996         public static bool IsPresent(string featureClassName, string featureConstName, System.Version minimumVersion) { throw null; }
6997     }
6998     [System.ComponentModel.DefaultEventAttribute("FileOk")]
6999     [System.ComponentModel.DefaultPropertyAttribute("FileName")]
7000     public abstract partial class FileDialog : System.Windows.Forms.CommonDialog
7001     {
FileDialog()7002         internal FileDialog() { }
7003         protected static readonly object EventFileOk;
7004         [System.ComponentModel.DefaultValueAttribute(true)]
7005         public bool AddExtension { get { throw null; } set { } }
7006         [System.ComponentModel.DefaultValueAttribute(true)]
7007         [System.MonoTODOAttribute("Stub, value not respected")]
7008         public bool AutoUpgradeEnabled { get { throw null; } set { } }
7009         [System.ComponentModel.DefaultValueAttribute(false)]
7010         public virtual bool CheckFileExists { get { throw null; } set { } }
7011         [System.ComponentModel.DefaultValueAttribute(true)]
7012         public bool CheckPathExists { get { throw null; } set { } }
7013         [System.ComponentModel.BrowsableAttribute(false)]
7014         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7015         [System.MonoTODOAttribute("Stub, collection not used")]
7016         public System.Windows.Forms.FileDialogCustomPlacesCollection CustomPlaces { get { throw null; } }
7017         [System.ComponentModel.DefaultValueAttribute("")]
7018         public string DefaultExt { get { throw null; } set { } }
7019         [System.ComponentModel.DefaultValueAttribute(true)]
7020         public bool DereferenceLinks { get { throw null; } set { } }
7021         [System.ComponentModel.DefaultValueAttribute("")]
7022         public string FileName { get { throw null; } set { } }
7023         [System.ComponentModel.BrowsableAttribute(false)]
7024         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7025         public string[] FileNames { get { throw null; } }
7026         [System.ComponentModel.DefaultValueAttribute("")]
7027         [System.ComponentModel.LocalizableAttribute(true)]
7028         public string Filter { get { throw null; } set { } }
7029         [System.ComponentModel.DefaultValueAttribute(1)]
7030         public int FilterIndex { get { throw null; } set { } }
7031         [System.ComponentModel.DefaultValueAttribute("")]
7032         public string InitialDirectory { get { throw null; } set { } }
7033         protected virtual System.IntPtr Instance { get { throw null; } }
7034         protected int Options { get { throw null; } }
7035         [System.ComponentModel.DefaultValueAttribute(false)]
7036         public bool RestoreDirectory { get { throw null; } set { } }
7037         [System.ComponentModel.DefaultValueAttribute(false)]
7038         public bool ShowHelp { get { throw null; } set { } }
7039         [System.ComponentModel.DefaultValueAttribute(false)]
7040         public bool SupportMultiDottedExtensions { get { throw null; } set { } }
7041         [System.ComponentModel.DefaultValueAttribute("")]
7042         [System.ComponentModel.LocalizableAttribute(true)]
7043         public string Title { get { throw null; } set { } }
7044         [System.ComponentModel.DefaultValueAttribute(true)]
7045         public bool ValidateNames { get { throw null; } set { } }
7046         public event System.ComponentModel.CancelEventHandler FileOk { add { } remove { } }
7047         [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam)7048         protected override System.IntPtr HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
OnFileOk(System.ComponentModel.CancelEventArgs e)7049         protected void OnFileOk(System.ComponentModel.CancelEventArgs e) { }
Reset()7050         public override void Reset() { }
RunDialog(System.IntPtr hWndOwner)7051         protected override bool RunDialog(System.IntPtr hWndOwner) { throw null; }
ToString()7052         public override string ToString() { throw null; }
7053     }
7054     public partial class FileDialogCustomPlace
7055     {
FileDialogCustomPlace(System.Guid knownFolderGuid)7056         public FileDialogCustomPlace(System.Guid knownFolderGuid) { }
FileDialogCustomPlace(string path)7057         public FileDialogCustomPlace(string path) { }
7058         public System.Guid KnownFolderGuid { get { throw null; } set { } }
7059         public string Path { get { throw null; } set { } }
ToString()7060         public override string ToString() { throw null; }
7061     }
7062     public partial class FileDialogCustomPlacesCollection : System.Collections.ObjectModel.Collection<System.Windows.Forms.FileDialogCustomPlace>
7063     {
FileDialogCustomPlacesCollection()7064         public FileDialogCustomPlacesCollection() { }
Add(System.Guid knownFolderGuid)7065         public void Add(System.Guid knownFolderGuid) { }
Add(string path)7066         public void Add(string path) { }
7067     }
7068     public enum FixedPanel
7069     {
7070         None = 0,
7071         Panel1 = 1,
7072         Panel2 = 2,
7073     }
7074     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.FlatButtonAppearanceConverter")]
7075     public partial class FlatButtonAppearance
7076     {
FlatButtonAppearance()7077         internal FlatButtonAppearance() { }
7078         [System.ComponentModel.BrowsableAttribute(true)]
7079         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "")]
7080         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7081         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7082         public System.Drawing.Color BorderColor { get { throw null; } set { } }
7083         [System.ComponentModel.BrowsableAttribute(true)]
7084         [System.ComponentModel.DefaultValueAttribute(1)]
7085         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7086         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7087         public int BorderSize { get { throw null; } set { } }
7088         [System.ComponentModel.BrowsableAttribute(true)]
7089         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "")]
7090         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7091         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7092         public System.Drawing.Color CheckedBackColor { get { throw null; } set { } }
7093         [System.ComponentModel.BrowsableAttribute(true)]
7094         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "")]
7095         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7096         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7097         public System.Drawing.Color MouseDownBackColor { get { throw null; } set { } }
7098         [System.ComponentModel.BrowsableAttribute(true)]
7099         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "")]
7100         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7101         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7102         public System.Drawing.Color MouseOverBackColor { get { throw null; } set { } }
7103     }
7104     public enum FlatStyle
7105     {
7106         Flat = 0,
7107         Popup = 1,
7108         Standard = 2,
7109         System = 3,
7110     }
7111     public enum FlowDirection
7112     {
7113         BottomUp = 3,
7114         LeftToRight = 0,
7115         RightToLeft = 2,
7116         TopDown = 1,
7117     }
7118     [System.ComponentModel.DefaultPropertyAttribute("FlowDirection")]
7119     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.FlowLayoutPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
7120     [System.ComponentModel.ProvidePropertyAttribute("FlowBreak", typeof(System.Windows.Forms.Control))]
7121     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
7122     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7123     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(1))]
7124     public partial class FlowLayoutPanel : System.Windows.Forms.Panel, System.ComponentModel.IExtenderProvider
7125     {
FlowLayoutPanel()7126         public FlowLayoutPanel() { }
7127         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlowDirection)(0))]
7128         [System.ComponentModel.LocalizableAttribute(true)]
7129         public System.Windows.Forms.FlowDirection FlowDirection { get { throw null; } set { } }
7130         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
7131         [System.ComponentModel.DefaultValueAttribute(true)]
7132         [System.ComponentModel.LocalizableAttribute(true)]
7133         public bool WrapContents { get { throw null; } set { } }
7134         [System.ComponentModel.DefaultValueAttribute(false)]
7135         [System.ComponentModel.DisplayNameAttribute("FlowBreak")]
GetFlowBreak(System.Windows.Forms.Control control)7136         public bool GetFlowBreak(System.Windows.Forms.Control control) { throw null; }
7137         [System.ComponentModel.DisplayNameAttribute("FlowBreak")]
SetFlowBreak(System.Windows.Forms.Control control, bool value)7138         public void SetFlowBreak(System.Windows.Forms.Control control, bool value) { }
System.ComponentModel.IExtenderProvider.CanExtend(object obj)7139         bool System.ComponentModel.IExtenderProvider.CanExtend(object obj) { throw null; }
7140     }
7141     [System.ComponentModel.DefaultPropertyAttribute("FlowDirection")]
7142     public partial class FlowLayoutSettings : System.Windows.Forms.LayoutSettings
7143     {
FlowLayoutSettings()7144         internal FlowLayoutSettings() { }
7145         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlowDirection)(0))]
7146         public System.Windows.Forms.FlowDirection FlowDirection { get { throw null; } set { } }
7147         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
7148         [System.ComponentModel.DefaultValueAttribute(true)]
7149         public bool WrapContents { get { throw null; } set { } }
GetFlowBreak(object child)7150         public bool GetFlowBreak(object child) { throw null; }
SetFlowBreak(object child, bool value)7151         public void SetFlowBreak(object child, bool value) { }
7152     }
7153     [System.ComponentModel.DefaultEventAttribute("HelpRequest")]
7154     [System.ComponentModel.DefaultPropertyAttribute("SelectedPath")]
7155     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.FolderBrowserDialogDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
7156     public sealed partial class FolderBrowserDialog : System.Windows.Forms.CommonDialog
7157     {
FolderBrowserDialog()7158         public FolderBrowserDialog() { }
7159         [System.ComponentModel.BrowsableAttribute(true)]
7160         [System.ComponentModel.DefaultValueAttribute("")]
7161         [System.ComponentModel.LocalizableAttribute(true)]
7162         public string Description { get { throw null; } set { } }
7163         [System.ComponentModel.BrowsableAttribute(true)]
7164         [System.ComponentModel.DefaultValueAttribute((System.Environment.SpecialFolder)(0))]
7165         [System.ComponentModel.LocalizableAttribute(false)]
7166         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.SpecialFolderEnumConverter")]
7167         public System.Environment.SpecialFolder RootFolder { get { throw null; } set { } }
7168         [System.ComponentModel.BrowsableAttribute(true)]
7169         [System.ComponentModel.DefaultValueAttribute("")]
7170         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.SelectedPathEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
7171         [System.ComponentModel.LocalizableAttribute(true)]
7172         public string SelectedPath { get { throw null; } set { } }
7173         [System.ComponentModel.BrowsableAttribute(true)]
7174         [System.ComponentModel.DefaultValueAttribute(true)]
7175         [System.ComponentModel.LocalizableAttribute(false)]
7176         public bool ShowNewFolderButton { get { throw null; } set { } }
7177         [System.ComponentModel.BrowsableAttribute(false)]
7178         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7179         public new event System.EventHandler HelpRequest { add { } remove { } }
Reset()7180         public override void Reset() { }
RunDialog(System.IntPtr hWndOwner)7181         protected override bool RunDialog(System.IntPtr hWndOwner) { throw null; }
7182     }
7183     [System.ComponentModel.DefaultEventAttribute("Apply")]
7184     [System.ComponentModel.DefaultPropertyAttribute("Font")]
7185     public partial class FontDialog : System.Windows.Forms.CommonDialog
7186     {
7187         protected static readonly object EventApply;
FontDialog()7188         public FontDialog() { }
7189         [System.ComponentModel.DefaultValueAttribute(true)]
7190         public bool AllowScriptChange { get { throw null; } set { } }
7191         [System.ComponentModel.DefaultValueAttribute(true)]
7192         public bool AllowSimulations { get { throw null; } set { } }
7193         [System.ComponentModel.DefaultValueAttribute(true)]
7194         public bool AllowVectorFonts { get { throw null; } set { } }
7195         [System.ComponentModel.DefaultValueAttribute(true)]
7196         public bool AllowVerticalFonts { get { throw null; } set { } }
7197         [System.ComponentModel.DefaultValueAttribute("Color [Black]")]
7198         public System.Drawing.Color Color { get { throw null; } set { } }
7199         [System.ComponentModel.DefaultValueAttribute(false)]
7200         public bool FixedPitchOnly { get { throw null; } set { } }
7201         public System.Drawing.Font Font { get { throw null; } set { } }
7202         [System.ComponentModel.DefaultValueAttribute(false)]
7203         public bool FontMustExist { get { throw null; } set { } }
7204         [System.ComponentModel.DefaultValueAttribute(0)]
7205         public int MaxSize { get { throw null; } set { } }
7206         [System.ComponentModel.DefaultValueAttribute(0)]
7207         public int MinSize { get { throw null; } set { } }
7208         protected int Options { get { throw null; } }
7209         [System.ComponentModel.DefaultValueAttribute(false)]
7210         public bool ScriptsOnly { get { throw null; } set { } }
7211         [System.ComponentModel.DefaultValueAttribute(false)]
7212         public bool ShowApply { get { throw null; } set { } }
7213         [System.ComponentModel.DefaultValueAttribute(false)]
7214         public bool ShowColor { get { throw null; } set { } }
7215         [System.ComponentModel.DefaultValueAttribute(true)]
7216         public bool ShowEffects { get { throw null; } set { } }
7217         [System.ComponentModel.DefaultValueAttribute(false)]
7218         public bool ShowHelp { get { throw null; } set { } }
7219         public event System.EventHandler Apply { add { } remove { } }
HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam)7220         protected override System.IntPtr HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
OnApply(System.EventArgs e)7221         protected virtual void OnApply(System.EventArgs e) { }
Reset()7222         public override void Reset() { }
RunDialog(System.IntPtr hWndOwner)7223         protected override bool RunDialog(System.IntPtr hWndOwner) { throw null; }
ToString()7224         public override string ToString() { throw null; }
7225     }
7226     [System.ComponentModel.DefaultEventAttribute("Load")]
7227     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IRootDesigner))]
7228     [System.ComponentModel.DesignerCategoryAttribute("Form")]
7229     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
7230     [System.ComponentModel.InitializationEventAttribute("Load")]
7231     [System.ComponentModel.ToolboxItemAttribute(false)]
7232     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms.Control.TopLevel")]
7233     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
7234     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7235     public partial class Form : System.Windows.Forms.ContainerControl
7236     {
Form()7237         public Form() { }
7238         [System.ComponentModel.DefaultValueAttribute(null)]
7239         public System.Windows.Forms.IButtonControl AcceptButton { get { throw null; } set { } }
7240         public static System.Windows.Forms.Form ActiveForm { get { throw null; } }
7241         [System.ComponentModel.BrowsableAttribute(false)]
7242         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7243         public System.Windows.Forms.Form ActiveMdiChild { get { throw null; } }
7244         [System.ComponentModel.BrowsableAttribute(false)]
7245         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7246         public bool AllowTransparency { get { throw null; } set { } }
7247         [System.ComponentModel.BrowsableAttribute(false)]
7248         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7249         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7250         [System.ObsoleteAttribute("This property has been deprecated in favor of AutoScaleMode.")]
7251         public bool AutoScale { get { throw null; } set { } }
7252         [System.ComponentModel.BrowsableAttribute(false)]
7253         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7254         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7255         [System.ComponentModel.LocalizableAttribute(true)]
7256         public virtual System.Drawing.Size AutoScaleBaseSize { get { throw null; } [System.MonoTODOAttribute("Setting this is probably unintentional and can cause Forms to be improperly sized.  See http://www.mono-project.com/FAQ:_Winforms#My_forms_are_sized_improperly for details.")]set { } }
7257         [System.ComponentModel.LocalizableAttribute(true)]
7258         public override bool AutoScroll { get { throw null; } set { } }
7259         [System.ComponentModel.BrowsableAttribute(true)]
7260         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
7261         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7262         public override bool AutoSize { get { throw null; } set { } }
7263         [System.ComponentModel.BrowsableAttribute(true)]
7264         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoSizeMode)(1))]
7265         [System.ComponentModel.LocalizableAttribute(true)]
7266         public System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
7267         [System.ComponentModel.BrowsableAttribute(true)]
7268         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7269         public override System.Windows.Forms.AutoValidate AutoValidate { get { throw null; } set { } }
7270         public override System.Drawing.Color BackColor { get { throw null; } set { } }
7271         [System.ComponentModel.DefaultValueAttribute(null)]
7272         public System.Windows.Forms.IButtonControl CancelButton { get { throw null; } set { } }
7273         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
7274         [System.ComponentModel.LocalizableAttribute(true)]
7275         public new System.Drawing.Size ClientSize { get { throw null; } set { } }
7276         [System.ComponentModel.DefaultValueAttribute(true)]
7277         public bool ControlBox { get { throw null; } set { } }
7278         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
7279         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
7280         protected override System.Drawing.Size DefaultSize { get { throw null; } }
7281         [System.ComponentModel.BrowsableAttribute(false)]
7282         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7283         public System.Drawing.Rectangle DesktopBounds { get { throw null; } set { } }
7284         [System.ComponentModel.BrowsableAttribute(false)]
7285         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7286         public System.Drawing.Point DesktopLocation { get { throw null; } set { } }
7287         [System.ComponentModel.BrowsableAttribute(false)]
7288         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7289         public System.Windows.Forms.DialogResult DialogResult { get { throw null; } set { } }
7290         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FormBorderStyle)(4))]
7291         [System.Runtime.InteropServices.DispIdAttribute(-504)]
7292         public System.Windows.Forms.FormBorderStyle FormBorderStyle { get { throw null; } set { } }
7293         [System.ComponentModel.DefaultValueAttribute(false)]
7294         public bool HelpButton { get { throw null; } set { } }
7295         [System.ComponentModel.AmbientValueAttribute(null)]
7296         [System.ComponentModel.LocalizableAttribute(true)]
7297         public System.Drawing.Icon Icon { get { throw null; } set { } }
7298         [System.ComponentModel.BrowsableAttribute(false)]
7299         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7300         public bool IsMdiChild { get { throw null; } }
7301         [System.ComponentModel.DefaultValueAttribute(false)]
7302         public bool IsMdiContainer { get { throw null; } set { } }
7303         [System.ComponentModel.BrowsableAttribute(false)]
7304         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7305         public bool IsRestrictedWindow { get { throw null; } }
7306         [System.ComponentModel.DefaultValueAttribute(false)]
7307         public bool KeyPreview { get { throw null; } set { } }
7308         [System.ComponentModel.SettingsBindableAttribute(true)]
7309         public new System.Drawing.Point Location { get { throw null; } set { } }
7310         [System.ComponentModel.DefaultValueAttribute(null)]
7311         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
7312         public System.Windows.Forms.MenuStrip MainMenuStrip { get { throw null; } set { } }
7313         [System.ComponentModel.BrowsableAttribute(false)]
7314         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7315         public new System.Windows.Forms.Padding Margin { get { throw null; } set { } }
7316         [System.ComponentModel.DefaultValueAttribute(true)]
7317         public bool MaximizeBox { get { throw null; } set { } }
7318         protected System.Drawing.Rectangle MaximizedBounds { get { throw null; } set { } }
7319         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Size), "0, 0")]
7320         [System.ComponentModel.LocalizableAttribute(true)]
7321         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
7322         public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
7323         [System.ComponentModel.BrowsableAttribute(false)]
7324         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7325         public System.Windows.Forms.Form[] MdiChildren { get { throw null; } }
7326         [System.ComponentModel.BrowsableAttribute(false)]
7327         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7328         public System.Windows.Forms.Form MdiParent { get { throw null; } set { } }
7329         [System.ComponentModel.BrowsableAttribute(false)]
7330         [System.ComponentModel.DefaultValueAttribute(null)]
7331         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
7332         public System.Windows.Forms.MainMenu Menu { get { throw null; } set { } }
7333         [System.ComponentModel.BrowsableAttribute(false)]
7334         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7335         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7336         public System.Windows.Forms.MainMenu MergedMenu { get { throw null; } }
7337         [System.ComponentModel.DefaultValueAttribute(true)]
7338         public bool MinimizeBox { get { throw null; } set { } }
7339         [System.ComponentModel.LocalizableAttribute(true)]
7340         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
7341         public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
7342         [System.ComponentModel.BrowsableAttribute(false)]
7343         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7344         public bool Modal { get { throw null; } }
7345         [System.ComponentModel.DefaultValueAttribute(1)]
7346         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.OpacityConverter))]
7347         public double Opacity { get { throw null; } set { } }
7348         [System.ComponentModel.BrowsableAttribute(false)]
7349         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7350         public System.Windows.Forms.Form[] OwnedForms { get { throw null; } }
7351         [System.ComponentModel.BrowsableAttribute(false)]
7352         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7353         public System.Windows.Forms.Form Owner { get { throw null; } set { } }
7354         [System.ComponentModel.BrowsableAttribute(false)]
7355         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7356         public System.Drawing.Rectangle RestoreBounds { get { throw null; } }
7357         [System.ComponentModel.DefaultValueAttribute(false)]
7358         [System.ComponentModel.LocalizableAttribute(true)]
7359         public virtual bool RightToLeftLayout { get { throw null; } set { } }
7360         [System.ComponentModel.DefaultValueAttribute(true)]
7361         public bool ShowIcon { get { throw null; } set { } }
7362         [System.ComponentModel.DefaultValueAttribute(true)]
7363         public bool ShowInTaskbar { get { throw null; } set { } }
7364         [System.ComponentModel.BrowsableAttribute(false)]
7365         [System.MonoTODOAttribute("Implemented for Win32, needs X11 implementation")]
7366         protected virtual bool ShowWithoutActivation { get { throw null; } }
7367         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7368         [System.ComponentModel.LocalizableAttribute(false)]
7369         public new System.Drawing.Size Size { get { throw null; } set { } }
7370         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.SizeGripStyle)(0))]
7371         public System.Windows.Forms.SizeGripStyle SizeGripStyle { get { throw null; } set { } }
7372         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FormStartPosition)(2))]
7373         [System.ComponentModel.LocalizableAttribute(true)]
7374         public System.Windows.Forms.FormStartPosition StartPosition { get { throw null; } set { } }
7375         [System.ComponentModel.BrowsableAttribute(false)]
7376         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7377         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7378         public new int TabIndex { get { throw null; } set { } }
7379         [System.ComponentModel.BrowsableAttribute(false)]
7380         [System.ComponentModel.DefaultValueAttribute(true)]
7381         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7382         [System.Runtime.InteropServices.DispIdAttribute(-516)]
7383         public new bool TabStop { get { throw null; } set { } }
7384         [System.ComponentModel.SettingsBindableAttribute(true)]
7385         public override string Text { get { throw null; } set { } }
7386         [System.ComponentModel.BrowsableAttribute(false)]
7387         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7388         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7389         public bool TopLevel { get { throw null; } set { } }
7390         [System.ComponentModel.DefaultValueAttribute(false)]
7391         public bool TopMost { get { throw null; } set { } }
7392         public System.Drawing.Color TransparencyKey { get { throw null; } set { } }
7393         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FormWindowState)(0))]
7394         public System.Windows.Forms.FormWindowState WindowState { get { throw null; } set { } }
7395         public event System.EventHandler Activated { add { } remove { } }
7396         [System.ComponentModel.BrowsableAttribute(true)]
7397         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7398         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
7399         [System.ComponentModel.BrowsableAttribute(true)]
7400         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7401         public new event System.EventHandler AutoValidateChanged { add { } remove { } }
7402         [System.ComponentModel.BrowsableAttribute(false)]
7403         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7404         public event System.EventHandler Closed { add { } remove { } }
7405         [System.ComponentModel.BrowsableAttribute(false)]
7406         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7407         public event System.ComponentModel.CancelEventHandler Closing { add { } remove { } }
7408         public event System.EventHandler Deactivate { add { } remove { } }
7409         public event System.Windows.Forms.FormClosedEventHandler FormClosed { add { } remove { } }
7410         public event System.Windows.Forms.FormClosingEventHandler FormClosing { add { } remove { } }
7411         [System.ComponentModel.BrowsableAttribute(true)]
7412         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7413         public event System.ComponentModel.CancelEventHandler HelpButtonClicked { add { } remove { } }
7414         public event System.Windows.Forms.InputLanguageChangedEventHandler InputLanguageChanged { add { } remove { } }
7415         public event System.Windows.Forms.InputLanguageChangingEventHandler InputLanguageChanging { add { } remove { } }
7416         public event System.EventHandler Load { add { } remove { } }
7417         [System.ComponentModel.BrowsableAttribute(false)]
7418         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7419         public new event System.EventHandler MarginChanged { add { } remove { } }
7420         public event System.EventHandler MaximizedBoundsChanged { add { } remove { } }
7421         public event System.EventHandler MaximumSizeChanged { add { } remove { } }
7422         public event System.EventHandler MdiChildActivate { add { } remove { } }
7423         [System.ComponentModel.BrowsableAttribute(false)]
7424         public event System.EventHandler MenuComplete { add { } remove { } }
7425         [System.ComponentModel.BrowsableAttribute(false)]
7426         public event System.EventHandler MenuStart { add { } remove { } }
7427         public event System.EventHandler MinimumSizeChanged { add { } remove { } }
7428         public event System.EventHandler ResizeBegin { add { } remove { } }
7429         public event System.EventHandler ResizeEnd { add { } remove { } }
7430         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
7431         public event System.EventHandler Shown { add { } remove { } }
7432         [System.ComponentModel.BrowsableAttribute(false)]
7433         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7434         public new event System.EventHandler TabIndexChanged { add { } remove { } }
7435         [System.ComponentModel.BrowsableAttribute(false)]
7436         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7437         public new event System.EventHandler TabStopChanged { add { } remove { } }
Activate()7438         public void Activate() { }
ActivateMdiChild(System.Windows.Forms.Form form)7439         protected void ActivateMdiChild(System.Windows.Forms.Form form) { }
AddOwnedForm(System.Windows.Forms.Form ownedForm)7440         public void AddOwnedForm(System.Windows.Forms.Form ownedForm) { }
7441         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AdjustFormScrollbars(bool displayScrollbars)7442         protected override void AdjustFormScrollbars(bool displayScrollbars) { }
7443         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7444         [System.ObsoleteAttribute("This method has been deprecated")]
ApplyAutoScaling()7445         protected void ApplyAutoScaling() { }
CenterToParent()7446         protected void CenterToParent() { }
CenterToScreen()7447         protected void CenterToScreen() { }
Close()7448         public void Close() { }
7449         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateControlsInstance()7450         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
7451         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateHandle()7452         protected override void CreateHandle() { }
7453         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
DefWndProc(ref System.Windows.Forms.Message m)7454         protected override void DefWndProc(ref System.Windows.Forms.Message m) { }
Dispose(bool disposing)7455         protected override void Dispose(bool disposing) { }
7456         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7457         [System.ObsoleteAttribute("This method has been deprecated.  Use AutoScaleDimensions instead")]
GetAutoScaleSize(System.Drawing.Font font)7458         public static System.Drawing.SizeF GetAutoScaleSize(System.Drawing.Font font) { throw null; }
7459         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)7460         protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
LayoutMdi(System.Windows.Forms.MdiLayout value)7461         public void LayoutMdi(System.Windows.Forms.MdiLayout value) { }
7462         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnActivated(System.EventArgs e)7463         protected virtual void OnActivated(System.EventArgs e) { }
OnBackgroundImageChanged(System.EventArgs e)7464         protected override void OnBackgroundImageChanged(System.EventArgs e) { }
OnBackgroundImageLayoutChanged(System.EventArgs e)7465         protected override void OnBackgroundImageLayoutChanged(System.EventArgs e) { }
7466         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnClosed(System.EventArgs e)7467         protected virtual void OnClosed(System.EventArgs e) { }
7468         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnClosing(System.ComponentModel.CancelEventArgs e)7469         protected virtual void OnClosing(System.ComponentModel.CancelEventArgs e) { }
7470         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnCreateControl()7471         protected override void OnCreateControl() { }
7472         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDeactivate(System.EventArgs e)7473         protected virtual void OnDeactivate(System.EventArgs e) { }
7474         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnEnabledChanged(System.EventArgs e)7475         protected override void OnEnabledChanged(System.EventArgs e) { }
7476         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnEnter(System.EventArgs e)7477         protected override void OnEnter(System.EventArgs e) { }
7478         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnFontChanged(System.EventArgs e)7479         protected override void OnFontChanged(System.EventArgs e) { }
7480         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnFormClosed(System.Windows.Forms.FormClosedEventArgs e)7481         protected virtual void OnFormClosed(System.Windows.Forms.FormClosedEventArgs e) { }
7482         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnFormClosing(System.Windows.Forms.FormClosingEventArgs e)7483         protected virtual void OnFormClosing(System.Windows.Forms.FormClosingEventArgs e) { }
7484         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHandleCreated(System.EventArgs e)7485         protected override void OnHandleCreated(System.EventArgs e) { }
7486         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHandleDestroyed(System.EventArgs e)7487         protected override void OnHandleDestroyed(System.EventArgs e) { }
7488         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7489         [System.MonoTODOAttribute("Will never be called")]
OnHelpButtonClicked(System.ComponentModel.CancelEventArgs e)7490         protected virtual void OnHelpButtonClicked(System.ComponentModel.CancelEventArgs e) { }
7491         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnInputLanguageChanged(System.Windows.Forms.InputLanguageChangedEventArgs e)7492         protected virtual void OnInputLanguageChanged(System.Windows.Forms.InputLanguageChangedEventArgs e) { }
7493         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnInputLanguageChanging(System.Windows.Forms.InputLanguageChangingEventArgs e)7494         protected virtual void OnInputLanguageChanging(System.Windows.Forms.InputLanguageChangingEventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs levent)7495         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
7496         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLoad(System.EventArgs e)7497         protected virtual void OnLoad(System.EventArgs e) { }
7498         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMaximizedBoundsChanged(System.EventArgs e)7499         protected virtual void OnMaximizedBoundsChanged(System.EventArgs e) { }
7500         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMaximumSizeChanged(System.EventArgs e)7501         protected virtual void OnMaximumSizeChanged(System.EventArgs e) { }
7502         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMdiChildActivate(System.EventArgs e)7503         protected virtual void OnMdiChildActivate(System.EventArgs e) { }
7504         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMenuComplete(System.EventArgs e)7505         protected virtual void OnMenuComplete(System.EventArgs e) { }
7506         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMenuStart(System.EventArgs e)7507         protected virtual void OnMenuStart(System.EventArgs e) { }
7508         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMinimumSizeChanged(System.EventArgs e)7509         protected virtual void OnMinimumSizeChanged(System.EventArgs e) { }
7510         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPaint(System.Windows.Forms.PaintEventArgs e)7511         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
7512         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnResize(System.EventArgs e)7513         protected override void OnResize(System.EventArgs e) { }
7514         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnResizeBegin(System.EventArgs e)7515         protected virtual void OnResizeBegin(System.EventArgs e) { }
7516         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnResizeEnd(System.EventArgs e)7517         protected virtual void OnResizeEnd(System.EventArgs e) { }
7518         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)7519         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
7520         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnShown(System.EventArgs e)7521         protected virtual void OnShown(System.EventArgs e) { }
7522         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnStyleChanged(System.EventArgs e)7523         protected override void OnStyleChanged(System.EventArgs e) { }
7524         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnTextChanged(System.EventArgs e)7525         protected override void OnTextChanged(System.EventArgs e) { }
7526         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnVisibleChanged(System.EventArgs e)7527         protected override void OnVisibleChanged(System.EventArgs e) { }
ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData)7528         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
7529         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ProcessDialogChar(char charCode)7530         protected override bool ProcessDialogChar(char charCode) { throw null; }
ProcessDialogKey(System.Windows.Forms.Keys keyData)7531         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessKeyPreview(ref System.Windows.Forms.Message m)7532         protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
ProcessMnemonic(char charCode)7533         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
ProcessTabKey(bool forward)7534         protected override bool ProcessTabKey(bool forward) { throw null; }
RemoveOwnedForm(System.Windows.Forms.Form ownedForm)7535         public void RemoveOwnedForm(System.Windows.Forms.Form ownedForm) { }
7536         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)7537         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
7538         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float x, float y)7539         protected override void ScaleCore(float x, float y) { }
Select(bool directed, bool forward)7540         protected override void Select(bool directed, bool forward) { }
7541         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)7542         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
7543         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SetClientSizeCore(int x, int y)7544         protected override void SetClientSizeCore(int x, int y) { }
SetDesktopBounds(int x, int y, int width, int height)7545         public void SetDesktopBounds(int x, int y, int width, int height) { }
SetDesktopLocation(int x, int y)7546         public void SetDesktopLocation(int x, int y) { }
7547         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SetVisibleCore(bool value)7548         protected override void SetVisibleCore(bool value) { }
Show(System.Windows.Forms.IWin32Window owner)7549         public void Show(System.Windows.Forms.IWin32Window owner) { }
ShowDialog()7550         public System.Windows.Forms.DialogResult ShowDialog() { throw null; }
ShowDialog(System.Windows.Forms.IWin32Window owner)7551         public System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.IWin32Window owner) { throw null; }
ToString()7552         public override string ToString() { throw null; }
UpdateDefaultButton()7553         protected override void UpdateDefaultButton() { }
7554         [System.ComponentModel.BrowsableAttribute(true)]
7555         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
ValidateChildren()7556         public override bool ValidateChildren() { throw null; }
7557         [System.ComponentModel.BrowsableAttribute(true)]
7558         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints)7559         public override bool ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints) { throw null; }
7560         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
WndProc(ref System.Windows.Forms.Message m)7561         protected override void WndProc(ref System.Windows.Forms.Message m) { }
7562         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7563         public partial class ControlCollection : System.Windows.Forms.Control.ControlCollection
7564         {
ControlCollection(System.Windows.Forms.Form owner)7565             public ControlCollection(System.Windows.Forms.Form owner) : base (default(System.Windows.Forms.Control)) { }
Add(System.Windows.Forms.Control value)7566             public override void Add(System.Windows.Forms.Control value) { }
Remove(System.Windows.Forms.Control value)7567             public override void Remove(System.Windows.Forms.Control value) { }
7568         }
7569     }
7570     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7571     public enum FormBorderStyle
7572     {
7573         Fixed3D = 2,
7574         FixedDialog = 3,
7575         FixedSingle = 1,
7576         FixedToolWindow = 5,
7577         None = 0,
7578         Sizable = 4,
7579         SizableToolWindow = 6,
7580     }
7581     public partial class FormClosedEventArgs : System.EventArgs
7582     {
FormClosedEventArgs(System.Windows.Forms.CloseReason closeReason)7583         public FormClosedEventArgs(System.Windows.Forms.CloseReason closeReason) { }
7584         public System.Windows.Forms.CloseReason CloseReason { get { throw null; } }
7585     }
FormClosedEventHandler(object sender, System.Windows.Forms.FormClosedEventArgs e)7586     public delegate void FormClosedEventHandler(object sender, System.Windows.Forms.FormClosedEventArgs e);
7587     public partial class FormClosingEventArgs : System.ComponentModel.CancelEventArgs
7588     {
FormClosingEventArgs(System.Windows.Forms.CloseReason closeReason, bool cancel)7589         public FormClosingEventArgs(System.Windows.Forms.CloseReason closeReason, bool cancel) { }
7590         public System.Windows.Forms.CloseReason CloseReason { get { throw null; } }
7591     }
FormClosingEventHandler(object sender, System.Windows.Forms.FormClosingEventArgs e)7592     public delegate void FormClosingEventHandler(object sender, System.Windows.Forms.FormClosingEventArgs e);
7593     public partial class FormCollection : System.Collections.ReadOnlyCollectionBase
7594     {
FormCollection()7595         public FormCollection() { }
7596         public virtual System.Windows.Forms.Form this[int index] { get { throw null; } }
7597         public virtual System.Windows.Forms.Form this[string name] { get { throw null; } }
7598     }
7599     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7600     public enum FormStartPosition
7601     {
7602         CenterParent = 4,
7603         CenterScreen = 1,
7604         Manual = 0,
7605         WindowsDefaultBounds = 3,
7606         WindowsDefaultLocation = 2,
7607     }
7608     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7609     public enum FormWindowState
7610     {
7611         Maximized = 2,
7612         Minimized = 1,
7613         Normal = 0,
7614     }
7615     public enum FrameStyle
7616     {
7617         Dashed = 0,
7618         Thick = 1,
7619     }
7620     [System.FlagsAttribute]
7621     public enum GetChildAtPointSkip
7622     {
7623         Disabled = 2,
7624         Invisible = 1,
7625         None = 0,
7626         Transparent = 4,
7627     }
7628     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7629     public partial class GiveFeedbackEventArgs : System.EventArgs
7630     {
GiveFeedbackEventArgs(System.Windows.Forms.DragDropEffects effect, bool useDefaultCursors)7631         public GiveFeedbackEventArgs(System.Windows.Forms.DragDropEffects effect, bool useDefaultCursors) { }
7632         public System.Windows.Forms.DragDropEffects Effect { get { throw null; } }
7633         public bool UseDefaultCursors { get { throw null; } set { } }
7634     }
GiveFeedbackEventHandler(object sender, System.Windows.Forms.GiveFeedbackEventArgs e)7635     public delegate void GiveFeedbackEventHandler(object sender, System.Windows.Forms.GiveFeedbackEventArgs e);
7636     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridColumnCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
7637     [System.ComponentModel.ListBindableAttribute(false)]
7638     public partial class GridColumnStylesCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
7639     {
GridColumnStylesCollection()7640         internal GridColumnStylesCollection() { }
7641         public System.Windows.Forms.DataGridColumnStyle this[System.ComponentModel.PropertyDescriptor propertyDesciptor] { get { throw null; } }
7642         public System.Windows.Forms.DataGridColumnStyle this[int index] { get { throw null; } }
7643         public System.Windows.Forms.DataGridColumnStyle this[string columnName] { get { throw null; } }
7644         protected override System.Collections.ArrayList List { get { throw null; } }
7645         int System.Collections.ICollection.Count { get { throw null; } }
7646         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
7647         object System.Collections.ICollection.SyncRoot { get { throw null; } }
7648         bool System.Collections.IList.IsFixedSize { get { throw null; } }
7649         bool System.Collections.IList.IsReadOnly { get { throw null; } }
7650         object System.Collections.IList.this[int index] { get { throw null; } set { } }
7651         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
Add(System.Windows.Forms.DataGridColumnStyle column)7652         public virtual int Add(System.Windows.Forms.DataGridColumnStyle column) { throw null; }
AddRange(System.Windows.Forms.DataGridColumnStyle[] columns)7653         public void AddRange(System.Windows.Forms.DataGridColumnStyle[] columns) { }
Clear()7654         public void Clear() { }
Contains(System.ComponentModel.PropertyDescriptor propertyDescriptor)7655         public bool Contains(System.ComponentModel.PropertyDescriptor propertyDescriptor) { throw null; }
Contains(string name)7656         public bool Contains(string name) { throw null; }
Contains(System.Windows.Forms.DataGridColumnStyle column)7657         public bool Contains(System.Windows.Forms.DataGridColumnStyle column) { throw null; }
IndexOf(System.Windows.Forms.DataGridColumnStyle element)7658         public int IndexOf(System.Windows.Forms.DataGridColumnStyle element) { throw null; }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e)7659         protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
Remove(System.Windows.Forms.DataGridColumnStyle column)7660         public void Remove(System.Windows.Forms.DataGridColumnStyle column) { }
RemoveAt(int index)7661         public void RemoveAt(int index) { }
ResetPropertyDescriptors()7662         public void ResetPropertyDescriptors() { }
System.Collections.ICollection.CopyTo(System.Array array, int index)7663         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()7664         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)7665         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()7666         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)7667         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)7668         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)7669         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)7670         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)7671         void System.Collections.IList.RemoveAt(int index) { }
7672     }
7673     public abstract partial class GridItem
7674     {
GridItem()7675         protected GridItem() { }
7676         public virtual bool Expandable { get { throw null; } }
7677         public virtual bool Expanded { get { throw null; } set { } }
7678         public abstract System.Windows.Forms.GridItemCollection GridItems { get; }
7679         public abstract System.Windows.Forms.GridItemType GridItemType { get; }
7680         public abstract string Label { get; }
7681         public abstract System.Windows.Forms.GridItem Parent { get; }
7682         public abstract System.ComponentModel.PropertyDescriptor PropertyDescriptor { get; }
7683         [System.ComponentModel.BindableAttribute(true)]
7684         [System.ComponentModel.DefaultValueAttribute(null)]
7685         [System.ComponentModel.LocalizableAttribute(false)]
7686         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
7687         public object Tag { get { throw null; } set { } }
7688         public abstract object Value { get; }
Select()7689         public abstract bool Select();
7690     }
7691     public partial class GridItemCollection : System.Collections.ICollection, System.Collections.IEnumerable
7692     {
GridItemCollection()7693         internal GridItemCollection() { }
7694         public static System.Windows.Forms.GridItemCollection Empty;
7695         public int Count { get { throw null; } }
7696         public System.Windows.Forms.GridItem this[int index] { get { throw null; } }
7697         public System.Windows.Forms.GridItem this[string label] { get { throw null; } }
7698         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
7699         object System.Collections.ICollection.SyncRoot { get { throw null; } }
GetEnumerator()7700         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array dest, int index)7701         void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
7702     }
7703     public enum GridItemType
7704     {
7705         ArrayValue = 2,
7706         Category = 1,
7707         Property = 0,
7708         Root = 3,
7709     }
7710     public sealed partial class GridTablesFactory
7711     {
GridTablesFactory()7712         internal GridTablesFactory() { }
CreateGridTables(System.Windows.Forms.DataGridTableStyle gridTable, object dataSource, string dataMember, System.Windows.Forms.BindingContext bindingManager)7713         public static System.Windows.Forms.DataGridTableStyle[] CreateGridTables(System.Windows.Forms.DataGridTableStyle gridTable, object dataSource, string dataMember, System.Windows.Forms.BindingContext bindingManager) { throw null; }
7714     }
7715     [System.ComponentModel.ListBindableAttribute(false)]
7716     public partial class GridTableStylesCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
7717     {
GridTableStylesCollection()7718         internal GridTableStylesCollection() { }
7719         public System.Windows.Forms.DataGridTableStyle this[int index] { get { throw null; } }
7720         public System.Windows.Forms.DataGridTableStyle this[string tableName] { get { throw null; } }
7721         protected override System.Collections.ArrayList List { get { throw null; } }
7722         int System.Collections.ICollection.Count { get { throw null; } }
7723         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
7724         object System.Collections.ICollection.SyncRoot { get { throw null; } }
7725         bool System.Collections.IList.IsFixedSize { get { throw null; } }
7726         bool System.Collections.IList.IsReadOnly { get { throw null; } }
7727         object System.Collections.IList.this[int index] { get { throw null; } set { } }
7728         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
Add(System.Windows.Forms.DataGridTableStyle table)7729         public virtual int Add(System.Windows.Forms.DataGridTableStyle table) { throw null; }
AddRange(System.Windows.Forms.DataGridTableStyle[] tables)7730         public virtual void AddRange(System.Windows.Forms.DataGridTableStyle[] tables) { }
Clear()7731         public void Clear() { }
Contains(string name)7732         public bool Contains(string name) { throw null; }
Contains(System.Windows.Forms.DataGridTableStyle table)7733         public bool Contains(System.Windows.Forms.DataGridTableStyle table) { throw null; }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e)7734         protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
Remove(System.Windows.Forms.DataGridTableStyle table)7735         public void Remove(System.Windows.Forms.DataGridTableStyle table) { }
RemoveAt(int index)7736         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)7737         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()7738         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)7739         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()7740         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)7741         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)7742         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)7743         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)7744         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)7745         void System.Collections.IList.RemoveAt(int index) { }
7746     }
7747     [System.ComponentModel.DefaultEventAttribute("Enter")]
7748     [System.ComponentModel.DefaultPropertyAttribute("Text")]
7749     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.GroupBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
7750     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
7751     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7752     public partial class GroupBox : System.Windows.Forms.Control
7753     {
GroupBox()7754         public GroupBox() { }
7755         [System.ComponentModel.BrowsableAttribute(false)]
7756         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7757         public override bool AllowDrop { get { throw null; } set { } }
7758         [System.ComponentModel.BrowsableAttribute(true)]
7759         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
7760         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7761         public override bool AutoSize { get { throw null; } set { } }
7762         [System.ComponentModel.BrowsableAttribute(true)]
7763         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoSizeMode)(1))]
7764         [System.ComponentModel.LocalizableAttribute(true)]
7765         public System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
7766         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
7767         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
7768         protected override System.Drawing.Size DefaultSize { get { throw null; } }
7769         public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
7770         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
7771         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
7772         [System.ComponentModel.BrowsableAttribute(false)]
7773         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7774         public new bool TabStop { get { throw null; } set { } }
7775         [System.ComponentModel.LocalizableAttribute(true)]
7776         public override string Text { get { throw null; } set { } }
7777         [System.ComponentModel.DefaultValueAttribute(false)]
7778         public bool UseCompatibleTextRendering { get { throw null; } set { } }
7779         [System.ComponentModel.BrowsableAttribute(true)]
7780         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7781         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
7782         [System.ComponentModel.BrowsableAttribute(false)]
7783         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7784         public new event System.EventHandler Click { add { } remove { } }
7785         [System.ComponentModel.BrowsableAttribute(false)]
7786         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7787         public new event System.EventHandler DoubleClick { add { } remove { } }
7788         [System.ComponentModel.BrowsableAttribute(false)]
7789         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7790         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
7791         [System.ComponentModel.BrowsableAttribute(false)]
7792         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7793         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
7794         [System.ComponentModel.BrowsableAttribute(false)]
7795         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7796         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
7797         [System.ComponentModel.BrowsableAttribute(false)]
7798         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7799         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
7800         [System.ComponentModel.BrowsableAttribute(false)]
7801         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7802         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
7803         [System.ComponentModel.BrowsableAttribute(false)]
7804         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7805         public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
7806         [System.ComponentModel.BrowsableAttribute(false)]
7807         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7808         public new event System.EventHandler MouseEnter { add { } remove { } }
7809         [System.ComponentModel.BrowsableAttribute(false)]
7810         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7811         public new event System.EventHandler MouseLeave { add { } remove { } }
7812         [System.ComponentModel.BrowsableAttribute(false)]
7813         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7814         public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
7815         [System.ComponentModel.BrowsableAttribute(false)]
7816         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7817         public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
7818         [System.ComponentModel.BrowsableAttribute(false)]
7819         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7820         public new event System.EventHandler TabStopChanged { add { } remove { } }
CreateAccessibilityInstance()7821         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
OnFontChanged(System.EventArgs e)7822         protected override void OnFontChanged(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)7823         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
ProcessMnemonic(char charCode)7824         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)7825         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
ToString()7826         public override string ToString() { throw null; }
WndProc(ref System.Windows.Forms.Message m)7827         protected override void WndProc(ref System.Windows.Forms.Message m) { }
7828     }
7829     public sealed partial class GroupBoxRenderer
7830     {
GroupBoxRenderer()7831         internal GroupBoxRenderer() { }
7832         public static bool RenderMatchingApplicationState { get { throw null; } set { } }
DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Drawing.Color textColor, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.GroupBoxState state)7833         public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Drawing.Color textColor, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Drawing.Color textColor, System.Windows.Forms.VisualStyles.GroupBoxState state)7834         public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Drawing.Color textColor, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.GroupBoxState state)7835         public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.GroupBoxState state)7836         public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.GroupBoxState state)7837         public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl)7838         public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.GroupBoxState state)7839         public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.GroupBoxState state) { throw null; }
7840     }
7841     public partial class HandledMouseEventArgs : System.Windows.Forms.MouseEventArgs
7842     {
HandledMouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta)7843         public HandledMouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
HandledMouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta, bool defaultHandledValue)7844         public HandledMouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta, bool defaultHandledValue) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
7845         public bool Handled { get { throw null; } set { } }
7846     }
7847     public partial class Help
7848     {
Help()7849         internal Help() { }
ShowHelp(System.Windows.Forms.Control parent, string url)7850         public static void ShowHelp(System.Windows.Forms.Control parent, string url) { }
ShowHelp(System.Windows.Forms.Control parent, string url, string keyword)7851         public static void ShowHelp(System.Windows.Forms.Control parent, string url, string keyword) { }
ShowHelp(System.Windows.Forms.Control parent, string url, System.Windows.Forms.HelpNavigator navigator)7852         public static void ShowHelp(System.Windows.Forms.Control parent, string url, System.Windows.Forms.HelpNavigator navigator) { }
7853         [System.MonoTODOAttribute("Stub, does nothing")]
ShowHelp(System.Windows.Forms.Control parent, string url, System.Windows.Forms.HelpNavigator command, object parameter)7854         public static void ShowHelp(System.Windows.Forms.Control parent, string url, System.Windows.Forms.HelpNavigator command, object parameter) { }
ShowHelpIndex(System.Windows.Forms.Control parent, string url)7855         public static void ShowHelpIndex(System.Windows.Forms.Control parent, string url) { }
7856         [System.MonoTODOAttribute("Stub, does nothing")]
ShowPopup(System.Windows.Forms.Control parent, string caption, System.Drawing.Point location)7857         public static void ShowPopup(System.Windows.Forms.Control parent, string caption, System.Drawing.Point location) { }
7858     }
7859     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7860     public partial class HelpEventArgs : System.EventArgs
7861     {
HelpEventArgs(System.Drawing.Point mousePos)7862         public HelpEventArgs(System.Drawing.Point mousePos) { }
7863         public bool Handled { get { throw null; } set { } }
7864         public System.Drawing.Point MousePos { get { throw null; } }
7865     }
HelpEventHandler(object sender, System.Windows.Forms.HelpEventArgs hlpevent)7866     public delegate void HelpEventHandler(object sender, System.Windows.Forms.HelpEventArgs hlpevent);
7867     public enum HelpNavigator
7868     {
7869         AssociateIndex = -2147483643,
7870         Find = -2147483644,
7871         Index = -2147483645,
7872         KeywordIndex = -2147483642,
7873         TableOfContents = -2147483646,
7874         Topic = -2147483647,
7875         TopicId = -2147483641,
7876     }
7877     [System.ComponentModel.ProvidePropertyAttribute("HelpKeyword", "System.Windows.Forms.Control, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
7878     [System.ComponentModel.ProvidePropertyAttribute("HelpNavigator", "System.Windows.Forms.Control, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
7879     [System.ComponentModel.ProvidePropertyAttribute("HelpString", "System.Windows.Forms.Control, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
7880     [System.ComponentModel.ProvidePropertyAttribute("ShowHelp", "System.Windows.Forms.Control, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
7881     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
7882     public partial class HelpProvider : System.ComponentModel.Component, System.ComponentModel.IExtenderProvider
7883     {
HelpProvider()7884         public HelpProvider() { }
7885         [System.ComponentModel.DefaultValueAttribute(null)]
7886         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.HelpNamespaceEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7887         [System.ComponentModel.LocalizableAttribute(true)]
7888         public virtual string HelpNamespace { get { throw null; } set { } }
7889         [System.ComponentModel.BindableAttribute(true)]
7890         [System.ComponentModel.DefaultValueAttribute(null)]
7891         [System.ComponentModel.LocalizableAttribute(false)]
7892         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
7893         public object Tag { get { throw null; } set { } }
CanExtend(object target)7894         public virtual bool CanExtend(object target) { throw null; }
7895         [System.ComponentModel.DefaultValueAttribute(null)]
7896         [System.ComponentModel.LocalizableAttribute(true)]
GetHelpKeyword(System.Windows.Forms.Control ctl)7897         public virtual string GetHelpKeyword(System.Windows.Forms.Control ctl) { throw null; }
7898         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HelpNavigator)(-2147483643))]
7899         [System.ComponentModel.LocalizableAttribute(true)]
GetHelpNavigator(System.Windows.Forms.Control ctl)7900         public virtual System.Windows.Forms.HelpNavigator GetHelpNavigator(System.Windows.Forms.Control ctl) { throw null; }
7901         [System.ComponentModel.DefaultValueAttribute(null)]
7902         [System.ComponentModel.LocalizableAttribute(true)]
GetHelpString(System.Windows.Forms.Control ctl)7903         public virtual string GetHelpString(System.Windows.Forms.Control ctl) { throw null; }
7904         [System.ComponentModel.LocalizableAttribute(true)]
GetShowHelp(System.Windows.Forms.Control ctl)7905         public virtual bool GetShowHelp(System.Windows.Forms.Control ctl) { throw null; }
ResetShowHelp(System.Windows.Forms.Control ctl)7906         public virtual void ResetShowHelp(System.Windows.Forms.Control ctl) { }
SetHelpKeyword(System.Windows.Forms.Control ctl, string keyword)7907         public virtual void SetHelpKeyword(System.Windows.Forms.Control ctl, string keyword) { }
SetHelpNavigator(System.Windows.Forms.Control ctl, System.Windows.Forms.HelpNavigator navigator)7908         public virtual void SetHelpNavigator(System.Windows.Forms.Control ctl, System.Windows.Forms.HelpNavigator navigator) { }
SetHelpString(System.Windows.Forms.Control ctl, string helpString)7909         public virtual void SetHelpString(System.Windows.Forms.Control ctl, string helpString) { }
SetShowHelp(System.Windows.Forms.Control ctl, bool value)7910         public virtual void SetShowHelp(System.Windows.Forms.Control ctl, bool value) { }
ToString()7911         public override string ToString() { throw null; }
7912     }
7913     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7914     public enum HorizontalAlignment
7915     {
7916         Center = 2,
7917         Left = 0,
7918         Right = 1,
7919     }
7920     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
7921     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7922     public partial class HScrollBar : System.Windows.Forms.ScrollBar
7923     {
HScrollBar()7924         public HScrollBar() { }
7925         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
7926         protected override System.Drawing.Size DefaultSize { get { throw null; } }
7927     }
7928     public partial class HScrollProperties : System.Windows.Forms.ScrollProperties
7929     {
HScrollProperties(System.Windows.Forms.ScrollableControl container)7930         public HScrollProperties(System.Windows.Forms.ScrollableControl container) : base (default(System.Windows.Forms.ScrollableControl)) { }
7931     }
7932     public sealed partial class HtmlDocument
7933     {
HtmlDocument()7934         internal HtmlDocument() { }
7935         public System.Windows.Forms.HtmlElement ActiveElement { get { throw null; } }
7936         public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
7937         public System.Windows.Forms.HtmlElementCollection All { get { throw null; } }
7938         public System.Drawing.Color BackColor { get { throw null; } set { } }
7939         public System.Windows.Forms.HtmlElement Body { get { throw null; } }
7940         public string Cookie { get { throw null; } set { } }
7941         public string DefaultEncoding { get { throw null; } }
7942         public string Domain { get { throw null; } set { } }
7943         public object DomDocument { get { throw null; } }
7944         public string Encoding { get { throw null; } set { } }
7945         public bool Focused { get { throw null; } }
7946         public System.Drawing.Color ForeColor { get { throw null; } set { } }
7947         public System.Windows.Forms.HtmlElementCollection Forms { get { throw null; } }
7948         public System.Windows.Forms.HtmlElementCollection Images { get { throw null; } }
7949         public System.Drawing.Color LinkColor { get { throw null; } set { } }
7950         public System.Windows.Forms.HtmlElementCollection Links { get { throw null; } }
7951         public bool RightToLeft { get { throw null; } set { } }
7952         public string Title { get { throw null; } set { } }
7953         public System.Uri Url { get { throw null; } }
7954         public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
7955         public System.Windows.Forms.HtmlWindow Window { get { throw null; } }
7956         public event System.Windows.Forms.HtmlElementEventHandler Click { add { } remove { } }
7957         public event System.Windows.Forms.HtmlElementEventHandler ContextMenuShowing { add { } remove { } }
7958         public event System.Windows.Forms.HtmlElementEventHandler Focusing { add { } remove { } }
7959         public event System.Windows.Forms.HtmlElementEventHandler LosingFocus { add { } remove { } }
7960         public event System.Windows.Forms.HtmlElementEventHandler MouseDown { add { } remove { } }
7961         public event System.Windows.Forms.HtmlElementEventHandler MouseLeave { add { } remove { } }
7962         public event System.Windows.Forms.HtmlElementEventHandler MouseMove { add { } remove { } }
7963         public event System.Windows.Forms.HtmlElementEventHandler MouseOver { add { } remove { } }
7964         public event System.Windows.Forms.HtmlElementEventHandler MouseUp { add { } remove { } }
7965         public event System.Windows.Forms.HtmlElementEventHandler Stop { add { } remove { } }
AttachEventHandler(string eventName, System.EventHandler eventHandler)7966         public void AttachEventHandler(string eventName, System.EventHandler eventHandler) { }
CreateElement(string elementTag)7967         public System.Windows.Forms.HtmlElement CreateElement(string elementTag) { throw null; }
DetachEventHandler(string eventName, System.EventHandler eventHandler)7968         public void DetachEventHandler(string eventName, System.EventHandler eventHandler) { }
Equals(object obj)7969         public override bool Equals(object obj) { throw null; }
ExecCommand(string command, bool showUI, object value)7970         public void ExecCommand(string command, bool showUI, object value) { }
7971         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
Focus()7972         public void Focus() { }
GetElementById(string id)7973         public System.Windows.Forms.HtmlElement GetElementById(string id) { throw null; }
GetElementFromPoint(System.Drawing.Point point)7974         public System.Windows.Forms.HtmlElement GetElementFromPoint(System.Drawing.Point point) { throw null; }
GetElementsByTagName(string tagName)7975         public System.Windows.Forms.HtmlElementCollection GetElementsByTagName(string tagName) { throw null; }
GetHashCode()7976         public override int GetHashCode() { throw null; }
InvokeScript(string scriptName)7977         public object InvokeScript(string scriptName) { throw null; }
InvokeScript(string scriptName, object[] args)7978         public object InvokeScript(string scriptName, object[] args) { throw null; }
OpenNew(bool replaceInHistory)7979         public System.Windows.Forms.HtmlDocument OpenNew(bool replaceInHistory) { throw null; }
operator ==(System.Windows.Forms.HtmlDocument left, System.Windows.Forms.HtmlDocument right)7980         public static bool operator ==(System.Windows.Forms.HtmlDocument left, System.Windows.Forms.HtmlDocument right) { throw null; }
operator !=(System.Windows.Forms.HtmlDocument left, System.Windows.Forms.HtmlDocument right)7981         public static bool operator !=(System.Windows.Forms.HtmlDocument left, System.Windows.Forms.HtmlDocument right) { throw null; }
Write(string text)7982         public void Write(string text) { }
7983     }
7984     public sealed partial class HtmlElement
7985     {
HtmlElement()7986         internal HtmlElement() { }
7987         public System.Windows.Forms.HtmlElementCollection All { get { throw null; } }
7988         public bool CanHaveChildren { get { throw null; } }
7989         public System.Windows.Forms.HtmlElementCollection Children { get { throw null; } }
7990         public System.Drawing.Rectangle ClientRectangle { get { throw null; } }
7991         public System.Windows.Forms.HtmlDocument Document { get { throw null; } }
7992         public object DomElement { get { throw null; } }
7993         public bool Enabled { get { throw null; } set { } }
7994         public System.Windows.Forms.HtmlElement FirstChild { get { throw null; } }
7995         public string Id { get { throw null; } set { } }
7996         public string InnerHtml { get { throw null; } set { } }
7997         public string InnerText { get { throw null; } set { } }
7998         public string Name { get { throw null; } set { } }
7999         public System.Windows.Forms.HtmlElement NextSibling { get { throw null; } }
8000         public System.Windows.Forms.HtmlElement OffsetParent { get { throw null; } }
8001         public System.Drawing.Rectangle OffsetRectangle { get { throw null; } }
8002         public string OuterHtml { get { throw null; } set { } }
8003         public string OuterText { get { throw null; } set { } }
8004         public System.Windows.Forms.HtmlElement Parent { get { throw null; } }
8005         public int ScrollLeft { get { throw null; } set { } }
8006         public System.Drawing.Rectangle ScrollRectangle { get { throw null; } }
8007         public int ScrollTop { get { throw null; } set { } }
8008         public string Style { get { throw null; } set { } }
8009         public short TabIndex { get { throw null; } set { } }
8010         public string TagName { get { throw null; } }
8011         public event System.Windows.Forms.HtmlElementEventHandler Click { add { } remove { } }
8012         public event System.Windows.Forms.HtmlElementEventHandler DoubleClick { add { } remove { } }
8013         public event System.Windows.Forms.HtmlElementEventHandler Drag { add { } remove { } }
8014         public event System.Windows.Forms.HtmlElementEventHandler DragEnd { add { } remove { } }
8015         public event System.Windows.Forms.HtmlElementEventHandler DragLeave { add { } remove { } }
8016         public event System.Windows.Forms.HtmlElementEventHandler DragOver { add { } remove { } }
8017         public event System.Windows.Forms.HtmlElementEventHandler Focusing { add { } remove { } }
8018         public event System.Windows.Forms.HtmlElementEventHandler GotFocus { add { } remove { } }
8019         public event System.Windows.Forms.HtmlElementEventHandler KeyDown { add { } remove { } }
8020         public event System.Windows.Forms.HtmlElementEventHandler KeyPress { add { } remove { } }
8021         public event System.Windows.Forms.HtmlElementEventHandler KeyUp { add { } remove { } }
8022         public event System.Windows.Forms.HtmlElementEventHandler LosingFocus { add { } remove { } }
8023         public event System.Windows.Forms.HtmlElementEventHandler LostFocus { add { } remove { } }
8024         public event System.Windows.Forms.HtmlElementEventHandler MouseDown { add { } remove { } }
8025         public event System.Windows.Forms.HtmlElementEventHandler MouseEnter { add { } remove { } }
8026         public event System.Windows.Forms.HtmlElementEventHandler MouseLeave { add { } remove { } }
8027         public event System.Windows.Forms.HtmlElementEventHandler MouseMove { add { } remove { } }
8028         public event System.Windows.Forms.HtmlElementEventHandler MouseOver { add { } remove { } }
8029         public event System.Windows.Forms.HtmlElementEventHandler MouseUp { add { } remove { } }
AppendChild(System.Windows.Forms.HtmlElement newElement)8030         public System.Windows.Forms.HtmlElement AppendChild(System.Windows.Forms.HtmlElement newElement) { throw null; }
AttachEventHandler(string eventName, System.EventHandler eventHandler)8031         public void AttachEventHandler(string eventName, System.EventHandler eventHandler) { }
DetachEventHandler(string eventName, System.EventHandler eventHandler)8032         public void DetachEventHandler(string eventName, System.EventHandler eventHandler) { }
Equals(object obj)8033         public override bool Equals(object obj) { throw null; }
Focus()8034         public void Focus() { }
GetAttribute(string attributeName)8035         public string GetAttribute(string attributeName) { throw null; }
GetElementsByTagName(string tagName)8036         public System.Windows.Forms.HtmlElementCollection GetElementsByTagName(string tagName) { throw null; }
GetHashCode()8037         public override int GetHashCode() { throw null; }
InsertAdjacentElement(System.Windows.Forms.HtmlElementInsertionOrientation orient, System.Windows.Forms.HtmlElement newElement)8038         public System.Windows.Forms.HtmlElement InsertAdjacentElement(System.Windows.Forms.HtmlElementInsertionOrientation orient, System.Windows.Forms.HtmlElement newElement) { throw null; }
InvokeMember(string methodName)8039         public object InvokeMember(string methodName) { throw null; }
InvokeMember(string methodName, params object[] parameter)8040         public object InvokeMember(string methodName, params object[] parameter) { throw null; }
operator ==(System.Windows.Forms.HtmlElement left, System.Windows.Forms.HtmlElement right)8041         public static bool operator ==(System.Windows.Forms.HtmlElement left, System.Windows.Forms.HtmlElement right) { throw null; }
operator !=(System.Windows.Forms.HtmlElement left, System.Windows.Forms.HtmlElement right)8042         public static bool operator !=(System.Windows.Forms.HtmlElement left, System.Windows.Forms.HtmlElement right) { throw null; }
RaiseEvent(string eventName)8043         public void RaiseEvent(string eventName) { }
RemoveFocus()8044         public void RemoveFocus() { }
ScrollIntoView(bool alignWithTop)8045         public void ScrollIntoView(bool alignWithTop) { }
SetAttribute(string attributeName, string value)8046         public void SetAttribute(string attributeName, string value) { }
8047     }
8048     public sealed partial class HtmlElementCollection : System.Collections.ICollection, System.Collections.IEnumerable
8049     {
HtmlElementCollection()8050         internal HtmlElementCollection() { }
8051         public int Count { get { throw null; } }
8052         public System.Windows.Forms.HtmlElement this[int index] { get { throw null; } }
8053         public System.Windows.Forms.HtmlElement this[string elementId] { get { throw null; } }
8054         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
8055         object System.Collections.ICollection.SyncRoot { get { throw null; } }
GetElementsByName(string name)8056         public System.Windows.Forms.HtmlElementCollection GetElementsByName(string name) { throw null; }
GetEnumerator()8057         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array dest, int index)8058         void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
8059     }
8060     public sealed partial class HtmlElementErrorEventArgs : System.EventArgs
8061     {
HtmlElementErrorEventArgs()8062         internal HtmlElementErrorEventArgs() { }
8063         public string Description { get { throw null; } }
8064         public bool Handled { get { throw null; } set { } }
8065         public int LineNumber { get { throw null; } }
8066         public System.Uri Url { get { throw null; } }
8067     }
HtmlElementErrorEventHandler(object sender, System.Windows.Forms.HtmlElementErrorEventArgs e)8068     public delegate void HtmlElementErrorEventHandler(object sender, System.Windows.Forms.HtmlElementErrorEventArgs e);
8069     public sealed partial class HtmlElementEventArgs : System.EventArgs
8070     {
HtmlElementEventArgs()8071         internal HtmlElementEventArgs() { }
8072         public bool AltKeyPressed { get { throw null; } }
8073         public bool BubbleEvent { get { throw null; } set { } }
8074         public System.Drawing.Point ClientMousePosition { get { throw null; } }
8075         public bool CtrlKeyPressed { get { throw null; } }
8076         public string EventType { get { throw null; } }
8077         [System.ComponentModel.BrowsableAttribute(false)]
8078         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8079         public System.Windows.Forms.HtmlElement FromElement { get { throw null; } }
8080         public int KeyPressedCode { get { throw null; } }
8081         public System.Windows.Forms.MouseButtons MouseButtonsPressed { get { throw null; } }
8082         public System.Drawing.Point MousePosition { get { throw null; } }
8083         public System.Drawing.Point OffsetMousePosition { get { throw null; } }
8084         public bool ReturnValue { get { throw null; } set { } }
8085         public bool ShiftKeyPressed { get { throw null; } }
8086         [System.ComponentModel.BrowsableAttribute(false)]
8087         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8088         public System.Windows.Forms.HtmlElement ToElement { get { throw null; } }
8089     }
HtmlElementEventHandler(object sender, System.Windows.Forms.HtmlElementEventArgs e)8090     public delegate void HtmlElementEventHandler(object sender, System.Windows.Forms.HtmlElementEventArgs e);
8091     public enum HtmlElementInsertionOrientation
8092     {
8093         AfterBegin = 1,
8094         AfterEnd = 3,
8095         BeforeBegin = 0,
8096         BeforeEnd = 2,
8097     }
8098     public sealed partial class HtmlHistory : System.IDisposable
8099     {
HtmlHistory()8100         internal HtmlHistory() { }
8101         [System.MonoTODOAttribute("Not supported, will throw NotSupportedException")]
8102         public object DomHistory { get { throw null; } }
8103         public int Length { get { throw null; } }
Back(int numberBack)8104         public void Back(int numberBack) { }
Dispose()8105         public void Dispose() { }
Forward(int numberForward)8106         public void Forward(int numberForward) { }
Go(int relativePosition)8107         public void Go(int relativePosition) { }
Go(string urlString)8108         public void Go(string urlString) { }
Go(System.Uri url)8109         public void Go(System.Uri url) { }
8110     }
8111     public sealed partial class HtmlWindow
8112     {
HtmlWindow()8113         internal HtmlWindow() { }
8114         public System.Windows.Forms.HtmlDocument Document { get { throw null; } }
8115         public object DomWindow { get { throw null; } }
8116         public System.Windows.Forms.HtmlWindowCollection Frames { get { throw null; } }
8117         public System.Windows.Forms.HtmlHistory History { get { throw null; } }
8118         [System.MonoTODOAttribute("Windows are always open")]
8119         public bool IsClosed { get { throw null; } }
8120         public string Name { get { throw null; } set { } }
8121         [System.MonoTODOAttribute("Separate windows are not supported yet")]
8122         public System.Windows.Forms.HtmlWindow Opener { get { throw null; } }
8123         public System.Windows.Forms.HtmlWindow Parent { get { throw null; } }
8124         public System.Drawing.Point Position { get { throw null; } }
8125         public System.Drawing.Size Size { get { throw null; } set { } }
8126         public string StatusBarText { get { throw null; } set { } }
8127         public System.Uri Url { get { throw null; } }
8128         public System.Windows.Forms.HtmlElement WindowFrameElement { get { throw null; } }
8129         public event System.Windows.Forms.HtmlElementErrorEventHandler Error { add { } remove { } }
8130         public event System.Windows.Forms.HtmlElementEventHandler GotFocus { add { } remove { } }
8131         public event System.Windows.Forms.HtmlElementEventHandler Load { add { } remove { } }
8132         public event System.Windows.Forms.HtmlElementEventHandler LostFocus { add { } remove { } }
8133         public event System.Windows.Forms.HtmlElementEventHandler Resize { add { } remove { } }
8134         public event System.Windows.Forms.HtmlElementEventHandler Scroll { add { } remove { } }
8135         public event System.Windows.Forms.HtmlElementEventHandler Unload { add { } remove { } }
Alert(string message)8136         public void Alert(string message) { }
AttachEventHandler(string eventName, System.EventHandler eventHandler)8137         public void AttachEventHandler(string eventName, System.EventHandler eventHandler) { }
Close()8138         public void Close() { }
Confirm(string message)8139         public bool Confirm(string message) { throw null; }
DetachEventHandler(string eventName, System.EventHandler eventHandler)8140         public void DetachEventHandler(string eventName, System.EventHandler eventHandler) { }
Equals(object obj)8141         public override bool Equals(object obj) { throw null; }
Focus()8142         public void Focus() { }
GetHashCode()8143         public override int GetHashCode() { throw null; }
MoveTo(System.Drawing.Point point)8144         public void MoveTo(System.Drawing.Point point) { }
MoveTo(int x, int y)8145         public void MoveTo(int x, int y) { }
Navigate(string urlString)8146         public void Navigate(string urlString) { }
Navigate(System.Uri url)8147         public void Navigate(System.Uri url) { }
8148         [System.MonoTODOAttribute("Blank opens in current window at the moment. Missing media and search implementations. No options implemented")]
Open(string urlString, string target, string windowOptions, bool replaceEntry)8149         public System.Windows.Forms.HtmlWindow Open(string urlString, string target, string windowOptions, bool replaceEntry) { throw null; }
8150         [System.MonoTODOAttribute("Blank opens in current window at the moment. Missing media and search implementations. No options implemented")]
Open(System.Uri url, string target, string windowOptions, bool replaceEntry)8151         public System.Windows.Forms.HtmlWindow Open(System.Uri url, string target, string windowOptions, bool replaceEntry) { throw null; }
8152         [System.MonoTODOAttribute("Opens in current window at the moment.")]
OpenNew(string urlString, string windowOptions)8153         public System.Windows.Forms.HtmlWindow OpenNew(string urlString, string windowOptions) { throw null; }
8154         [System.MonoTODOAttribute("Opens in current window at the moment.")]
OpenNew(System.Uri url, string windowOptions)8155         public System.Windows.Forms.HtmlWindow OpenNew(System.Uri url, string windowOptions) { throw null; }
operator ==(System.Windows.Forms.HtmlWindow left, System.Windows.Forms.HtmlWindow right)8156         public static bool operator ==(System.Windows.Forms.HtmlWindow left, System.Windows.Forms.HtmlWindow right) { throw null; }
operator !=(System.Windows.Forms.HtmlWindow left, System.Windows.Forms.HtmlWindow right)8157         public static bool operator !=(System.Windows.Forms.HtmlWindow left, System.Windows.Forms.HtmlWindow right) { throw null; }
Prompt(string message, string defaultInputValue)8158         public string Prompt(string message, string defaultInputValue) { throw null; }
RemoveFocus()8159         public void RemoveFocus() { }
ResizeTo(System.Drawing.Size size)8160         public void ResizeTo(System.Drawing.Size size) { }
ResizeTo(int width, int height)8161         public void ResizeTo(int width, int height) { }
ScrollTo(System.Drawing.Point point)8162         public void ScrollTo(System.Drawing.Point point) { }
ScrollTo(int x, int y)8163         public void ScrollTo(int x, int y) { }
8164     }
8165     public partial class HtmlWindowCollection : System.Collections.ICollection, System.Collections.IEnumerable
8166     {
HtmlWindowCollection()8167         internal HtmlWindowCollection() { }
8168         public int Count { get { throw null; } }
8169         public System.Windows.Forms.HtmlWindow this[int index] { get { throw null; } }
8170         public System.Windows.Forms.HtmlWindow this[string windowId] { get { throw null; } }
8171         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
8172         object System.Collections.ICollection.SyncRoot { get { throw null; } }
GetEnumerator()8173         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array dest, int index)8174         void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
8175     }
8176     public partial interface IBindableComponent : System.ComponentModel.IComponent, System.IDisposable
8177     {
8178         System.Windows.Forms.BindingContext BindingContext { get; set; }
8179         System.Windows.Forms.ControlBindingsCollection DataBindings { get; }
8180     }
8181     public partial interface IButtonControl
8182     {
8183         System.Windows.Forms.DialogResult DialogResult { get; set; }
NotifyDefault(bool value)8184         void NotifyDefault(bool value);
PerformClick()8185         void PerformClick();
8186     }
8187     public partial interface ICommandExecutor
8188     {
Execute()8189         void Execute();
8190     }
8191     public partial interface IComponentEditorPageSite
8192     {
GetControl()8193         System.Windows.Forms.Control GetControl();
SetDirty()8194         void SetDirty();
8195     }
8196     public partial interface IContainerControl
8197     {
8198         System.Windows.Forms.Control ActiveControl { get; set; }
ActivateControl(System.Windows.Forms.Control active)8199         bool ActivateControl(System.Windows.Forms.Control active);
8200     }
8201     public partial interface ICurrencyManagerProvider
8202     {
8203         System.Windows.Forms.CurrencyManager CurrencyManager { get; }
GetRelatedCurrencyManager(string dataMember)8204         System.Windows.Forms.CurrencyManager GetRelatedCurrencyManager(string dataMember);
8205     }
8206     public partial interface IDataGridColumnStyleEditingNotificationService
8207     {
ColumnStartedEditing(System.Windows.Forms.Control editingControl)8208         void ColumnStartedEditing(System.Windows.Forms.Control editingControl);
8209     }
8210     public partial interface IDataGridEditingService
8211     {
BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber)8212         bool BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber);
EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort)8213         bool EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort);
8214     }
8215     public partial interface IDataGridViewEditingCell
8216     {
8217         object EditingCellFormattedValue { get; set; }
8218         bool EditingCellValueChanged { get; set; }
GetEditingCellFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context)8219         object GetEditingCellFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context);
PrepareEditingCellForEdit(bool selectAll)8220         void PrepareEditingCellForEdit(bool selectAll);
8221     }
8222     public partial interface IDataGridViewEditingControl
8223     {
8224         System.Windows.Forms.DataGridView EditingControlDataGridView { get; set; }
8225         object EditingControlFormattedValue { get; set; }
8226         int EditingControlRowIndex { get; set; }
8227         bool EditingControlValueChanged { get; set; }
8228         System.Windows.Forms.Cursor EditingPanelCursor { get; }
8229         bool RepositionEditingControlOnValueChange { get; }
ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)8230         void ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle);
EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey)8231         bool EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey);
GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context)8232         object GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context);
PrepareEditingControlForEdit(bool selectAll)8233         void PrepareEditingControlForEdit(bool selectAll);
8234     }
8235     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8236     public partial interface IDataObject
8237     {
GetData(string format)8238         object GetData(string format);
GetData(string format, bool autoConvert)8239         object GetData(string format, bool autoConvert);
GetData(System.Type format)8240         object GetData(System.Type format);
GetDataPresent(string format)8241         bool GetDataPresent(string format);
GetDataPresent(string format, bool autoConvert)8242         bool GetDataPresent(string format, bool autoConvert);
GetDataPresent(System.Type format)8243         bool GetDataPresent(System.Type format);
GetFormats()8244         string[] GetFormats();
GetFormats(bool autoConvert)8245         string[] GetFormats(bool autoConvert);
SetData(object data)8246         void SetData(object data);
SetData(string format, bool autoConvert, object data)8247         void SetData(string format, bool autoConvert, object data);
SetData(string format, object data)8248         void SetData(string format, object data);
SetData(System.Type format, object data)8249         void SetData(System.Type format, object data);
8250     }
8251     public partial interface IDropTarget
8252     {
OnDragDrop(System.Windows.Forms.DragEventArgs e)8253         void OnDragDrop(System.Windows.Forms.DragEventArgs e);
OnDragEnter(System.Windows.Forms.DragEventArgs e)8254         void OnDragEnter(System.Windows.Forms.DragEventArgs e);
OnDragLeave(System.EventArgs e)8255         void OnDragLeave(System.EventArgs e);
OnDragOver(System.Windows.Forms.DragEventArgs e)8256         void OnDragOver(System.Windows.Forms.DragEventArgs e);
8257     }
8258     public partial interface IFeatureSupport
8259     {
GetVersionPresent(object feature)8260         System.Version GetVersionPresent(object feature);
IsPresent(object feature)8261         bool IsPresent(object feature);
IsPresent(object feature, System.Version minimumVersion)8262         bool IsPresent(object feature, System.Version minimumVersion);
8263     }
8264     public partial interface IFileReaderService
8265     {
OpenFileFromSource(string relativePath)8266         System.IO.Stream OpenFileFromSource(string relativePath);
8267     }
8268     public partial class ImageIndexConverter : System.ComponentModel.Int32Converter
8269     {
ImageIndexConverter()8270         public ImageIndexConverter() { }
8271         protected virtual bool IncludeNoneAsStandardValue { get { throw null; } }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)8272         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)8273         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)8274         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)8275         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)8276         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
8277     }
8278     public partial class ImageKeyConverter : System.ComponentModel.StringConverter
8279     {
ImageKeyConverter()8280         public ImageKeyConverter() { }
8281         protected virtual bool IncludeNoneAsStandardValue { get { throw null; } }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)8282         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)8283         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)8284         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)8285         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)8286         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)8287         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
8288     }
8289     public enum ImageLayout
8290     {
8291         Center = 2,
8292         None = 0,
8293         Stretch = 3,
8294         Tile = 1,
8295         Zoom = 4,
8296     }
8297     [System.ComponentModel.DefaultPropertyAttribute("Images")]
8298     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.ImageListCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
8299     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ImageListDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
8300     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
8301     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.ImageListConverter")]
8302     public sealed partial class ImageList : System.ComponentModel.Component
8303     {
ImageList()8304         public ImageList() { }
ImageList(System.ComponentModel.IContainer container)8305         public ImageList(System.ComponentModel.IContainer container) { }
8306         public System.Windows.Forms.ColorDepth ColorDepth { get { throw null; } set { } }
8307         [System.ComponentModel.BrowsableAttribute(false)]
8308         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8309         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8310         public System.IntPtr Handle { get { throw null; } }
8311         [System.ComponentModel.BrowsableAttribute(false)]
8312         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8313         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8314         public bool HandleCreated { get { throw null; } }
8315         [System.ComponentModel.DefaultValueAttribute(null)]
8316         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8317         [System.ComponentModel.MergablePropertyAttribute(false)]
8318         public System.Windows.Forms.ImageList.ImageCollection Images { get { throw null; } }
8319         [System.ComponentModel.LocalizableAttribute(true)]
8320         public System.Drawing.Size ImageSize { get { throw null; } set { } }
8321         [System.ComponentModel.BrowsableAttribute(false)]
8322         [System.ComponentModel.DefaultValueAttribute(null)]
8323         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8324         public System.Windows.Forms.ImageListStreamer ImageStream { get { throw null; } set { } }
8325         [System.ComponentModel.BindableAttribute(true)]
8326         [System.ComponentModel.DefaultValueAttribute(null)]
8327         [System.ComponentModel.LocalizableAttribute(false)]
8328         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
8329         public object Tag { get { throw null; } set { } }
8330         public System.Drawing.Color TransparentColor { get { throw null; } set { } }
8331         [System.ComponentModel.BrowsableAttribute(false)]
8332         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8333         public event System.EventHandler RecreateHandle { add { } remove { } }
Dispose(bool disposing)8334         protected override void Dispose(bool disposing) { }
Draw(System.Drawing.Graphics g, System.Drawing.Point pt, int index)8335         public void Draw(System.Drawing.Graphics g, System.Drawing.Point pt, int index) { }
Draw(System.Drawing.Graphics g, int x, int y, int index)8336         public void Draw(System.Drawing.Graphics g, int x, int y, int index) { }
Draw(System.Drawing.Graphics g, int x, int y, int width, int height, int index)8337         public void Draw(System.Drawing.Graphics g, int x, int y, int width, int height, int index) { }
ToString()8338         public override string ToString() { throw null; }
8339         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
8340         public sealed partial class ImageCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
8341         {
ImageCollection()8342             internal ImageCollection() { }
8343             [System.ComponentModel.BrowsableAttribute(false)]
8344             public int Count { get { throw null; } }
8345             public bool Empty { get { throw null; } }
8346             public bool IsReadOnly { get { throw null; } }
8347             [System.ComponentModel.BrowsableAttribute(false)]
8348             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8349             public System.Drawing.Image this[int index] { get { throw null; } set { } }
8350             public System.Drawing.Image this[string key] { get { throw null; } }
8351             public System.Collections.Specialized.StringCollection Keys { get { throw null; } }
8352             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
8353             object System.Collections.ICollection.SyncRoot { get { throw null; } }
8354             bool System.Collections.IList.IsFixedSize { get { throw null; } }
8355             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.Drawing.Icon value)8356             public void Add(System.Drawing.Icon value) { }
Add(System.Drawing.Image value)8357             public void Add(System.Drawing.Image value) { }
Add(System.Drawing.Image value, System.Drawing.Color transparentColor)8358             public int Add(System.Drawing.Image value, System.Drawing.Color transparentColor) { throw null; }
Add(string key, System.Drawing.Icon icon)8359             public void Add(string key, System.Drawing.Icon icon) { }
Add(string key, System.Drawing.Image image)8360             public void Add(string key, System.Drawing.Image image) { }
AddRange(System.Drawing.Image[] images)8361             public void AddRange(System.Drawing.Image[] images) { }
AddStrip(System.Drawing.Image value)8362             public int AddStrip(System.Drawing.Image value) { throw null; }
Clear()8363             public void Clear() { }
8364             [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Contains(System.Drawing.Image image)8365             public bool Contains(System.Drawing.Image image) { throw null; }
ContainsKey(string key)8366             public bool ContainsKey(string key) { throw null; }
GetEnumerator()8367             public System.Collections.IEnumerator GetEnumerator() { throw null; }
8368             [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
IndexOf(System.Drawing.Image image)8369             public int IndexOf(System.Drawing.Image image) { throw null; }
IndexOfKey(string key)8370             public int IndexOfKey(string key) { throw null; }
8371             [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Remove(System.Drawing.Image image)8372             public void Remove(System.Drawing.Image image) { }
RemoveAt(int index)8373             public void RemoveAt(int index) { }
RemoveByKey(string key)8374             public void RemoveByKey(string key) { }
SetKeyName(int index, string name)8375             public void SetKeyName(int index, string name) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)8376             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object value)8377             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object image)8378             bool System.Collections.IList.Contains(object image) { throw null; }
System.Collections.IList.IndexOf(object image)8379             int System.Collections.IList.IndexOf(object image) { throw null; }
System.Collections.IList.Insert(int index, object value)8380             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object image)8381             void System.Collections.IList.Remove(object image) { }
8382         }
8383     }
8384     [System.SerializableAttribute]
8385     public sealed partial class ImageListStreamer : System.IDisposable, System.Runtime.Serialization.ISerializable
8386     {
ImageListStreamer()8387         internal ImageListStreamer() { }
Dispose()8388         public void Dispose() { }
GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)8389         public void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
8390     }
8391     public static partial class ImeContext
8392     {
Disable(System.IntPtr handle)8393         public static void Disable(System.IntPtr handle) { }
Enable(System.IntPtr handle)8394         public static void Enable(System.IntPtr handle) { }
GetImeMode(System.IntPtr handle)8395         public static System.Windows.Forms.ImeMode GetImeMode(System.IntPtr handle) { throw null; }
IsOpen(System.IntPtr handle)8396         public static bool IsOpen(System.IntPtr handle) { throw null; }
SetImeStatus(System.Windows.Forms.ImeMode imeMode, System.IntPtr handle)8397         public static void SetImeStatus(System.Windows.Forms.ImeMode imeMode, System.IntPtr handle) { }
SetOpenStatus(bool open, System.IntPtr handle)8398         public static void SetOpenStatus(bool open, System.IntPtr handle) { }
8399     }
8400     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8401     public enum ImeMode
8402     {
8403         Alpha = 8,
8404         AlphaFull = 7,
8405         Close = 11,
8406         Disable = 3,
8407         Hangul = 10,
8408         HangulFull = 9,
8409         Hiragana = 4,
8410         Inherit = -1,
8411         Katakana = 5,
8412         KatakanaHalf = 6,
8413         NoControl = 0,
8414         Off = 2,
8415         On = 1,
8416         OnHalf = 12,
8417     }
8418     public partial struct ImeModeConversion
8419     {
8420         public static System.Collections.Generic.Dictionary<System.Windows.Forms.ImeMode, System.Windows.Forms.ImeModeConversion> ImeModeConversionBits { get { throw null; } }
8421         public static bool IsCurrentConversionTableSupported { get { throw null; } }
8422     }
8423     public partial interface IMessageFilter
8424     {
PreFilterMessage(ref System.Windows.Forms.Message m)8425         bool PreFilterMessage(ref System.Windows.Forms.Message m);
8426     }
8427     public sealed partial class InputLanguage
8428     {
InputLanguage()8429         internal InputLanguage() { }
8430         public System.Globalization.CultureInfo Culture { get { throw null; } }
8431         public static System.Windows.Forms.InputLanguage CurrentInputLanguage { get { throw null; } set { } }
8432         public static System.Windows.Forms.InputLanguage DefaultInputLanguage { get { throw null; } }
8433         public System.IntPtr Handle { get { throw null; } }
8434         public static System.Windows.Forms.InputLanguageCollection InstalledInputLanguages { get { throw null; } }
8435         public string LayoutName { get { throw null; } }
Equals(object value)8436         public override bool Equals(object value) { throw null; }
FromCulture(System.Globalization.CultureInfo culture)8437         public static System.Windows.Forms.InputLanguage FromCulture(System.Globalization.CultureInfo culture) { throw null; }
GetHashCode()8438         public override int GetHashCode() { throw null; }
8439     }
8440     public partial class InputLanguageChangedEventArgs : System.EventArgs
8441     {
InputLanguageChangedEventArgs(System.Globalization.CultureInfo culture, byte charSet)8442         public InputLanguageChangedEventArgs(System.Globalization.CultureInfo culture, byte charSet) { }
InputLanguageChangedEventArgs(System.Windows.Forms.InputLanguage inputLanguage, byte charSet)8443         public InputLanguageChangedEventArgs(System.Windows.Forms.InputLanguage inputLanguage, byte charSet) { }
8444         public byte CharSet { get { throw null; } }
8445         public System.Globalization.CultureInfo Culture { get { throw null; } }
8446         public System.Windows.Forms.InputLanguage InputLanguage { get { throw null; } }
8447     }
InputLanguageChangedEventHandler(object sender, System.Windows.Forms.InputLanguageChangedEventArgs e)8448     public delegate void InputLanguageChangedEventHandler(object sender, System.Windows.Forms.InputLanguageChangedEventArgs e);
8449     public partial class InputLanguageChangingEventArgs : System.ComponentModel.CancelEventArgs
8450     {
InputLanguageChangingEventArgs(System.Globalization.CultureInfo culture, bool sysCharSet)8451         public InputLanguageChangingEventArgs(System.Globalization.CultureInfo culture, bool sysCharSet) { }
InputLanguageChangingEventArgs(System.Windows.Forms.InputLanguage inputLanguage, bool sysCharSet)8452         public InputLanguageChangingEventArgs(System.Windows.Forms.InputLanguage inputLanguage, bool sysCharSet) { }
8453         public System.Globalization.CultureInfo Culture { get { throw null; } }
8454         public System.Windows.Forms.InputLanguage InputLanguage { get { throw null; } }
8455         public bool SysCharSet { get { throw null; } }
8456     }
InputLanguageChangingEventHandler(object sender, System.Windows.Forms.InputLanguageChangingEventArgs e)8457     public delegate void InputLanguageChangingEventHandler(object sender, System.Windows.Forms.InputLanguageChangingEventArgs e);
8458     public partial class InputLanguageCollection : System.Collections.ReadOnlyCollectionBase
8459     {
InputLanguageCollection()8460         internal InputLanguageCollection() { }
8461         public System.Windows.Forms.InputLanguage this[int index] { get { throw null; } }
Contains(System.Windows.Forms.InputLanguage value)8462         public bool Contains(System.Windows.Forms.InputLanguage value) { throw null; }
CopyTo(System.Windows.Forms.InputLanguage[] array, int index)8463         public void CopyTo(System.Windows.Forms.InputLanguage[] array, int index) { }
IndexOf(System.Windows.Forms.InputLanguage value)8464         public int IndexOf(System.Windows.Forms.InputLanguage value) { throw null; }
8465     }
8466     public enum InsertKeyMode
8467     {
8468         Default = 0,
8469         Insert = 1,
8470         Overwrite = 2,
8471     }
8472     public partial class InvalidateEventArgs : System.EventArgs
8473     {
InvalidateEventArgs(System.Drawing.Rectangle invalidRect)8474         public InvalidateEventArgs(System.Drawing.Rectangle invalidRect) { }
8475         public System.Drawing.Rectangle InvalidRect { get { throw null; } }
8476     }
InvalidateEventHandler(object sender, System.Windows.Forms.InvalidateEventArgs e)8477     public delegate void InvalidateEventHandler(object sender, System.Windows.Forms.InvalidateEventArgs e);
8478     public enum ItemActivation
8479     {
8480         OneClick = 1,
8481         Standard = 0,
8482         TwoClick = 2,
8483     }
8484     public enum ItemBoundsPortion
8485     {
8486         Entire = 0,
8487         Icon = 1,
8488         ItemOnly = 3,
8489         Label = 2,
8490     }
8491     public partial class ItemChangedEventArgs : System.EventArgs
8492     {
ItemChangedEventArgs()8493         internal ItemChangedEventArgs() { }
8494         public int Index { get { throw null; } }
8495     }
ItemChangedEventHandler(object sender, System.Windows.Forms.ItemChangedEventArgs e)8496     public delegate void ItemChangedEventHandler(object sender, System.Windows.Forms.ItemChangedEventArgs e);
8497     public partial class ItemCheckedEventArgs : System.EventArgs
8498     {
ItemCheckedEventArgs(System.Windows.Forms.ListViewItem item)8499         public ItemCheckedEventArgs(System.Windows.Forms.ListViewItem item) { }
8500         public System.Windows.Forms.ListViewItem Item { get { throw null; } }
8501     }
ItemCheckedEventHandler(object sender, System.Windows.Forms.ItemCheckedEventArgs e)8502     public delegate void ItemCheckedEventHandler(object sender, System.Windows.Forms.ItemCheckedEventArgs e);
8503     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8504     public partial class ItemCheckEventArgs : System.EventArgs
8505     {
ItemCheckEventArgs(int index, System.Windows.Forms.CheckState newCheckValue, System.Windows.Forms.CheckState currentValue)8506         public ItemCheckEventArgs(int index, System.Windows.Forms.CheckState newCheckValue, System.Windows.Forms.CheckState currentValue) { }
8507         public System.Windows.Forms.CheckState CurrentValue { get { throw null; } }
8508         public int Index { get { throw null; } }
8509         public System.Windows.Forms.CheckState NewValue { get { throw null; } set { } }
8510     }
ItemCheckEventHandler(object sender, System.Windows.Forms.ItemCheckEventArgs e)8511     public delegate void ItemCheckEventHandler(object sender, System.Windows.Forms.ItemCheckEventArgs e);
8512     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8513     public partial class ItemDragEventArgs : System.EventArgs
8514     {
ItemDragEventArgs(System.Windows.Forms.MouseButtons button)8515         public ItemDragEventArgs(System.Windows.Forms.MouseButtons button) { }
ItemDragEventArgs(System.Windows.Forms.MouseButtons button, object item)8516         public ItemDragEventArgs(System.Windows.Forms.MouseButtons button, object item) { }
8517         public System.Windows.Forms.MouseButtons Button { get { throw null; } }
8518         public object Item { get { throw null; } }
8519     }
ItemDragEventHandler(object sender, System.Windows.Forms.ItemDragEventArgs e)8520     public delegate void ItemDragEventHandler(object sender, System.Windows.Forms.ItemDragEventArgs e);
8521     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8522     [System.Runtime.InteropServices.GuidAttribute("458AB8A2-A1EA-4d7b-8EBE-DEE5D3D9442C")]
8523     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
8524     public partial interface IWin32Window
8525     {
8526         System.IntPtr Handle { get; }
8527     }
8528     public partial interface IWindowTarget
8529     {
OnHandleChange(System.IntPtr newHandle)8530         void OnHandleChange(System.IntPtr newHandle);
OnMessage(ref System.Windows.Forms.Message m)8531         void OnMessage(ref System.Windows.Forms.Message m);
8532     }
8533     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8534     public partial class KeyEventArgs : System.EventArgs
8535     {
KeyEventArgs(System.Windows.Forms.Keys keyData)8536         public KeyEventArgs(System.Windows.Forms.Keys keyData) { }
8537         public virtual bool Alt { get { throw null; } }
8538         public bool Control { get { throw null; } }
8539         public bool Handled { get { throw null; } set { } }
8540         public System.Windows.Forms.Keys KeyCode { get { throw null; } }
8541         public System.Windows.Forms.Keys KeyData { get { throw null; } }
8542         public int KeyValue { get { throw null; } }
8543         public System.Windows.Forms.Keys Modifiers { get { throw null; } }
8544         public virtual bool Shift { get { throw null; } }
8545         public bool SuppressKeyPress { get { throw null; } set { } }
8546     }
KeyEventHandler(object sender, System.Windows.Forms.KeyEventArgs e)8547     public delegate void KeyEventHandler(object sender, System.Windows.Forms.KeyEventArgs e);
8548     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8549     public partial class KeyPressEventArgs : System.EventArgs
8550     {
KeyPressEventArgs(char keyChar)8551         public KeyPressEventArgs(char keyChar) { }
8552         public bool Handled { get { throw null; } set { } }
8553         public char KeyChar { get { throw null; } set { } }
8554     }
KeyPressEventHandler(object sender, System.Windows.Forms.KeyPressEventArgs e)8555     public delegate void KeyPressEventHandler(object sender, System.Windows.Forms.KeyPressEventArgs e);
8556     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ShortcutKeysEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
8557     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.KeysConverter))]
8558     [System.FlagsAttribute]
8559     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8560     public enum Keys
8561     {
8562         A = 65,
8563         Add = 107,
8564         Alt = 262144,
8565         Apps = 93,
8566         Attn = 246,
8567         B = 66,
8568         Back = 8,
8569         BrowserBack = 166,
8570         BrowserFavorites = 171,
8571         BrowserForward = 167,
8572         BrowserHome = 172,
8573         BrowserRefresh = 168,
8574         BrowserSearch = 170,
8575         BrowserStop = 169,
8576         C = 67,
8577         Cancel = 3,
8578         Capital = 20,
8579         CapsLock = 20,
8580         Clear = 12,
8581         Control = 131072,
8582         ControlKey = 17,
8583         Crsel = 247,
8584         D = 68,
8585         D0 = 48,
8586         D1 = 49,
8587         D2 = 50,
8588         D3 = 51,
8589         D4 = 52,
8590         D5 = 53,
8591         D6 = 54,
8592         D7 = 55,
8593         D8 = 56,
8594         D9 = 57,
8595         Decimal = 110,
8596         Delete = 46,
8597         Divide = 111,
8598         Down = 40,
8599         E = 69,
8600         End = 35,
8601         Enter = 13,
8602         EraseEof = 249,
8603         Escape = 27,
8604         Execute = 43,
8605         Exsel = 248,
8606         F = 70,
8607         F1 = 112,
8608         F10 = 121,
8609         F11 = 122,
8610         F12 = 123,
8611         F13 = 124,
8612         F14 = 125,
8613         F15 = 126,
8614         F16 = 127,
8615         F17 = 128,
8616         F18 = 129,
8617         F19 = 130,
8618         F2 = 113,
8619         F20 = 131,
8620         F21 = 132,
8621         F22 = 133,
8622         F23 = 134,
8623         F24 = 135,
8624         F3 = 114,
8625         F4 = 115,
8626         F5 = 116,
8627         F6 = 117,
8628         F7 = 118,
8629         F8 = 119,
8630         F9 = 120,
8631         FinalMode = 24,
8632         G = 71,
8633         H = 72,
8634         HanguelMode = 21,
8635         HangulMode = 21,
8636         HanjaMode = 25,
8637         Help = 47,
8638         Home = 36,
8639         I = 73,
8640         IMEAccept = 30,
8641         IMEAceept = 30,
8642         IMEConvert = 28,
8643         IMEModeChange = 31,
8644         IMENonconvert = 29,
8645         Insert = 45,
8646         J = 74,
8647         JunjaMode = 23,
8648         K = 75,
8649         KanaMode = 21,
8650         KanjiMode = 25,
8651         KeyCode = 65535,
8652         L = 76,
8653         LaunchApplication1 = 182,
8654         LaunchApplication2 = 183,
8655         LaunchMail = 180,
8656         LButton = 1,
8657         LControlKey = 162,
8658         Left = 37,
8659         LineFeed = 10,
8660         LMenu = 164,
8661         LShiftKey = 160,
8662         LWin = 91,
8663         M = 77,
8664         MButton = 4,
8665         MediaNextTrack = 176,
8666         MediaPlayPause = 179,
8667         MediaPreviousTrack = 177,
8668         MediaStop = 178,
8669         Menu = 18,
8670         Modifiers = -65536,
8671         Multiply = 106,
8672         N = 78,
8673         Next = 34,
8674         NoName = 252,
8675         None = 0,
8676         NumLock = 144,
8677         NumPad0 = 96,
8678         NumPad1 = 97,
8679         NumPad2 = 98,
8680         NumPad3 = 99,
8681         NumPad4 = 100,
8682         NumPad5 = 101,
8683         NumPad6 = 102,
8684         NumPad7 = 103,
8685         NumPad8 = 104,
8686         NumPad9 = 105,
8687         O = 79,
8688         Oem1 = 186,
8689         Oem102 = 226,
8690         Oem2 = 191,
8691         Oem3 = 192,
8692         Oem4 = 219,
8693         Oem5 = 220,
8694         Oem6 = 221,
8695         Oem7 = 222,
8696         Oem8 = 223,
8697         OemBackslash = 226,
8698         OemClear = 254,
8699         OemCloseBrackets = 221,
8700         Oemcomma = 188,
8701         OemMinus = 189,
8702         OemOpenBrackets = 219,
8703         OemPeriod = 190,
8704         OemPipe = 220,
8705         Oemplus = 187,
8706         OemQuestion = 191,
8707         OemQuotes = 222,
8708         OemSemicolon = 186,
8709         Oemtilde = 192,
8710         P = 80,
8711         Pa1 = 253,
8712         Packet = 231,
8713         PageDown = 34,
8714         PageUp = 33,
8715         Pause = 19,
8716         Play = 250,
8717         Print = 42,
8718         PrintScreen = 44,
8719         Prior = 33,
8720         ProcessKey = 229,
8721         Q = 81,
8722         R = 82,
8723         RButton = 2,
8724         RControlKey = 163,
8725         Return = 13,
8726         Right = 39,
8727         RMenu = 165,
8728         RShiftKey = 161,
8729         RWin = 92,
8730         S = 83,
8731         Scroll = 145,
8732         Select = 41,
8733         SelectMedia = 181,
8734         Separator = 108,
8735         Shift = 65536,
8736         ShiftKey = 16,
8737         Sleep = 95,
8738         Snapshot = 44,
8739         Space = 32,
8740         Subtract = 109,
8741         T = 84,
8742         Tab = 9,
8743         U = 85,
8744         Up = 38,
8745         V = 86,
8746         VolumeDown = 174,
8747         VolumeMute = 173,
8748         VolumeUp = 175,
8749         W = 87,
8750         X = 88,
8751         XButton1 = 5,
8752         XButton2 = 6,
8753         Y = 89,
8754         Z = 90,
8755         Zoom = 251,
8756     }
8757     public partial class KeysConverter : System.ComponentModel.TypeConverter, System.Collections.IComparer
8758     {
KeysConverter()8759         public KeysConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)8760         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)8761         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
Compare(object a, object b)8762         public int Compare(object a, object b) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)8763         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)8764         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)8765         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)8766         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)8767         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
8768     }
8769     [System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
8770     [System.ComponentModel.DefaultPropertyAttribute("Text")]
8771     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.LabelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
8772     [System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
8773     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
8774     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8775     public partial class Label : System.Windows.Forms.Control
8776     {
Label()8777         public Label() { }
8778         [System.ComponentModel.BrowsableAttribute(true)]
8779         [System.ComponentModel.DefaultValueAttribute(false)]
8780         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
8781         public bool AutoEllipsis { get { throw null; } set { } }
8782         [System.ComponentModel.BrowsableAttribute(true)]
8783         [System.ComponentModel.DefaultValueAttribute(false)]
8784         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
8785         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
8786         [System.ComponentModel.LocalizableAttribute(true)]
8787         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
8788         public override bool AutoSize { get { throw null; } set { } }
8789         [System.ComponentModel.BrowsableAttribute(false)]
8790         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8791         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8792         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
8793         [System.ComponentModel.BrowsableAttribute(false)]
8794         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8795         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
8796         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(0))]
8797         [System.Runtime.InteropServices.DispIdAttribute(-504)]
8798         public virtual System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
8799         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
8800         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
8801         protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
8802         protected override System.Drawing.Size DefaultSize { get { throw null; } }
8803         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
8804         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
8805         [System.ComponentModel.LocalizableAttribute(true)]
8806         public System.Drawing.Image Image { get { throw null; } set { } }
8807         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(32))]
8808         [System.ComponentModel.LocalizableAttribute(true)]
8809         public System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
8810         [System.ComponentModel.DefaultValueAttribute(-1)]
8811         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
8812         [System.ComponentModel.LocalizableAttribute(true)]
8813         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
8814         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
8815         public int ImageIndex { get { throw null; } set { } }
8816         [System.ComponentModel.DefaultValueAttribute("")]
8817         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
8818         [System.ComponentModel.LocalizableAttribute(true)]
8819         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
8820         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
8821         public string ImageKey { get { throw null; } set { } }
8822         [System.ComponentModel.DefaultValueAttribute(null)]
8823         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
8824         public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
8825         [System.ComponentModel.BrowsableAttribute(false)]
8826         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8827         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
8828         [System.ComponentModel.BrowsableAttribute(false)]
8829         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8830         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8831         public virtual int PreferredHeight { get { throw null; } }
8832         [System.ComponentModel.BrowsableAttribute(false)]
8833         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8834         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8835         public virtual int PreferredWidth { get { throw null; } }
8836         [System.ObsoleteAttribute("This property has been deprecated.  Use BackColor instead.")]
8837         protected virtual bool RenderTransparent { get { throw null; } set { } }
8838         [System.ComponentModel.BrowsableAttribute(false)]
8839         [System.ComponentModel.DefaultValueAttribute(false)]
8840         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8841         public new bool TabStop { get { throw null; } set { } }
8842         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
8843         [System.ComponentModel.SettingsBindableAttribute(true)]
8844         public override string Text { get { throw null; } set { } }
8845         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(1))]
8846         [System.ComponentModel.LocalizableAttribute(true)]
8847         public virtual System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
8848         [System.ComponentModel.DefaultValueAttribute(false)]
8849         public bool UseCompatibleTextRendering { get { throw null; } set { } }
8850         [System.ComponentModel.DefaultValueAttribute(true)]
8851         public bool UseMnemonic { get { throw null; } set { } }
8852         [System.ComponentModel.BrowsableAttribute(true)]
8853         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
8854         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
8855         [System.ComponentModel.BrowsableAttribute(false)]
8856         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8857         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
8858         [System.ComponentModel.BrowsableAttribute(false)]
8859         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8860         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
8861         [System.ComponentModel.BrowsableAttribute(false)]
8862         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8863         public new event System.EventHandler ImeModeChanged { add { } remove { } }
8864         [System.ComponentModel.BrowsableAttribute(false)]
8865         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8866         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
8867         [System.ComponentModel.BrowsableAttribute(false)]
8868         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8869         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
8870         [System.ComponentModel.BrowsableAttribute(false)]
8871         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8872         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
8873         [System.ComponentModel.BrowsableAttribute(false)]
8874         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8875         public new event System.EventHandler TabStopChanged { add { } remove { } }
8876         public event System.EventHandler TextAlignChanged { add { } remove { } }
CalcImageRenderBounds(System.Drawing.Image image, System.Drawing.Rectangle r, System.Drawing.ContentAlignment align)8877         protected System.Drawing.Rectangle CalcImageRenderBounds(System.Drawing.Image image, System.Drawing.Rectangle r, System.Drawing.ContentAlignment align) { throw null; }
CreateAccessibilityInstance()8878         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
Dispose(bool disposing)8879         protected override void Dispose(bool disposing) { }
DrawImage(System.Drawing.Graphics g, System.Drawing.Image image, System.Drawing.Rectangle r, System.Drawing.ContentAlignment align)8880         protected void DrawImage(System.Drawing.Graphics g, System.Drawing.Image image, System.Drawing.Rectangle r, System.Drawing.ContentAlignment align) { }
GetPreferredSize(System.Drawing.Size proposedSize)8881         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size proposedSize) { throw null; }
OnEnabledChanged(System.EventArgs e)8882         protected override void OnEnabledChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)8883         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)8884         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnMouseEnter(System.EventArgs e)8885         protected override void OnMouseEnter(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)8886         protected override void OnMouseLeave(System.EventArgs e) { }
OnPaddingChanged(System.EventArgs e)8887         protected override void OnPaddingChanged(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)8888         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
OnParentChanged(System.EventArgs e)8889         protected override void OnParentChanged(System.EventArgs e) { }
OnRightToLeftChanged(System.EventArgs e)8890         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnTextAlignChanged(System.EventArgs e)8891         protected virtual void OnTextAlignChanged(System.EventArgs e) { }
OnTextChanged(System.EventArgs e)8892         protected override void OnTextChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)8893         protected override void OnVisibleChanged(System.EventArgs e) { }
ProcessMnemonic(char charCode)8894         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)8895         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
ToString()8896         public override string ToString() { throw null; }
WndProc(ref System.Windows.Forms.Message m)8897         protected override void WndProc(ref System.Windows.Forms.Message m) { }
8898     }
8899     public partial class LabelEditEventArgs : System.EventArgs
8900     {
LabelEditEventArgs(int item)8901         public LabelEditEventArgs(int item) { }
LabelEditEventArgs(int item, string label)8902         public LabelEditEventArgs(int item, string label) { }
8903         public bool CancelEdit { get { throw null; } set { } }
8904         public int Item { get { throw null; } }
8905         public string Label { get { throw null; } }
8906     }
LabelEditEventHandler(object sender, System.Windows.Forms.LabelEditEventArgs e)8907     public delegate void LabelEditEventHandler(object sender, System.Windows.Forms.LabelEditEventArgs e);
8908     public sealed partial class LayoutEventArgs : System.EventArgs
8909     {
LayoutEventArgs(System.ComponentModel.IComponent affectedComponent, string affectedProperty)8910         public LayoutEventArgs(System.ComponentModel.IComponent affectedComponent, string affectedProperty) { }
LayoutEventArgs(System.Windows.Forms.Control affectedControl, string affectedProperty)8911         public LayoutEventArgs(System.Windows.Forms.Control affectedControl, string affectedProperty) { }
8912         public System.ComponentModel.IComponent AffectedComponent { get { throw null; } }
8913         public System.Windows.Forms.Control AffectedControl { get { throw null; } }
8914         public string AffectedProperty { get { throw null; } }
8915     }
LayoutEventHandler(object sender, System.Windows.Forms.LayoutEventArgs e)8916     public delegate void LayoutEventHandler(object sender, System.Windows.Forms.LayoutEventArgs e);
8917     public abstract partial class LayoutSettings
8918     {
LayoutSettings()8919         protected LayoutSettings() { }
8920         public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
8921     }
8922     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8923     public enum LeftRightAlignment
8924     {
8925         Left = 0,
8926         Right = 1,
8927     }
8928     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.LinkArea.LinkAreaConverter))]
8929     [System.SerializableAttribute]
8930     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
8931     public partial struct LinkArea
8932     {
LinkAreaSystem.Windows.Forms.LinkArea8933         public LinkArea(int start, int length) { throw null;}
8934         [System.ComponentModel.BrowsableAttribute(false)]
8935         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8936         public bool IsEmpty { get { throw null; } }
8937         public int Length { get { throw null; } set { } }
8938         public int Start { get { throw null; } set { } }
EqualsSystem.Windows.Forms.LinkArea8939         public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Windows.Forms.LinkArea8940         public override int GetHashCode() { throw null; }
operator ==System.Windows.Forms.LinkArea8941         public static bool operator ==(System.Windows.Forms.LinkArea linkArea1, System.Windows.Forms.LinkArea linkArea2) { throw null; }
operator !=System.Windows.Forms.LinkArea8942         public static bool operator !=(System.Windows.Forms.LinkArea linkArea1, System.Windows.Forms.LinkArea linkArea2) { throw null; }
ToStringSystem.Windows.Forms.LinkArea8943         public override string ToString() { throw null; }
8944         public partial class LinkAreaConverter : System.ComponentModel.TypeConverter
8945         {
LinkAreaConverter()8946             public LinkAreaConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)8947             public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)8948             public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)8949             public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)8950             public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)8951             public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)8952             public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)8953             public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)8954             public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
8955         }
8956     }
8957     public enum LinkBehavior
8958     {
8959         AlwaysUnderline = 1,
8960         HoverUnderline = 2,
8961         NeverUnderline = 3,
8962         SystemDefault = 0,
8963     }
8964     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8965     public partial class LinkClickedEventArgs : System.EventArgs
8966     {
LinkClickedEventArgs(string linkText)8967         public LinkClickedEventArgs(string linkText) { }
8968         public string LinkText { get { throw null; } }
8969     }
LinkClickedEventHandler(object sender, System.Windows.Forms.LinkClickedEventArgs e)8970     public delegate void LinkClickedEventHandler(object sender, System.Windows.Forms.LinkClickedEventArgs e);
8971     public partial class LinkConverter : System.ComponentModel.TypeConverter
8972     {
LinkConverter()8973         public LinkConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)8974         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)8975         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)8976         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)8977         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
8978     }
8979     [System.ComponentModel.DefaultEventAttribute("LinkClicked")]
8980     [System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
8981     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
8982     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8983     public partial class LinkLabel : System.Windows.Forms.Label, System.Windows.Forms.IButtonControl
8984     {
LinkLabel()8985         public LinkLabel() { }
8986         public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
8987         public System.Drawing.Color DisabledLinkColor { get { throw null; } set { } }
8988         [System.ComponentModel.BrowsableAttribute(false)]
8989         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8990         public new System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
8991         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.LinkAreaEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
8992         [System.ComponentModel.LocalizableAttribute(true)]
8993         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
8994         public System.Windows.Forms.LinkArea LinkArea { get { throw null; } set { } }
8995         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.LinkBehavior)(0))]
8996         public System.Windows.Forms.LinkBehavior LinkBehavior { get { throw null; } set { } }
8997         public System.Drawing.Color LinkColor { get { throw null; } set { } }
8998         [System.ComponentModel.BrowsableAttribute(false)]
8999         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9000         public System.Windows.Forms.LinkLabel.LinkCollection Links { get { throw null; } }
9001         [System.ComponentModel.DefaultValueAttribute(false)]
9002         public bool LinkVisited { get { throw null; } set { } }
9003         protected System.Windows.Forms.Cursor OverrideCursor { get { throw null; } set { } }
9004         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9005         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
9006         System.Windows.Forms.DialogResult System.Windows.Forms.IButtonControl.DialogResult { get { throw null; } set { } }
9007         public new bool TabStop { get { throw null; } set { } }
9008         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9009         public override string Text { get { throw null; } set { } }
9010         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9011         public new bool UseCompatibleTextRendering { get { throw null; } set { } }
9012         public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
9013         public event System.Windows.Forms.LinkLabelLinkClickedEventHandler LinkClicked { add { } remove { } }
9014         [System.ComponentModel.BrowsableAttribute(true)]
9015         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
9016         public new event System.EventHandler TabStopChanged { add { } remove { } }
CreateAccessibilityInstance()9017         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateHandle()9018         protected override void CreateHandle() { }
OnAutoSizeChanged(System.EventArgs e)9019         protected override void OnAutoSizeChanged(System.EventArgs e) { }
OnEnabledChanged(System.EventArgs e)9020         protected override void OnEnabledChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)9021         protected override void OnFontChanged(System.EventArgs e) { }
OnGotFocus(System.EventArgs e)9022         protected override void OnGotFocus(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)9023         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnLinkClicked(System.Windows.Forms.LinkLabelLinkClickedEventArgs e)9024         protected virtual void OnLinkClicked(System.Windows.Forms.LinkLabelLinkClickedEventArgs e) { }
OnLostFocus(System.EventArgs e)9025         protected override void OnLostFocus(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)9026         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseLeave(System.EventArgs e)9027         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs e)9028         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)9029         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnPaddingChanged(System.EventArgs e)9030         protected override void OnPaddingChanged(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)9031         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)9032         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
OnTextAlignChanged(System.EventArgs e)9033         protected override void OnTextAlignChanged(System.EventArgs e) { }
OnTextChanged(System.EventArgs e)9034         protected override void OnTextChanged(System.EventArgs e) { }
PointInLink(int x, int y)9035         protected System.Windows.Forms.LinkLabel.Link PointInLink(int x, int y) { throw null; }
ProcessDialogKey(System.Windows.Forms.Keys keyData)9036         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
Select(bool directed, bool forward)9037         protected override void Select(bool directed, bool forward) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)9038         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
System.Windows.Forms.IButtonControl.NotifyDefault(bool value)9039         void System.Windows.Forms.IButtonControl.NotifyDefault(bool value) { }
System.Windows.Forms.IButtonControl.PerformClick()9040         void System.Windows.Forms.IButtonControl.PerformClick() { }
WndProc(ref System.Windows.Forms.Message msg)9041         protected override void WndProc(ref System.Windows.Forms.Message msg) { }
9042         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.LinkConverter))]
9043         public partial class Link
9044         {
Link()9045             public Link() { }
Link(int start, int length)9046             public Link(int start, int length) { }
Link(int start, int length, object linkData)9047             public Link(int start, int length, object linkData) { }
9048             public string Description { get { throw null; } set { } }
9049             [System.ComponentModel.DefaultValueAttribute(true)]
9050             public bool Enabled { get { throw null; } set { } }
9051             public int Length { get { throw null; } set { } }
9052             [System.ComponentModel.DefaultValueAttribute(null)]
9053             public object LinkData { get { throw null; } set { } }
9054             [System.ComponentModel.DefaultValueAttribute("")]
9055             public string Name { get { throw null; } set { } }
9056             public int Start { get { throw null; } set { } }
9057             [System.ComponentModel.BindableAttribute(true)]
9058             [System.ComponentModel.DefaultValueAttribute(null)]
9059             [System.ComponentModel.LocalizableAttribute(false)]
9060             [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
9061             public object Tag { get { throw null; } set { } }
9062             [System.ComponentModel.DefaultValueAttribute(false)]
9063             public bool Visited { get { throw null; } set { } }
9064         }
9065         public partial class LinkCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9066         {
LinkCollection(System.Windows.Forms.LinkLabel owner)9067             public LinkCollection(System.Windows.Forms.LinkLabel owner) { }
9068             [System.ComponentModel.BrowsableAttribute(false)]
9069             public int Count { get { throw null; } }
9070             public bool IsReadOnly { get { throw null; } }
9071             public virtual System.Windows.Forms.LinkLabel.Link this[int index] { get { throw null; } set { } }
9072             public virtual System.Windows.Forms.LinkLabel.Link this[string key] { get { throw null; } }
9073             public bool LinksAdded { get { throw null; } }
9074             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9075             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9076             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9077             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(int start, int length)9078             public System.Windows.Forms.LinkLabel.Link Add(int start, int length) { throw null; }
Add(int start, int length, object linkData)9079             public System.Windows.Forms.LinkLabel.Link Add(int start, int length, object linkData) { throw null; }
Add(System.Windows.Forms.LinkLabel.Link value)9080             public int Add(System.Windows.Forms.LinkLabel.Link value) { throw null; }
Clear()9081             public virtual void Clear() { }
Contains(System.Windows.Forms.LinkLabel.Link link)9082             public bool Contains(System.Windows.Forms.LinkLabel.Link link) { throw null; }
ContainsKey(string key)9083             public virtual bool ContainsKey(string key) { throw null; }
GetEnumerator()9084             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.LinkLabel.Link link)9085             public int IndexOf(System.Windows.Forms.LinkLabel.Link link) { throw null; }
IndexOfKey(string key)9086             public virtual int IndexOfKey(string key) { throw null; }
Remove(System.Windows.Forms.LinkLabel.Link value)9087             public void Remove(System.Windows.Forms.LinkLabel.Link value) { }
RemoveAt(int index)9088             public void RemoveAt(int index) { }
RemoveByKey(string key)9089             public virtual void RemoveByKey(string key) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)9090             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object value)9091             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object link)9092             bool System.Collections.IList.Contains(object link) { throw null; }
System.Collections.IList.IndexOf(object link)9093             int System.Collections.IList.IndexOf(object link) { throw null; }
System.Collections.IList.Insert(int index, object value)9094             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9095             void System.Collections.IList.Remove(object value) { }
9096         }
9097     }
9098     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9099     public partial class LinkLabelLinkClickedEventArgs : System.EventArgs
9100     {
LinkLabelLinkClickedEventArgs(System.Windows.Forms.LinkLabel.Link link)9101         public LinkLabelLinkClickedEventArgs(System.Windows.Forms.LinkLabel.Link link) { }
LinkLabelLinkClickedEventArgs(System.Windows.Forms.LinkLabel.Link link, System.Windows.Forms.MouseButtons button)9102         public LinkLabelLinkClickedEventArgs(System.Windows.Forms.LinkLabel.Link link, System.Windows.Forms.MouseButtons button) { }
9103         public System.Windows.Forms.MouseButtons Button { get { throw null; } }
9104         public System.Windows.Forms.LinkLabel.Link Link { get { throw null; } }
9105     }
LinkLabelLinkClickedEventHandler(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e)9106     public delegate void LinkLabelLinkClickedEventHandler(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e);
9107     public enum LinkState
9108     {
9109         Active = 2,
9110         Hover = 1,
9111         Normal = 0,
9112         Visited = 4,
9113     }
9114     public partial class ListBindingConverter : System.ComponentModel.TypeConverter
9115     {
ListBindingConverter()9116         public ListBindingConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)9117         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)9118         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)9119         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)9120         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
9121     }
9122     public static partial class ListBindingHelper
9123     {
GetList(object list)9124         public static object GetList(object list) { throw null; }
GetList(object dataSource, string dataMember)9125         public static object GetList(object dataSource, string dataMember) { throw null; }
GetListItemProperties(object list)9126         public static System.ComponentModel.PropertyDescriptorCollection GetListItemProperties(object list) { throw null; }
GetListItemProperties(object list, System.ComponentModel.PropertyDescriptor[] listAccessors)9127         public static System.ComponentModel.PropertyDescriptorCollection GetListItemProperties(object list, System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
GetListItemProperties(object dataSource, string dataMember, System.ComponentModel.PropertyDescriptor[] listAccessors)9128         public static System.ComponentModel.PropertyDescriptorCollection GetListItemProperties(object dataSource, string dataMember, System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
GetListItemType(object list)9129         public static System.Type GetListItemType(object list) { throw null; }
GetListItemType(object dataSource, string dataMember)9130         public static System.Type GetListItemType(object dataSource, string dataMember) { throw null; }
GetListName(object list, System.ComponentModel.PropertyDescriptor[] listAccessors)9131         public static string GetListName(object list, System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
9132     }
9133     [System.ComponentModel.DefaultBindingPropertyAttribute("SelectedValue")]
9134     [System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
9135     [System.ComponentModel.DefaultPropertyAttribute("Items")]
9136     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ListBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
9137     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
9138     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9139     public partial class ListBox : System.Windows.Forms.ListControl
9140     {
9141         public const int DefaultItemHeight = 13;
9142         public const int NoMatches = -1;
ListBox()9143         public ListBox() { }
9144         protected override bool AllowSelection { get { throw null; } }
9145         public override System.Drawing.Color BackColor { get { throw null; } set { } }
9146         [System.ComponentModel.BrowsableAttribute(false)]
9147         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9148         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
9149         [System.ComponentModel.BrowsableAttribute(false)]
9150         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9151         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
9152         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(2))]
9153         [System.Runtime.InteropServices.DispIdAttribute(-504)]
9154         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
9155         [System.ComponentModel.DefaultValueAttribute(0)]
9156         [System.ComponentModel.LocalizableAttribute(true)]
9157         public int ColumnWidth { get { throw null; } set { } }
9158         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
9159         [System.ComponentModel.BrowsableAttribute(false)]
9160         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
9161         public System.Windows.Forms.ListBox.IntegerCollection CustomTabOffsets { get { throw null; } }
9162         protected override System.Drawing.Size DefaultSize { get { throw null; } }
9163         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DrawMode)(0))]
9164         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9165         public virtual System.Windows.Forms.DrawMode DrawMode { get { throw null; } set { } }
9166         public override System.Drawing.Font Font { get { throw null; } set { } }
9167         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
9168         [System.ComponentModel.DefaultValueAttribute(0)]
9169         [System.ComponentModel.LocalizableAttribute(true)]
9170         public int HorizontalExtent { get { throw null; } set { } }
9171         [System.ComponentModel.DefaultValueAttribute(false)]
9172         [System.ComponentModel.LocalizableAttribute(true)]
9173         public bool HorizontalScrollbar { get { throw null; } set { } }
9174         [System.ComponentModel.DefaultValueAttribute(true)]
9175         [System.ComponentModel.LocalizableAttribute(true)]
9176         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9177         public bool IntegralHeight { get { throw null; } set { } }
9178         [System.ComponentModel.DefaultValueAttribute(13)]
9179         [System.ComponentModel.LocalizableAttribute(true)]
9180         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9181         public virtual int ItemHeight { get { throw null; } set { } }
9182         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
9183         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9184         [System.ComponentModel.LocalizableAttribute(true)]
9185         [System.ComponentModel.MergablePropertyAttribute(false)]
9186         public System.Windows.Forms.ListBox.ObjectCollection Items { get { throw null; } }
9187         [System.ComponentModel.DefaultValueAttribute(false)]
9188         public bool MultiColumn { get { throw null; } set { } }
9189         [System.ComponentModel.BrowsableAttribute(false)]
9190         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9191         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9192         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
9193         [System.ComponentModel.BrowsableAttribute(false)]
9194         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9195         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9196         public int PreferredHeight { get { throw null; } }
9197         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
9198         [System.ComponentModel.DefaultValueAttribute(false)]
9199         [System.ComponentModel.LocalizableAttribute(true)]
9200         public bool ScrollAlwaysVisible { get { throw null; } set { } }
9201         [System.ComponentModel.BindableAttribute(true)]
9202         [System.ComponentModel.BrowsableAttribute(false)]
9203         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9204         public override int SelectedIndex { get { throw null; } set { } }
9205         [System.ComponentModel.BrowsableAttribute(false)]
9206         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9207         public System.Windows.Forms.ListBox.SelectedIndexCollection SelectedIndices { get { throw null; } }
9208         [System.ComponentModel.BindableAttribute(true)]
9209         [System.ComponentModel.BrowsableAttribute(false)]
9210         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9211         public object SelectedItem { get { throw null; } set { } }
9212         [System.ComponentModel.BrowsableAttribute(false)]
9213         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9214         public System.Windows.Forms.ListBox.SelectedObjectCollection SelectedItems { get { throw null; } }
9215         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.SelectionMode)(1))]
9216         public virtual System.Windows.Forms.SelectionMode SelectionMode { get { throw null; } set { } }
9217         [System.ComponentModel.DefaultValueAttribute(false)]
9218         public bool Sorted { get { throw null; } set { } }
9219         [System.ComponentModel.BindableAttribute(false)]
9220         [System.ComponentModel.BrowsableAttribute(false)]
9221         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9222         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9223         public override string Text { get { throw null; } set { } }
9224         [System.ComponentModel.BrowsableAttribute(false)]
9225         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9226         public int TopIndex { get { throw null; } set { } }
9227         [System.ComponentModel.BrowsableAttribute(false)]
9228         [System.ComponentModel.DefaultValueAttribute(false)]
9229         public bool UseCustomTabOffsets { get { throw null; } set { } }
9230         [System.ComponentModel.DefaultValueAttribute(true)]
9231         public bool UseTabStops { get { throw null; } set { } }
9232         [System.ComponentModel.BrowsableAttribute(false)]
9233         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9234         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
9235         [System.ComponentModel.BrowsableAttribute(false)]
9236         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9237         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
9238         [System.ComponentModel.BrowsableAttribute(true)]
9239         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
9240         public new event System.EventHandler Click { add { } remove { } }
9241         public event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
9242         public event System.Windows.Forms.MeasureItemEventHandler MeasureItem { add { } remove { } }
9243         [System.ComponentModel.BrowsableAttribute(true)]
9244         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
9245         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
9246         [System.ComponentModel.BrowsableAttribute(false)]
9247         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9248         public new event System.EventHandler PaddingChanged { add { } remove { } }
9249         [System.ComponentModel.BrowsableAttribute(false)]
9250         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9251         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
9252         public event System.EventHandler SelectedIndexChanged { add { } remove { } }
9253         [System.ComponentModel.BrowsableAttribute(false)]
9254         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9255         public new event System.EventHandler TextChanged { add { } remove { } }
9256         [System.ObsoleteAttribute("this method has been deprecated")]
AddItemsCore(object[] value)9257         protected virtual void AddItemsCore(object[] value) { }
BeginUpdate()9258         public void BeginUpdate() { }
ClearSelected()9259         public void ClearSelected() { }
CreateItemCollection()9260         protected virtual System.Windows.Forms.ListBox.ObjectCollection CreateItemCollection() { throw null; }
EndUpdate()9261         public void EndUpdate() { }
FindString(string s)9262         public int FindString(string s) { throw null; }
FindString(string s, int startIndex)9263         public int FindString(string s, int startIndex) { throw null; }
FindStringExact(string s)9264         public int FindStringExact(string s) { throw null; }
FindStringExact(string s, int startIndex)9265         public int FindStringExact(string s, int startIndex) { throw null; }
GetItemHeight(int index)9266         public int GetItemHeight(int index) { throw null; }
GetItemRectangle(int index)9267         public System.Drawing.Rectangle GetItemRectangle(int index) { throw null; }
9268         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)9269         protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
GetSelected(int index)9270         public bool GetSelected(int index) { throw null; }
IndexFromPoint(System.Drawing.Point p)9271         public int IndexFromPoint(System.Drawing.Point p) { throw null; }
IndexFromPoint(int x, int y)9272         public int IndexFromPoint(int x, int y) { throw null; }
OnChangeUICues(System.Windows.Forms.UICuesEventArgs e)9273         protected override void OnChangeUICues(System.Windows.Forms.UICuesEventArgs e) { }
OnDataSourceChanged(System.EventArgs e)9274         protected override void OnDataSourceChanged(System.EventArgs e) { }
OnDisplayMemberChanged(System.EventArgs e)9275         protected override void OnDisplayMemberChanged(System.EventArgs e) { }
OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)9276         protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
OnFontChanged(System.EventArgs e)9277         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)9278         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)9279         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e)9280         protected virtual void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { }
OnParentChanged(System.EventArgs e)9281         protected override void OnParentChanged(System.EventArgs e) { }
OnResize(System.EventArgs e)9282         protected override void OnResize(System.EventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)9283         protected override void OnSelectedIndexChanged(System.EventArgs e) { }
OnSelectedValueChanged(System.EventArgs e)9284         protected override void OnSelectedValueChanged(System.EventArgs e) { }
Refresh()9285         public override void Refresh() { }
RefreshItem(int index)9286         protected override void RefreshItem(int index) { }
RefreshItems()9287         protected override void RefreshItems() { }
ResetBackColor()9288         public override void ResetBackColor() { }
ResetForeColor()9289         public override void ResetForeColor() { }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)9290         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)9291         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetItemCore(int index, object value)9292         protected override void SetItemCore(int index, object value) { }
SetItemsCore(System.Collections.IList value)9293         protected override void SetItemsCore(System.Collections.IList value) { }
SetSelected(int index, bool value)9294         public void SetSelected(int index, bool value) { }
Sort()9295         protected virtual void Sort() { }
ToString()9296         public override string ToString() { throw null; }
WmReflectCommand(ref System.Windows.Forms.Message m)9297         protected virtual void WmReflectCommand(ref System.Windows.Forms.Message m) { }
WndProc(ref System.Windows.Forms.Message m)9298         protected override void WndProc(ref System.Windows.Forms.Message m) { }
9299         public partial class IntegerCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9300         {
IntegerCollection(System.Windows.Forms.ListBox owner)9301             public IntegerCollection(System.Windows.Forms.ListBox owner) { }
9302             [System.ComponentModel.BrowsableAttribute(false)]
9303             public int Count { get { throw null; } }
9304             public int this[int index] { get { throw null; } set { } }
9305             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9306             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9307             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9308             bool System.Collections.IList.IsReadOnly { get { throw null; } }
9309             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(int item)9310             public int Add(int item) { throw null; }
AddRange(int[] items)9311             public void AddRange(int[] items) { }
AddRange(System.Windows.Forms.ListBox.IntegerCollection value)9312             public void AddRange(System.Windows.Forms.ListBox.IntegerCollection value) { }
Clear()9313             public void Clear() { }
Contains(int item)9314             public bool Contains(int item) { throw null; }
CopyTo(System.Array destination, int index)9315             public void CopyTo(System.Array destination, int index) { }
IndexOf(int item)9316             public int IndexOf(int item) { throw null; }
Remove(int item)9317             public void Remove(int item) { }
RemoveAt(int index)9318             public void RemoveAt(int index) { }
System.Collections.IEnumerable.GetEnumerator()9319             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object item)9320             int System.Collections.IList.Add(object item) { throw null; }
System.Collections.IList.Clear()9321             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object item)9322             bool System.Collections.IList.Contains(object item) { throw null; }
System.Collections.IList.IndexOf(object item)9323             int System.Collections.IList.IndexOf(object item) { throw null; }
System.Collections.IList.Insert(int index, object value)9324             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9325             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)9326             void System.Collections.IList.RemoveAt(int index) { }
9327         }
9328         [System.ComponentModel.ListBindableAttribute(false)]
9329         public partial class ObjectCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9330         {
ObjectCollection(System.Windows.Forms.ListBox owner)9331             public ObjectCollection(System.Windows.Forms.ListBox owner) { }
ObjectCollection(System.Windows.Forms.ListBox owner, object[] value)9332             public ObjectCollection(System.Windows.Forms.ListBox owner, object[] value) { }
ObjectCollection(System.Windows.Forms.ListBox owner, System.Windows.Forms.ListBox.ObjectCollection value)9333             public ObjectCollection(System.Windows.Forms.ListBox owner, System.Windows.Forms.ListBox.ObjectCollection value) { }
9334             public int Count { get { throw null; } }
9335             public bool IsReadOnly { get { throw null; } }
9336             [System.ComponentModel.BrowsableAttribute(false)]
9337             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9338             public virtual object this[int index] { get { throw null; } set { } }
9339             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9340             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9341             bool System.Collections.IList.IsFixedSize { get { throw null; } }
Add(object item)9342             public int Add(object item) { throw null; }
AddRange(object[] items)9343             public void AddRange(object[] items) { }
AddRange(System.Windows.Forms.ListBox.ObjectCollection value)9344             public void AddRange(System.Windows.Forms.ListBox.ObjectCollection value) { }
Clear()9345             public virtual void Clear() { }
Contains(object value)9346             public bool Contains(object value) { throw null; }
CopyTo(object[] destination, int arrayIndex)9347             public void CopyTo(object[] destination, int arrayIndex) { }
GetEnumerator()9348             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(object value)9349             public int IndexOf(object value) { throw null; }
Insert(int index, object item)9350             public void Insert(int index, object item) { }
Remove(object value)9351             public void Remove(object value) { }
RemoveAt(int index)9352             public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array destination, int index)9353             void System.Collections.ICollection.CopyTo(System.Array destination, int index) { }
System.Collections.IList.Add(object item)9354             int System.Collections.IList.Add(object item) { throw null; }
9355         }
9356         public partial class SelectedIndexCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9357         {
SelectedIndexCollection(System.Windows.Forms.ListBox owner)9358             public SelectedIndexCollection(System.Windows.Forms.ListBox owner) { }
9359             [System.ComponentModel.BrowsableAttribute(false)]
9360             public int Count { get { throw null; } }
9361             public bool IsReadOnly { get { throw null; } }
9362             public int this[int index] { get { throw null; } }
9363             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9364             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9365             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9366             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(int index)9367             public void Add(int index) { }
Clear()9368             public void Clear() { }
Contains(int selectedIndex)9369             public bool Contains(int selectedIndex) { throw null; }
CopyTo(System.Array destination, int index)9370             public void CopyTo(System.Array destination, int index) { }
GetEnumerator()9371             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(int selectedIndex)9372             public int IndexOf(int selectedIndex) { throw null; }
Remove(int index)9373             public void Remove(int index) { }
System.Collections.IList.Add(object value)9374             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()9375             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object selectedIndex)9376             bool System.Collections.IList.Contains(object selectedIndex) { throw null; }
System.Collections.IList.IndexOf(object selectedIndex)9377             int System.Collections.IList.IndexOf(object selectedIndex) { throw null; }
System.Collections.IList.Insert(int index, object value)9378             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9379             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)9380             void System.Collections.IList.RemoveAt(int index) { }
9381         }
9382         public partial class SelectedObjectCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9383         {
SelectedObjectCollection(System.Windows.Forms.ListBox owner)9384             public SelectedObjectCollection(System.Windows.Forms.ListBox owner) { }
9385             public int Count { get { throw null; } }
9386             public bool IsReadOnly { get { throw null; } }
9387             [System.ComponentModel.BrowsableAttribute(false)]
9388             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9389             public object this[int index] { get { throw null; } set { } }
9390             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9391             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9392             bool System.Collections.IList.IsFixedSize { get { throw null; } }
Add(object value)9393             public void Add(object value) { }
Clear()9394             public void Clear() { }
Contains(object selectedObject)9395             public bool Contains(object selectedObject) { throw null; }
CopyTo(System.Array destination, int index)9396             public void CopyTo(System.Array destination, int index) { }
GetEnumerator()9397             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(object selectedObject)9398             public int IndexOf(object selectedObject) { throw null; }
Remove(object value)9399             public void Remove(object value) { }
System.Collections.IList.Add(object value)9400             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()9401             void System.Collections.IList.Clear() { }
System.Collections.IList.Insert(int index, object value)9402             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9403             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)9404             void System.Collections.IList.RemoveAt(int index) { }
9405         }
9406     }
9407     [System.ComponentModel.LookupBindingPropertiesAttribute("DataSource", "DisplayMember", "ValueMember", "SelectedValue")]
9408     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
9409     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9410     public abstract partial class ListControl : System.Windows.Forms.Control
9411     {
ListControl()9412         protected ListControl() { }
9413         protected virtual bool AllowSelection { get { throw null; } }
9414         protected System.Windows.Forms.CurrencyManager DataManager { get { throw null; } }
9415         [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
9416         [System.ComponentModel.DefaultValueAttribute(null)]
9417         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9418         public object DataSource { get { throw null; } set { } }
9419         [System.ComponentModel.DefaultValueAttribute("")]
9420         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9421         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
9422         public string DisplayMember { get { throw null; } set { } }
9423         [System.ComponentModel.BrowsableAttribute(false)]
9424         [System.ComponentModel.DefaultValueAttribute(null)]
9425         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9426         public System.IFormatProvider FormatInfo { get { throw null; } set { } }
9427         [System.ComponentModel.DefaultValueAttribute("")]
9428         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.FormatStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9429         [System.ComponentModel.MergablePropertyAttribute(false)]
9430         public string FormatString { get { throw null; } set { } }
9431         [System.ComponentModel.DefaultValueAttribute(false)]
9432         public bool FormattingEnabled { get { throw null; } set { } }
9433         public abstract int SelectedIndex { get; set; }
9434         [System.ComponentModel.BindableAttribute(true)]
9435         [System.ComponentModel.BrowsableAttribute(false)]
9436         [System.ComponentModel.DefaultValueAttribute(null)]
9437         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9438         public object SelectedValue { get { throw null; } set { } }
9439         [System.ComponentModel.DefaultValueAttribute("")]
9440         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9441         public string ValueMember { get { throw null; } set { } }
9442         public event System.EventHandler DataSourceChanged { add { } remove { } }
9443         public event System.EventHandler DisplayMemberChanged { add { } remove { } }
9444         public event System.Windows.Forms.ListControlConvertEventHandler Format { add { } remove { } }
9445         [System.ComponentModel.BrowsableAttribute(false)]
9446         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9447         public event System.EventHandler FormatInfoChanged { add { } remove { } }
9448         public event System.EventHandler FormatStringChanged { add { } remove { } }
9449         public event System.EventHandler FormattingEnabledChanged { add { } remove { } }
9450         public event System.EventHandler SelectedValueChanged { add { } remove { } }
9451         public event System.EventHandler ValueMemberChanged { add { } remove { } }
FilterItemOnProperty(object item)9452         protected object FilterItemOnProperty(object item) { throw null; }
FilterItemOnProperty(object item, string field)9453         protected object FilterItemOnProperty(object item, string field) { throw null; }
GetItemText(object item)9454         public string GetItemText(object item) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)9455         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnBindingContextChanged(System.EventArgs e)9456         protected override void OnBindingContextChanged(System.EventArgs e) { }
OnDataSourceChanged(System.EventArgs e)9457         protected virtual void OnDataSourceChanged(System.EventArgs e) { }
OnDisplayMemberChanged(System.EventArgs e)9458         protected virtual void OnDisplayMemberChanged(System.EventArgs e) { }
OnFormat(System.Windows.Forms.ListControlConvertEventArgs e)9459         protected virtual void OnFormat(System.Windows.Forms.ListControlConvertEventArgs e) { }
OnFormatInfoChanged(System.EventArgs e)9460         protected virtual void OnFormatInfoChanged(System.EventArgs e) { }
OnFormatStringChanged(System.EventArgs e)9461         protected virtual void OnFormatStringChanged(System.EventArgs e) { }
OnFormattingEnabledChanged(System.EventArgs e)9462         protected virtual void OnFormattingEnabledChanged(System.EventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)9463         protected virtual void OnSelectedIndexChanged(System.EventArgs e) { }
OnSelectedValueChanged(System.EventArgs e)9464         protected virtual void OnSelectedValueChanged(System.EventArgs e) { }
OnValueMemberChanged(System.EventArgs e)9465         protected virtual void OnValueMemberChanged(System.EventArgs e) { }
RefreshItem(int index)9466         protected abstract void RefreshItem(int index);
RefreshItems()9467         protected virtual void RefreshItems() { }
SetItemCore(int index, object value)9468         protected virtual void SetItemCore(int index, object value) { }
SetItemsCore(System.Collections.IList items)9469         protected abstract void SetItemsCore(System.Collections.IList items);
9470     }
9471     public partial class ListControlConvertEventArgs : System.Windows.Forms.ConvertEventArgs
9472     {
ListControlConvertEventArgs(object value, System.Type desiredType, object listItem)9473         public ListControlConvertEventArgs(object value, System.Type desiredType, object listItem) : base (default(object), default(System.Type)) { }
9474         public object ListItem { get { throw null; } }
9475     }
ListControlConvertEventHandler(object sender, System.Windows.Forms.ListControlConvertEventArgs e)9476     public delegate void ListControlConvertEventHandler(object sender, System.Windows.Forms.ListControlConvertEventArgs e);
9477     [System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
9478     [System.ComponentModel.DefaultPropertyAttribute("Items")]
9479     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ListViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
9480     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
9481     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9482     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(1))]
9483     public partial class ListView : System.Windows.Forms.Control
9484     {
ListView()9485         public ListView() { }
9486         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ItemActivation)(0))]
9487         public System.Windows.Forms.ItemActivation Activation { get { throw null; } set { } }
9488         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ListViewAlignment)(2))]
9489         [System.ComponentModel.LocalizableAttribute(true)]
9490         public System.Windows.Forms.ListViewAlignment Alignment { get { throw null; } set { } }
9491         [System.ComponentModel.DefaultValueAttribute(false)]
9492         public bool AllowColumnReorder { get { throw null; } set { } }
9493         [System.ComponentModel.DefaultValueAttribute(true)]
9494         public bool AutoArrange { get { throw null; } set { } }
9495         public override System.Drawing.Color BackColor { get { throw null; } set { } }
9496         [System.ComponentModel.BrowsableAttribute(false)]
9497         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9498         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
9499         [System.ComponentModel.DefaultValueAttribute(false)]
9500         public bool BackgroundImageTiled { get { throw null; } set { } }
9501         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(2))]
9502         [System.Runtime.InteropServices.DispIdAttribute(-504)]
9503         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
9504         [System.ComponentModel.DefaultValueAttribute(false)]
9505         public bool CheckBoxes { get { throw null; } set { } }
9506         [System.ComponentModel.BrowsableAttribute(false)]
9507         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9508         public System.Windows.Forms.ListView.CheckedIndexCollection CheckedIndices { get { throw null; } }
9509         [System.ComponentModel.BrowsableAttribute(false)]
9510         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9511         public System.Windows.Forms.ListView.CheckedListViewItemCollection CheckedItems { get { throw null; } }
9512         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
9513         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ColumnHeaderCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9514         [System.ComponentModel.LocalizableAttribute(true)]
9515         [System.ComponentModel.MergablePropertyAttribute(false)]
9516         public System.Windows.Forms.ListView.ColumnHeaderCollection Columns { get { throw null; } }
9517         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
9518         protected override System.Drawing.Size DefaultSize { get { throw null; } }
9519         protected override bool DoubleBuffered { get { throw null; } set { } }
9520         [System.ComponentModel.BrowsableAttribute(false)]
9521         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9522         public System.Windows.Forms.ListViewItem FocusedItem { get { throw null; } set { } }
9523         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
9524         [System.ComponentModel.DefaultValueAttribute(false)]
9525         public bool FullRowSelect { get { throw null; } set { } }
9526         [System.ComponentModel.DefaultValueAttribute(false)]
9527         public bool GridLines { get { throw null; } set { } }
9528         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
9529         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewGroupCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9530         [System.ComponentModel.LocalizableAttribute(true)]
9531         [System.ComponentModel.MergablePropertyAttribute(false)]
9532         public System.Windows.Forms.ListViewGroupCollection Groups { get { throw null; } }
9533         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ColumnHeaderStyle)(2))]
9534         public System.Windows.Forms.ColumnHeaderStyle HeaderStyle { get { throw null; } set { } }
9535         [System.ComponentModel.DefaultValueAttribute(true)]
9536         public bool HideSelection { get { throw null; } set { } }
9537         [System.ComponentModel.DefaultValueAttribute(false)]
9538         public bool HotTracking { get { throw null; } set { } }
9539         [System.ComponentModel.DefaultValueAttribute(false)]
9540         public bool HoverSelection { get { throw null; } set { } }
9541         [System.ComponentModel.BrowsableAttribute(false)]
9542         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9543         public System.Windows.Forms.ListViewInsertionMark InsertionMark { get { throw null; } }
9544         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
9545         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewItemCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9546         [System.ComponentModel.LocalizableAttribute(true)]
9547         [System.ComponentModel.MergablePropertyAttribute(false)]
9548         public System.Windows.Forms.ListView.ListViewItemCollection Items { get { throw null; } }
9549         [System.ComponentModel.DefaultValueAttribute(false)]
9550         public bool LabelEdit { get { throw null; } set { } }
9551         [System.ComponentModel.DefaultValueAttribute(true)]
9552         [System.ComponentModel.LocalizableAttribute(true)]
9553         public bool LabelWrap { get { throw null; } set { } }
9554         [System.ComponentModel.DefaultValueAttribute(null)]
9555         public System.Windows.Forms.ImageList LargeImageList { get { throw null; } set { } }
9556         [System.ComponentModel.BrowsableAttribute(false)]
9557         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9558         public System.Collections.IComparer ListViewItemSorter { get { throw null; } set { } }
9559         [System.ComponentModel.DefaultValueAttribute(true)]
9560         public bool MultiSelect { get { throw null; } set { } }
9561         [System.ComponentModel.DefaultValueAttribute(false)]
9562         public bool OwnerDraw { get { throw null; } set { } }
9563         [System.ComponentModel.BrowsableAttribute(false)]
9564         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9565         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9566         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
9567         [System.ComponentModel.DefaultValueAttribute(false)]
9568         [System.ComponentModel.LocalizableAttribute(true)]
9569         [System.MonoTODOAttribute("RTL not supported")]
9570         public virtual bool RightToLeftLayout { get { throw null; } set { } }
9571         [System.ComponentModel.DefaultValueAttribute(true)]
9572         public bool Scrollable { get { throw null; } set { } }
9573         [System.ComponentModel.BrowsableAttribute(false)]
9574         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9575         public System.Windows.Forms.ListView.SelectedIndexCollection SelectedIndices { get { throw null; } }
9576         [System.ComponentModel.BrowsableAttribute(false)]
9577         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9578         public System.Windows.Forms.ListView.SelectedListViewItemCollection SelectedItems { get { throw null; } }
9579         [System.ComponentModel.DefaultValueAttribute(true)]
9580         public bool ShowGroups { get { throw null; } set { } }
9581         [System.ComponentModel.DefaultValueAttribute(false)]
9582         public bool ShowItemToolTips { get { throw null; } set { } }
9583         [System.ComponentModel.DefaultValueAttribute(null)]
9584         public System.Windows.Forms.ImageList SmallImageList { get { throw null; } set { } }
9585         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.SortOrder)(0))]
9586         public System.Windows.Forms.SortOrder Sorting { get { throw null; } set { } }
9587         [System.ComponentModel.DefaultValueAttribute(null)]
9588         public System.Windows.Forms.ImageList StateImageList { get { throw null; } set { } }
9589         [System.ComponentModel.BindableAttribute(false)]
9590         [System.ComponentModel.BrowsableAttribute(false)]
9591         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9592         public override string Text { get { throw null; } set { } }
9593         [System.ComponentModel.BrowsableAttribute(true)]
9594         public System.Drawing.Size TileSize { get { throw null; } set { } }
9595         [System.ComponentModel.BrowsableAttribute(false)]
9596         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9597         public System.Windows.Forms.ListViewItem TopItem { get { throw null; } set { } }
9598         [System.ComponentModel.BrowsableAttribute(false)]
9599         [System.ComponentModel.DefaultValueAttribute(true)]
9600         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9601         [System.MonoInternalNoteAttribute("Stub, not implemented")]
9602         public bool UseCompatibleStateImageBehavior { get { throw null; } set { } }
9603         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.View)(0))]
9604         public System.Windows.Forms.View View { get { throw null; } set { } }
9605         [System.ComponentModel.DefaultValueAttribute(0)]
9606         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9607         public int VirtualListSize { get { throw null; } set { } }
9608         [System.ComponentModel.DefaultValueAttribute(false)]
9609         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9610         public bool VirtualMode { get { throw null; } set { } }
9611         public event System.Windows.Forms.LabelEditEventHandler AfterLabelEdit { add { } remove { } }
9612         [System.ComponentModel.BrowsableAttribute(false)]
9613         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9614         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
9615         public event System.Windows.Forms.LabelEditEventHandler BeforeLabelEdit { add { } remove { } }
9616         public event System.Windows.Forms.CacheVirtualItemsEventHandler CacheVirtualItems { add { } remove { } }
9617         public event System.Windows.Forms.ColumnClickEventHandler ColumnClick { add { } remove { } }
9618         public event System.Windows.Forms.ColumnReorderedEventHandler ColumnReordered { add { } remove { } }
9619         public event System.Windows.Forms.ColumnWidthChangedEventHandler ColumnWidthChanged { add { } remove { } }
9620         public event System.Windows.Forms.ColumnWidthChangingEventHandler ColumnWidthChanging { add { } remove { } }
9621         public event System.Windows.Forms.DrawListViewColumnHeaderEventHandler DrawColumnHeader { add { } remove { } }
9622         public event System.Windows.Forms.DrawListViewItemEventHandler DrawItem { add { } remove { } }
9623         public event System.Windows.Forms.DrawListViewSubItemEventHandler DrawSubItem { add { } remove { } }
9624         public event System.EventHandler ItemActivate { add { } remove { } }
9625         public event System.Windows.Forms.ItemCheckEventHandler ItemCheck { add { } remove { } }
9626         public event System.Windows.Forms.ItemCheckedEventHandler ItemChecked { add { } remove { } }
9627         public event System.Windows.Forms.ItemDragEventHandler ItemDrag { add { } remove { } }
9628         public event System.Windows.Forms.ListViewItemMouseHoverEventHandler ItemMouseHover { add { } remove { } }
9629         public event System.Windows.Forms.ListViewItemSelectionChangedEventHandler ItemSelectionChanged { add { } remove { } }
9630         [System.ComponentModel.BrowsableAttribute(false)]
9631         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9632         public new event System.EventHandler PaddingChanged { add { } remove { } }
9633         [System.ComponentModel.BrowsableAttribute(false)]
9634         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9635         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
9636         public event System.Windows.Forms.RetrieveVirtualItemEventHandler RetrieveVirtualItem { add { } remove { } }
9637         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
9638         public event System.Windows.Forms.SearchForVirtualItemEventHandler SearchForVirtualItem { add { } remove { } }
9639         public event System.EventHandler SelectedIndexChanged { add { } remove { } }
9640         [System.ComponentModel.BrowsableAttribute(false)]
9641         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9642         public new event System.EventHandler TextChanged { add { } remove { } }
9643         public event System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventHandler VirtualItemsSelectionRangeChanged { add { } remove { } }
ArrangeIcons()9644         public void ArrangeIcons() { }
ArrangeIcons(System.Windows.Forms.ListViewAlignment value)9645         public void ArrangeIcons(System.Windows.Forms.ListViewAlignment value) { }
AutoResizeColumn(int columnIndex, System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize)9646         public void AutoResizeColumn(int columnIndex, System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize) { }
AutoResizeColumns(System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize)9647         public void AutoResizeColumns(System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize) { }
BeginUpdate()9648         public void BeginUpdate() { }
Clear()9649         public void Clear() { }
CreateHandle()9650         protected override void CreateHandle() { }
Dispose(bool disposing)9651         protected override void Dispose(bool disposing) { }
EndUpdate()9652         public void EndUpdate() { }
EnsureVisible(int index)9653         public void EnsureVisible(int index) { }
FindItemWithText(string text)9654         public System.Windows.Forms.ListViewItem FindItemWithText(string text) { throw null; }
FindItemWithText(string text, bool includeSubItemsInSearch, int startIndex)9655         public System.Windows.Forms.ListViewItem FindItemWithText(string text, bool includeSubItemsInSearch, int startIndex) { throw null; }
FindItemWithText(string text, bool includeSubItemsInSearch, int startIndex, bool isPrefixSearch)9656         public System.Windows.Forms.ListViewItem FindItemWithText(string text, bool includeSubItemsInSearch, int startIndex, bool isPrefixSearch) { throw null; }
FindNearestItem(System.Windows.Forms.SearchDirectionHint dir, System.Drawing.Point point)9657         public System.Windows.Forms.ListViewItem FindNearestItem(System.Windows.Forms.SearchDirectionHint dir, System.Drawing.Point point) { throw null; }
FindNearestItem(System.Windows.Forms.SearchDirectionHint searchDirection, int x, int y)9658         public System.Windows.Forms.ListViewItem FindNearestItem(System.Windows.Forms.SearchDirectionHint searchDirection, int x, int y) { throw null; }
GetItemAt(int x, int y)9659         public System.Windows.Forms.ListViewItem GetItemAt(int x, int y) { throw null; }
GetItemRect(int index)9660         public System.Drawing.Rectangle GetItemRect(int index) { throw null; }
GetItemRect(int index, System.Windows.Forms.ItemBoundsPortion portion)9661         public System.Drawing.Rectangle GetItemRect(int index, System.Windows.Forms.ItemBoundsPortion portion) { throw null; }
HitTest(System.Drawing.Point point)9662         public System.Windows.Forms.ListViewHitTestInfo HitTest(System.Drawing.Point point) { throw null; }
HitTest(int x, int y)9663         public System.Windows.Forms.ListViewHitTestInfo HitTest(int x, int y) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)9664         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnAfterLabelEdit(System.Windows.Forms.LabelEditEventArgs e)9665         protected virtual void OnAfterLabelEdit(System.Windows.Forms.LabelEditEventArgs e) { }
OnBackgroundImageChanged(System.EventArgs e)9666         protected override void OnBackgroundImageChanged(System.EventArgs e) { }
OnBeforeLabelEdit(System.Windows.Forms.LabelEditEventArgs e)9667         protected virtual void OnBeforeLabelEdit(System.Windows.Forms.LabelEditEventArgs e) { }
OnCacheVirtualItems(System.Windows.Forms.CacheVirtualItemsEventArgs e)9668         protected virtual void OnCacheVirtualItems(System.Windows.Forms.CacheVirtualItemsEventArgs e) { }
OnColumnClick(System.Windows.Forms.ColumnClickEventArgs e)9669         protected virtual void OnColumnClick(System.Windows.Forms.ColumnClickEventArgs e) { }
OnColumnReordered(System.Windows.Forms.ColumnReorderedEventArgs e)9670         protected virtual void OnColumnReordered(System.Windows.Forms.ColumnReorderedEventArgs e) { }
OnColumnWidthChanged(System.Windows.Forms.ColumnWidthChangedEventArgs e)9671         protected virtual void OnColumnWidthChanged(System.Windows.Forms.ColumnWidthChangedEventArgs e) { }
OnColumnWidthChanging(System.Windows.Forms.ColumnWidthChangingEventArgs e)9672         protected virtual void OnColumnWidthChanging(System.Windows.Forms.ColumnWidthChangingEventArgs e) { }
OnDrawColumnHeader(System.Windows.Forms.DrawListViewColumnHeaderEventArgs e)9673         protected virtual void OnDrawColumnHeader(System.Windows.Forms.DrawListViewColumnHeaderEventArgs e) { }
OnDrawItem(System.Windows.Forms.DrawListViewItemEventArgs e)9674         protected virtual void OnDrawItem(System.Windows.Forms.DrawListViewItemEventArgs e) { }
OnDrawSubItem(System.Windows.Forms.DrawListViewSubItemEventArgs e)9675         protected virtual void OnDrawSubItem(System.Windows.Forms.DrawListViewSubItemEventArgs e) { }
OnFontChanged(System.EventArgs e)9676         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)9677         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)9678         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnItemActivate(System.EventArgs e)9679         protected virtual void OnItemActivate(System.EventArgs e) { }
OnItemCheck(System.Windows.Forms.ItemCheckEventArgs ice)9680         protected virtual void OnItemCheck(System.Windows.Forms.ItemCheckEventArgs ice) { }
OnItemChecked(System.Windows.Forms.ItemCheckedEventArgs e)9681         protected virtual void OnItemChecked(System.Windows.Forms.ItemCheckedEventArgs e) { }
OnItemDrag(System.Windows.Forms.ItemDragEventArgs e)9682         protected virtual void OnItemDrag(System.Windows.Forms.ItemDragEventArgs e) { }
OnItemMouseHover(System.Windows.Forms.ListViewItemMouseHoverEventArgs e)9683         protected virtual void OnItemMouseHover(System.Windows.Forms.ListViewItemMouseHoverEventArgs e) { }
OnItemSelectionChanged(System.Windows.Forms.ListViewItemSelectionChangedEventArgs e)9684         protected virtual void OnItemSelectionChanged(System.Windows.Forms.ListViewItemSelectionChangedEventArgs e) { }
OnMouseHover(System.EventArgs e)9685         protected override void OnMouseHover(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)9686         protected override void OnMouseLeave(System.EventArgs e) { }
OnParentChanged(System.EventArgs e)9687         protected override void OnParentChanged(System.EventArgs e) { }
OnResize(System.EventArgs e)9688         protected override void OnResize(System.EventArgs e) { }
OnRetrieveVirtualItem(System.Windows.Forms.RetrieveVirtualItemEventArgs e)9689         protected virtual void OnRetrieveVirtualItem(System.Windows.Forms.RetrieveVirtualItemEventArgs e) { }
9690         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)9691         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
OnSearchForVirtualItem(System.Windows.Forms.SearchForVirtualItemEventArgs e)9692         protected virtual void OnSearchForVirtualItem(System.Windows.Forms.SearchForVirtualItemEventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)9693         protected virtual void OnSelectedIndexChanged(System.EventArgs e) { }
OnSystemColorsChanged(System.EventArgs e)9694         protected override void OnSystemColorsChanged(System.EventArgs e) { }
OnVirtualItemsSelectionRangeChanged(System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventArgs e)9695         protected virtual void OnVirtualItemsSelectionRangeChanged(System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventArgs e) { }
RealizeProperties()9696         protected void RealizeProperties() { }
9697         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RedrawItems(int startIndex, int endIndex, bool invalidateOnly)9698         public void RedrawItems(int startIndex, int endIndex, bool invalidateOnly) { }
Sort()9699         public void Sort() { }
ToString()9700         public override string ToString() { throw null; }
UpdateExtendedStyles()9701         protected void UpdateExtendedStyles() { }
WndProc(ref System.Windows.Forms.Message m)9702         protected override void WndProc(ref System.Windows.Forms.Message m) { }
9703         [System.ComponentModel.ListBindableAttribute(false)]
9704         public partial class CheckedIndexCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9705         {
CheckedIndexCollection(System.Windows.Forms.ListView owner)9706             public CheckedIndexCollection(System.Windows.Forms.ListView owner) { }
9707             [System.ComponentModel.BrowsableAttribute(false)]
9708             public int Count { get { throw null; } }
9709             public bool IsReadOnly { get { throw null; } }
9710             public int this[int index] { get { throw null; } }
9711             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9712             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9713             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9714             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Contains(int checkedIndex)9715             public bool Contains(int checkedIndex) { throw null; }
GetEnumerator()9716             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(int checkedIndex)9717             public int IndexOf(int checkedIndex) { throw null; }
System.Collections.ICollection.CopyTo(System.Array dest, int index)9718             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object value)9719             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()9720             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object checkedIndex)9721             bool System.Collections.IList.Contains(object checkedIndex) { throw null; }
System.Collections.IList.IndexOf(object checkedIndex)9722             int System.Collections.IList.IndexOf(object checkedIndex) { throw null; }
System.Collections.IList.Insert(int index, object value)9723             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9724             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)9725             void System.Collections.IList.RemoveAt(int index) { }
9726         }
9727         [System.ComponentModel.ListBindableAttribute(false)]
9728         public partial class CheckedListViewItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9729         {
CheckedListViewItemCollection(System.Windows.Forms.ListView owner)9730             public CheckedListViewItemCollection(System.Windows.Forms.ListView owner) { }
9731             [System.ComponentModel.BrowsableAttribute(false)]
9732             public int Count { get { throw null; } }
9733             public bool IsReadOnly { get { throw null; } }
9734             public System.Windows.Forms.ListViewItem this[int index] { get { throw null; } }
9735             public virtual System.Windows.Forms.ListViewItem this[string key] { get { throw null; } }
9736             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9737             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9738             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9739             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Contains(System.Windows.Forms.ListViewItem item)9740             public bool Contains(System.Windows.Forms.ListViewItem item) { throw null; }
ContainsKey(string key)9741             public virtual bool ContainsKey(string key) { throw null; }
CopyTo(System.Array dest, int index)9742             public void CopyTo(System.Array dest, int index) { }
GetEnumerator()9743             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.ListViewItem item)9744             public int IndexOf(System.Windows.Forms.ListViewItem item) { throw null; }
IndexOfKey(string key)9745             public virtual int IndexOfKey(string key) { throw null; }
System.Collections.IList.Add(object value)9746             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()9747             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object item)9748             bool System.Collections.IList.Contains(object item) { throw null; }
System.Collections.IList.IndexOf(object item)9749             int System.Collections.IList.IndexOf(object item) { throw null; }
System.Collections.IList.Insert(int index, object value)9750             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9751             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)9752             void System.Collections.IList.RemoveAt(int index) { }
9753         }
9754         [System.ComponentModel.ListBindableAttribute(false)]
9755         public partial class ColumnHeaderCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9756         {
ColumnHeaderCollection(System.Windows.Forms.ListView owner)9757             public ColumnHeaderCollection(System.Windows.Forms.ListView owner) { }
9758             [System.ComponentModel.BrowsableAttribute(false)]
9759             public int Count { get { throw null; } }
9760             public bool IsReadOnly { get { throw null; } }
9761             public virtual System.Windows.Forms.ColumnHeader this[int index] { get { throw null; } }
9762             public virtual System.Windows.Forms.ColumnHeader this[string key] { get { throw null; } }
9763             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9764             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9765             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9766             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string text)9767             public virtual System.Windows.Forms.ColumnHeader Add(string text) { throw null; }
Add(string text, int width)9768             public virtual System.Windows.Forms.ColumnHeader Add(string text, int width) { throw null; }
Add(string text, int width, System.Windows.Forms.HorizontalAlignment textAlign)9769             public virtual System.Windows.Forms.ColumnHeader Add(string text, int width, System.Windows.Forms.HorizontalAlignment textAlign) { throw null; }
Add(string key, string text)9770             public virtual System.Windows.Forms.ColumnHeader Add(string key, string text) { throw null; }
Add(string key, string text, int width)9771             public virtual System.Windows.Forms.ColumnHeader Add(string key, string text, int width) { throw null; }
Add(string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, int imageIndex)9772             public virtual System.Windows.Forms.ColumnHeader Add(string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, int imageIndex) { throw null; }
Add(string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, string imageKey)9773             public virtual System.Windows.Forms.ColumnHeader Add(string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, string imageKey) { throw null; }
Add(System.Windows.Forms.ColumnHeader value)9774             public virtual int Add(System.Windows.Forms.ColumnHeader value) { throw null; }
AddRange(System.Windows.Forms.ColumnHeader[] values)9775             public virtual void AddRange(System.Windows.Forms.ColumnHeader[] values) { }
Clear()9776             public virtual void Clear() { }
Contains(System.Windows.Forms.ColumnHeader value)9777             public bool Contains(System.Windows.Forms.ColumnHeader value) { throw null; }
ContainsKey(string key)9778             public virtual bool ContainsKey(string key) { throw null; }
GetEnumerator()9779             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.ColumnHeader value)9780             public int IndexOf(System.Windows.Forms.ColumnHeader value) { throw null; }
IndexOfKey(string key)9781             public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, string text)9782             public void Insert(int index, string text) { }
Insert(int index, string text, int width)9783             public void Insert(int index, string text, int width) { }
Insert(int index, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign)9784             public void Insert(int index, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign) { }
Insert(int index, string key, string text)9785             public void Insert(int index, string key, string text) { }
Insert(int index, string key, string text, int width)9786             public void Insert(int index, string key, string text, int width) { }
Insert(int index, string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, int imageIndex)9787             public void Insert(int index, string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, int imageIndex) { }
Insert(int index, string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, string imageKey)9788             public void Insert(int index, string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, string imageKey) { }
Insert(int index, System.Windows.Forms.ColumnHeader value)9789             public void Insert(int index, System.Windows.Forms.ColumnHeader value) { }
Remove(System.Windows.Forms.ColumnHeader column)9790             public virtual void Remove(System.Windows.Forms.ColumnHeader column) { }
RemoveAt(int index)9791             public virtual void RemoveAt(int index) { }
RemoveByKey(string key)9792             public virtual void RemoveByKey(string key) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)9793             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object value)9794             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)9795             bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)9796             int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)9797             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9798             void System.Collections.IList.Remove(object value) { }
9799         }
9800         [System.ComponentModel.ListBindableAttribute(false)]
9801         public partial class ListViewItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9802         {
ListViewItemCollection(System.Windows.Forms.ListView owner)9803             public ListViewItemCollection(System.Windows.Forms.ListView owner) { }
9804             [System.ComponentModel.BrowsableAttribute(false)]
9805             public int Count { get { throw null; } }
9806             public bool IsReadOnly { get { throw null; } }
9807             public virtual System.Windows.Forms.ListViewItem this[int index] { get { throw null; } set { } }
9808             public virtual System.Windows.Forms.ListViewItem this[string key] { get { throw null; } }
9809             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9810             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9811             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9812             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string text)9813             public virtual System.Windows.Forms.ListViewItem Add(string text) { throw null; }
Add(string text, int imageIndex)9814             public virtual System.Windows.Forms.ListViewItem Add(string text, int imageIndex) { throw null; }
Add(string text, string imageKey)9815             public virtual System.Windows.Forms.ListViewItem Add(string text, string imageKey) { throw null; }
Add(string key, string text, int imageIndex)9816             public virtual System.Windows.Forms.ListViewItem Add(string key, string text, int imageIndex) { throw null; }
Add(string key, string text, string imageKey)9817             public virtual System.Windows.Forms.ListViewItem Add(string key, string text, string imageKey) { throw null; }
Add(System.Windows.Forms.ListViewItem value)9818             public virtual System.Windows.Forms.ListViewItem Add(System.Windows.Forms.ListViewItem value) { throw null; }
AddRange(System.Windows.Forms.ListView.ListViewItemCollection items)9819             public void AddRange(System.Windows.Forms.ListView.ListViewItemCollection items) { }
AddRange(System.Windows.Forms.ListViewItem[] items)9820             public void AddRange(System.Windows.Forms.ListViewItem[] items) { }
Clear()9821             public virtual void Clear() { }
Contains(System.Windows.Forms.ListViewItem item)9822             public bool Contains(System.Windows.Forms.ListViewItem item) { throw null; }
ContainsKey(string key)9823             public virtual bool ContainsKey(string key) { throw null; }
CopyTo(System.Array dest, int index)9824             public void CopyTo(System.Array dest, int index) { }
Find(string key, bool searchAllSubItems)9825             public System.Windows.Forms.ListViewItem[] Find(string key, bool searchAllSubItems) { throw null; }
GetEnumerator()9826             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.ListViewItem item)9827             public int IndexOf(System.Windows.Forms.ListViewItem item) { throw null; }
IndexOfKey(string key)9828             public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, string text)9829             public System.Windows.Forms.ListViewItem Insert(int index, string text) { throw null; }
Insert(int index, string text, int imageIndex)9830             public System.Windows.Forms.ListViewItem Insert(int index, string text, int imageIndex) { throw null; }
Insert(int index, string text, string imageKey)9831             public System.Windows.Forms.ListViewItem Insert(int index, string text, string imageKey) { throw null; }
Insert(int index, string key, string text, int imageIndex)9832             public virtual System.Windows.Forms.ListViewItem Insert(int index, string key, string text, int imageIndex) { throw null; }
Insert(int index, string key, string text, string imageKey)9833             public virtual System.Windows.Forms.ListViewItem Insert(int index, string key, string text, string imageKey) { throw null; }
Insert(int index, System.Windows.Forms.ListViewItem item)9834             public System.Windows.Forms.ListViewItem Insert(int index, System.Windows.Forms.ListViewItem item) { throw null; }
Remove(System.Windows.Forms.ListViewItem item)9835             public virtual void Remove(System.Windows.Forms.ListViewItem item) { }
RemoveAt(int index)9836             public virtual void RemoveAt(int index) { }
RemoveByKey(string key)9837             public virtual void RemoveByKey(string key) { }
System.Collections.IList.Add(object item)9838             int System.Collections.IList.Add(object item) { throw null; }
System.Collections.IList.Contains(object item)9839             bool System.Collections.IList.Contains(object item) { throw null; }
System.Collections.IList.IndexOf(object item)9840             int System.Collections.IList.IndexOf(object item) { throw null; }
System.Collections.IList.Insert(int index, object item)9841             void System.Collections.IList.Insert(int index, object item) { }
System.Collections.IList.Remove(object item)9842             void System.Collections.IList.Remove(object item) { }
9843         }
9844         [System.ComponentModel.ListBindableAttribute(false)]
9845         public partial class SelectedIndexCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9846         {
SelectedIndexCollection(System.Windows.Forms.ListView owner)9847             public SelectedIndexCollection(System.Windows.Forms.ListView owner) { }
9848             [System.ComponentModel.BrowsableAttribute(false)]
9849             public int Count { get { throw null; } }
9850             public bool IsReadOnly { get { throw null; } }
9851             public int this[int index] { get { throw null; } }
9852             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9853             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9854             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9855             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(int itemIndex)9856             public int Add(int itemIndex) { throw null; }
Clear()9857             public void Clear() { }
Contains(int selectedIndex)9858             public bool Contains(int selectedIndex) { throw null; }
CopyTo(System.Array dest, int index)9859             public void CopyTo(System.Array dest, int index) { }
GetEnumerator()9860             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(int selectedIndex)9861             public int IndexOf(int selectedIndex) { throw null; }
Remove(int itemIndex)9862             public void Remove(int itemIndex) { }
System.Collections.IList.Add(object value)9863             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()9864             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object selectedIndex)9865             bool System.Collections.IList.Contains(object selectedIndex) { throw null; }
System.Collections.IList.IndexOf(object selectedIndex)9866             int System.Collections.IList.IndexOf(object selectedIndex) { throw null; }
System.Collections.IList.Insert(int index, object value)9867             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9868             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)9869             void System.Collections.IList.RemoveAt(int index) { }
9870         }
9871         [System.ComponentModel.ListBindableAttribute(false)]
9872         public partial class SelectedListViewItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9873         {
SelectedListViewItemCollection(System.Windows.Forms.ListView owner)9874             public SelectedListViewItemCollection(System.Windows.Forms.ListView owner) { }
9875             [System.ComponentModel.BrowsableAttribute(false)]
9876             public int Count { get { throw null; } }
9877             public bool IsReadOnly { get { throw null; } }
9878             public System.Windows.Forms.ListViewItem this[int index] { get { throw null; } }
9879             public virtual System.Windows.Forms.ListViewItem this[string key] { get { throw null; } }
9880             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9881             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9882             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9883             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Clear()9884             public void Clear() { }
Contains(System.Windows.Forms.ListViewItem item)9885             public bool Contains(System.Windows.Forms.ListViewItem item) { throw null; }
ContainsKey(string key)9886             public virtual bool ContainsKey(string key) { throw null; }
CopyTo(System.Array dest, int index)9887             public void CopyTo(System.Array dest, int index) { }
GetEnumerator()9888             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.ListViewItem item)9889             public int IndexOf(System.Windows.Forms.ListViewItem item) { throw null; }
IndexOfKey(string key)9890             public virtual int IndexOfKey(string key) { throw null; }
System.Collections.IList.Add(object value)9891             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object item)9892             bool System.Collections.IList.Contains(object item) { throw null; }
System.Collections.IList.IndexOf(object item)9893             int System.Collections.IList.IndexOf(object item) { throw null; }
System.Collections.IList.Insert(int index, object value)9894             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9895             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)9896             void System.Collections.IList.RemoveAt(int index) { }
9897         }
9898     }
9899     public enum ListViewAlignment
9900     {
9901         Default = 0,
9902         Left = 1,
9903         SnapToGrid = 5,
9904         Top = 2,
9905     }
9906     [System.ComponentModel.DefaultPropertyAttribute("Header")]
9907     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
9908     [System.ComponentModel.ToolboxItemAttribute(false)]
9909     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.ListViewGroupConverter")]
9910     [System.SerializableAttribute]
9911     public sealed partial class ListViewGroup : System.Runtime.Serialization.ISerializable
9912     {
ListViewGroup()9913         public ListViewGroup() { }
ListViewGroup(string header)9914         public ListViewGroup(string header) { }
ListViewGroup(string key, string headerText)9915         public ListViewGroup(string key, string headerText) { }
ListViewGroup(string header, System.Windows.Forms.HorizontalAlignment headerAlignment)9916         public ListViewGroup(string header, System.Windows.Forms.HorizontalAlignment headerAlignment) { }
9917         public string Header { get { throw null; } set { } }
9918         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
9919         public System.Windows.Forms.HorizontalAlignment HeaderAlignment { get { throw null; } set { } }
9920         [System.ComponentModel.BrowsableAttribute(false)]
9921         public System.Windows.Forms.ListView.ListViewItemCollection Items { get { throw null; } }
9922         [System.ComponentModel.BrowsableAttribute(false)]
9923         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9924         public System.Windows.Forms.ListView ListView { get { throw null; } }
9925         [System.ComponentModel.BrowsableAttribute(true)]
9926         [System.ComponentModel.DefaultValueAttribute("")]
9927         public string Name { get { throw null; } set { } }
9928         [System.ComponentModel.BindableAttribute(true)]
9929         [System.ComponentModel.DefaultValueAttribute(null)]
9930         [System.ComponentModel.LocalizableAttribute(false)]
9931         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
9932         public object Tag { get { throw null; } set { } }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)9933         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ToString()9934         public override string ToString() { throw null; }
9935     }
9936     [System.ComponentModel.ListBindableAttribute(false)]
9937     public partial class ListViewGroupCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9938     {
ListViewGroupCollection()9939         internal ListViewGroupCollection() { }
9940         public int Count { get { throw null; } }
9941         public System.Windows.Forms.ListViewGroup this[int index] { get { throw null; } set { } }
9942         public System.Windows.Forms.ListViewGroup this[string key] { get { throw null; } set { } }
9943         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9944         object System.Collections.ICollection.SyncRoot { get { throw null; } }
9945         bool System.Collections.IList.IsFixedSize { get { throw null; } }
9946         bool System.Collections.IList.IsReadOnly { get { throw null; } }
9947         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string key, string headerText)9948         public System.Windows.Forms.ListViewGroup Add(string key, string headerText) { throw null; }
Add(System.Windows.Forms.ListViewGroup group)9949         public int Add(System.Windows.Forms.ListViewGroup group) { throw null; }
AddRange(System.Windows.Forms.ListViewGroupCollection groups)9950         public void AddRange(System.Windows.Forms.ListViewGroupCollection groups) { }
AddRange(System.Windows.Forms.ListViewGroup[] groups)9951         public void AddRange(System.Windows.Forms.ListViewGroup[] groups) { }
Clear()9952         public void Clear() { }
Contains(System.Windows.Forms.ListViewGroup value)9953         public bool Contains(System.Windows.Forms.ListViewGroup value) { throw null; }
CopyTo(System.Array array, int index)9954         public void CopyTo(System.Array array, int index) { }
GetEnumerator()9955         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.ListViewGroup value)9956         public int IndexOf(System.Windows.Forms.ListViewGroup value) { throw null; }
Insert(int index, System.Windows.Forms.ListViewGroup group)9957         public void Insert(int index, System.Windows.Forms.ListViewGroup group) { }
Remove(System.Windows.Forms.ListViewGroup group)9958         public void Remove(System.Windows.Forms.ListViewGroup group) { }
RemoveAt(int index)9959         public void RemoveAt(int index) { }
System.Collections.IList.Add(object value)9960         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)9961         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)9962         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)9963         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9964         void System.Collections.IList.Remove(object value) { }
9965     }
9966     public partial class ListViewHitTestInfo
9967     {
ListViewHitTestInfo(System.Windows.Forms.ListViewItem hitItem, System.Windows.Forms.ListViewItem.ListViewSubItem hitSubItem, System.Windows.Forms.ListViewHitTestLocations hitLocation)9968         public ListViewHitTestInfo(System.Windows.Forms.ListViewItem hitItem, System.Windows.Forms.ListViewItem.ListViewSubItem hitSubItem, System.Windows.Forms.ListViewHitTestLocations hitLocation) { }
9969         public System.Windows.Forms.ListViewItem Item { get { throw null; } }
9970         public System.Windows.Forms.ListViewHitTestLocations Location { get { throw null; } }
9971         public System.Windows.Forms.ListViewItem.ListViewSubItem SubItem { get { throw null; } }
9972     }
9973     [System.FlagsAttribute]
9974     public enum ListViewHitTestLocations
9975     {
9976         AboveClientArea = 256,
9977         BelowClientArea = 16,
9978         Image = 2,
9979         Label = 4,
9980         LeftOfClientArea = 64,
9981         None = 1,
9982         RightOfClientArea = 32,
9983         StateImage = 512,
9984     }
9985     public sealed partial class ListViewInsertionMark
9986     {
ListViewInsertionMark()9987         internal ListViewInsertionMark() { }
9988         public bool AppearsAfterItem { get { throw null; } set { } }
9989         public System.Drawing.Rectangle Bounds { get { throw null; } }
9990         public System.Drawing.Color Color { get { throw null; } set { } }
9991         public int Index { get { throw null; } set { } }
NearestIndex(System.Drawing.Point pt)9992         public int NearestIndex(System.Drawing.Point pt) { throw null; }
9993     }
9994     [System.ComponentModel.DefaultPropertyAttribute("Text")]
9995     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
9996     [System.ComponentModel.ToolboxItemAttribute(false)]
9997     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ListViewItemConverter))]
9998     [System.SerializableAttribute]
9999     public partial class ListViewItem : System.ICloneable, System.Runtime.Serialization.ISerializable
10000     {
ListViewItem()10001         public ListViewItem() { }
ListViewItem(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10002         protected ListViewItem(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ListViewItem(string text)10003         public ListViewItem(string text) { }
ListViewItem(string text, int imageIndex)10004         public ListViewItem(string text, int imageIndex) { }
ListViewItem(string text, int imageIndex, System.Windows.Forms.ListViewGroup group)10005         public ListViewItem(string text, int imageIndex, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(string text, string imageKey)10006         public ListViewItem(string text, string imageKey) { }
ListViewItem(string text, string imageKey, System.Windows.Forms.ListViewGroup group)10007         public ListViewItem(string text, string imageKey, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(string text, System.Windows.Forms.ListViewGroup group)10008         public ListViewItem(string text, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(string[] items)10009         public ListViewItem(string[] items) { }
ListViewItem(string[] items, int imageIndex)10010         public ListViewItem(string[] items, int imageIndex) { }
ListViewItem(string[] items, int imageIndex, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font)10011         public ListViewItem(string[] items, int imageIndex, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
ListViewItem(string[] items, int imageIndex, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font, System.Windows.Forms.ListViewGroup group)10012         public ListViewItem(string[] items, int imageIndex, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(string[] items, int imageIndex, System.Windows.Forms.ListViewGroup group)10013         public ListViewItem(string[] items, int imageIndex, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(string[] items, string imageKey)10014         public ListViewItem(string[] items, string imageKey) { }
ListViewItem(string[] items, string imageKey, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font)10015         public ListViewItem(string[] items, string imageKey, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
ListViewItem(string[] items, string imageKey, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font, System.Windows.Forms.ListViewGroup group)10016         public ListViewItem(string[] items, string imageKey, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(string[] items, string imageKey, System.Windows.Forms.ListViewGroup group)10017         public ListViewItem(string[] items, string imageKey, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(string[] items, System.Windows.Forms.ListViewGroup group)10018         public ListViewItem(string[] items, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(System.Windows.Forms.ListViewGroup group)10019         public ListViewItem(System.Windows.Forms.ListViewGroup group) { }
ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, int imageIndex)10020         public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, int imageIndex) { }
ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, int imageIndex, System.Windows.Forms.ListViewGroup group)10021         public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, int imageIndex, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, string imageKey)10022         public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, string imageKey) { }
ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, string imageKey, System.Windows.Forms.ListViewGroup group)10023         public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, string imageKey, System.Windows.Forms.ListViewGroup group) { }
10024         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10025         public System.Drawing.Color BackColor { get { throw null; } set { } }
10026         [System.ComponentModel.BrowsableAttribute(false)]
10027         public System.Drawing.Rectangle Bounds { get { throw null; } }
10028         [System.ComponentModel.DefaultValueAttribute(false)]
10029         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10030         public bool Checked { get { throw null; } set { } }
10031         [System.ComponentModel.BrowsableAttribute(false)]
10032         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10033         public bool Focused { get { throw null; } set { } }
10034         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10035         [System.ComponentModel.LocalizableAttribute(true)]
10036         public System.Drawing.Font Font { get { throw null; } set { } }
10037         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10038         public System.Drawing.Color ForeColor { get { throw null; } set { } }
10039         [System.ComponentModel.DefaultValueAttribute(null)]
10040         [System.ComponentModel.LocalizableAttribute(true)]
10041         public System.Windows.Forms.ListViewGroup Group { get { throw null; } set { } }
10042         [System.ComponentModel.DefaultValueAttribute(-1)]
10043         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10044         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
10045         [System.ComponentModel.LocalizableAttribute(true)]
10046         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10047         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
10048         public int ImageIndex { get { throw null; } set { } }
10049         [System.ComponentModel.DefaultValueAttribute("")]
10050         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10051         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
10052         [System.ComponentModel.LocalizableAttribute(true)]
10053         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10054         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
10055         public string ImageKey { get { throw null; } set { } }
10056         [System.ComponentModel.BrowsableAttribute(false)]
10057         public System.Windows.Forms.ImageList ImageList { get { throw null; } }
10058         [System.ComponentModel.DefaultValueAttribute(0)]
10059         public int IndentCount { get { throw null; } set { } }
10060         [System.ComponentModel.BrowsableAttribute(false)]
10061         public int Index { get { throw null; } }
10062         [System.ComponentModel.BrowsableAttribute(false)]
10063         public System.Windows.Forms.ListView ListView { get { throw null; } }
10064         [System.ComponentModel.BrowsableAttribute(false)]
10065         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10066         [System.ComponentModel.LocalizableAttribute(true)]
10067         public string Name { get { throw null; } set { } }
10068         [System.ComponentModel.BrowsableAttribute(false)]
10069         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10070         public System.Drawing.Point Position { get { throw null; } set { } }
10071         [System.ComponentModel.BrowsableAttribute(false)]
10072         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10073         public bool Selected { get { throw null; } set { } }
10074         [System.ComponentModel.DefaultValueAttribute(-1)]
10075         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
10076         [System.ComponentModel.LocalizableAttribute(true)]
10077         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10078         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
10079         [System.Windows.Forms.RelatedImageListAttribute("ListView.StateImageList")]
10080         public int StateImageIndex { get { throw null; } set { } }
10081         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10082         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewSubItemCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
10083         public System.Windows.Forms.ListViewItem.ListViewSubItemCollection SubItems { get { throw null; } }
10084         [System.ComponentModel.BindableAttribute(true)]
10085         [System.ComponentModel.DefaultValueAttribute(null)]
10086         [System.ComponentModel.LocalizableAttribute(false)]
10087         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
10088         public object Tag { get { throw null; } set { } }
10089         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10090         [System.ComponentModel.LocalizableAttribute(true)]
10091         public string Text { get { throw null; } set { } }
10092         [System.ComponentModel.DefaultValueAttribute("")]
10093         public string ToolTipText { get { throw null; } set { } }
10094         [System.ComponentModel.DefaultValueAttribute(true)]
10095         public bool UseItemStyleForSubItems { get { throw null; } set { } }
BeginEdit()10096         public void BeginEdit() { }
Clone()10097         public virtual object Clone() { throw null; }
Deserialize(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10098         protected virtual void Deserialize(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
EnsureVisible()10099         public virtual void EnsureVisible() { }
FindNearestItem(System.Windows.Forms.SearchDirectionHint searchDirection)10100         public System.Windows.Forms.ListViewItem FindNearestItem(System.Windows.Forms.SearchDirectionHint searchDirection) { throw null; }
GetBounds(System.Windows.Forms.ItemBoundsPortion portion)10101         public System.Drawing.Rectangle GetBounds(System.Windows.Forms.ItemBoundsPortion portion) { throw null; }
GetSubItemAt(int x, int y)10102         public System.Windows.Forms.ListViewItem.ListViewSubItem GetSubItemAt(int x, int y) { throw null; }
Remove()10103         public virtual void Remove() { }
Serialize(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10104         protected virtual void Serialize(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10105         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ToString()10106         public override string ToString() { throw null; }
10107         [System.ComponentModel.DefaultPropertyAttribute("Text")]
10108         [System.ComponentModel.DesignTimeVisibleAttribute(false)]
10109         [System.ComponentModel.ToolboxItemAttribute(false)]
10110         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.ListViewSubItemConverter")]
10111         [System.SerializableAttribute]
10112         public partial class ListViewSubItem
10113         {
ListViewSubItem()10114             public ListViewSubItem() { }
ListViewSubItem(System.Windows.Forms.ListViewItem owner, string text)10115             public ListViewSubItem(System.Windows.Forms.ListViewItem owner, string text) { }
ListViewSubItem(System.Windows.Forms.ListViewItem owner, string text, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font)10116             public ListViewSubItem(System.Windows.Forms.ListViewItem owner, string text, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
10117             public System.Drawing.Color BackColor { get { throw null; } set { } }
10118             [System.ComponentModel.BrowsableAttribute(false)]
10119             public System.Drawing.Rectangle Bounds { get { throw null; } }
10120             [System.ComponentModel.LocalizableAttribute(true)]
10121             public System.Drawing.Font Font { get { throw null; } set { } }
10122             public System.Drawing.Color ForeColor { get { throw null; } set { } }
10123             [System.ComponentModel.LocalizableAttribute(true)]
10124             public string Name { get { throw null; } set { } }
10125             [System.ComponentModel.BindableAttribute(true)]
10126             [System.ComponentModel.DefaultValueAttribute(null)]
10127             [System.ComponentModel.LocalizableAttribute(false)]
10128             [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
10129             public object Tag { get { throw null; } set { } }
10130             [System.ComponentModel.LocalizableAttribute(true)]
10131             public string Text { get { throw null; } set { } }
ResetStyle()10132             public void ResetStyle() { }
ToString()10133             public override string ToString() { throw null; }
10134         }
10135         public partial class ListViewSubItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
10136         {
ListViewSubItemCollection(System.Windows.Forms.ListViewItem owner)10137             public ListViewSubItemCollection(System.Windows.Forms.ListViewItem owner) { }
10138             [System.ComponentModel.BrowsableAttribute(false)]
10139             public int Count { get { throw null; } }
10140             public bool IsReadOnly { get { throw null; } }
10141             public System.Windows.Forms.ListViewItem.ListViewSubItem this[int index] { get { throw null; } set { } }
10142             public virtual System.Windows.Forms.ListViewItem.ListViewSubItem this[string key] { get { throw null; } }
10143             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
10144             object System.Collections.ICollection.SyncRoot { get { throw null; } }
10145             bool System.Collections.IList.IsFixedSize { get { throw null; } }
10146             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string text)10147             public System.Windows.Forms.ListViewItem.ListViewSubItem Add(string text) { throw null; }
Add(string text, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font)10148             public System.Windows.Forms.ListViewItem.ListViewSubItem Add(string text, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { throw null; }
Add(System.Windows.Forms.ListViewItem.ListViewSubItem item)10149             public System.Windows.Forms.ListViewItem.ListViewSubItem Add(System.Windows.Forms.ListViewItem.ListViewSubItem item) { throw null; }
AddRange(string[] items)10150             public void AddRange(string[] items) { }
AddRange(string[] items, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font)10151             public void AddRange(string[] items, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
AddRange(System.Windows.Forms.ListViewItem.ListViewSubItem[] items)10152             public void AddRange(System.Windows.Forms.ListViewItem.ListViewSubItem[] items) { }
Clear()10153             public void Clear() { }
Contains(System.Windows.Forms.ListViewItem.ListViewSubItem subItem)10154             public bool Contains(System.Windows.Forms.ListViewItem.ListViewSubItem subItem) { throw null; }
ContainsKey(string key)10155             public virtual bool ContainsKey(string key) { throw null; }
GetEnumerator()10156             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.ListViewItem.ListViewSubItem subItem)10157             public int IndexOf(System.Windows.Forms.ListViewItem.ListViewSubItem subItem) { throw null; }
IndexOfKey(string key)10158             public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, System.Windows.Forms.ListViewItem.ListViewSubItem item)10159             public void Insert(int index, System.Windows.Forms.ListViewItem.ListViewSubItem item) { }
Remove(System.Windows.Forms.ListViewItem.ListViewSubItem item)10160             public void Remove(System.Windows.Forms.ListViewItem.ListViewSubItem item) { }
RemoveAt(int index)10161             public void RemoveAt(int index) { }
RemoveByKey(string key)10162             public virtual void RemoveByKey(string key) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)10163             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object item)10164             int System.Collections.IList.Add(object item) { throw null; }
System.Collections.IList.Contains(object subItem)10165             bool System.Collections.IList.Contains(object subItem) { throw null; }
System.Collections.IList.IndexOf(object subItem)10166             int System.Collections.IList.IndexOf(object subItem) { throw null; }
System.Collections.IList.Insert(int index, object item)10167             void System.Collections.IList.Insert(int index, object item) { }
System.Collections.IList.Remove(object item)10168             void System.Collections.IList.Remove(object item) { }
10169         }
10170     }
10171     public partial class ListViewItemConverter : System.ComponentModel.ExpandableObjectConverter
10172     {
ListViewItemConverter()10173         public ListViewItemConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)10174         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)10175         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
10176     }
10177     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10178     public partial class ListViewItemMouseHoverEventArgs : System.EventArgs
10179     {
ListViewItemMouseHoverEventArgs(System.Windows.Forms.ListViewItem item)10180         public ListViewItemMouseHoverEventArgs(System.Windows.Forms.ListViewItem item) { }
10181         public System.Windows.Forms.ListViewItem Item { get { throw null; } }
10182     }
ListViewItemMouseHoverEventHandler(object sender, System.Windows.Forms.ListViewItemMouseHoverEventArgs e)10183     public delegate void ListViewItemMouseHoverEventHandler(object sender, System.Windows.Forms.ListViewItemMouseHoverEventArgs e);
10184     public partial class ListViewItemSelectionChangedEventArgs : System.EventArgs
10185     {
ListViewItemSelectionChangedEventArgs(System.Windows.Forms.ListViewItem item, int itemIndex, bool isSelected)10186         public ListViewItemSelectionChangedEventArgs(System.Windows.Forms.ListViewItem item, int itemIndex, bool isSelected) { }
10187         public bool IsSelected { get { throw null; } }
10188         public System.Windows.Forms.ListViewItem Item { get { throw null; } }
10189         public int ItemIndex { get { throw null; } }
10190     }
ListViewItemSelectionChangedEventHandler(object sender, System.Windows.Forms.ListViewItemSelectionChangedEventArgs e)10191     public delegate void ListViewItemSelectionChangedEventHandler(object sender, System.Windows.Forms.ListViewItemSelectionChangedEventArgs e);
10192     [System.FlagsAttribute]
10193     public enum ListViewItemStates
10194     {
10195         Checked = 8,
10196         Default = 32,
10197         Focused = 16,
10198         Grayed = 2,
10199         Hot = 64,
10200         Indeterminate = 256,
10201         Marked = 128,
10202         Selected = 1,
10203         ShowKeyboardCues = 512,
10204     }
10205     public partial class ListViewVirtualItemsSelectionRangeChangedEventArgs : System.EventArgs
10206     {
ListViewVirtualItemsSelectionRangeChangedEventArgs(int startIndex, int endIndex, bool isSelected)10207         public ListViewVirtualItemsSelectionRangeChangedEventArgs(int startIndex, int endIndex, bool isSelected) { }
10208         public int EndIndex { get { throw null; } }
10209         public bool IsSelected { get { throw null; } }
10210         public int StartIndex { get { throw null; } }
10211     }
ListViewVirtualItemsSelectionRangeChangedEventHandler(object sender, System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventArgs e)10212     public delegate void ListViewVirtualItemsSelectionRangeChangedEventHandler(object sender, System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventArgs e);
10213     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms.MainMenu", (System.ComponentModel.ToolboxItemFilterType)(0))]
10214     public partial class MainMenu : System.Windows.Forms.Menu
10215     {
MainMenu()10216         public MainMenu() : base (default(System.Windows.Forms.MenuItem[])) { }
MainMenu(System.ComponentModel.IContainer container)10217         public MainMenu(System.ComponentModel.IContainer container) : base (default(System.Windows.Forms.MenuItem[])) { }
MainMenu(System.Windows.Forms.MenuItem[] items)10218         public MainMenu(System.Windows.Forms.MenuItem[] items) : base (default(System.Windows.Forms.MenuItem[])) { }
10219         [System.ComponentModel.AmbientValueAttribute((System.Windows.Forms.RightToLeft)(2))]
10220         [System.ComponentModel.LocalizableAttribute(true)]
10221         public virtual System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
10222         public event System.EventHandler Collapse { add { } remove { } }
CloneMenu()10223         public virtual System.Windows.Forms.MainMenu CloneMenu() { throw null; }
CreateMenuHandle()10224         protected override System.IntPtr CreateMenuHandle() { throw null; }
Dispose(bool disposing)10225         protected override void Dispose(bool disposing) { }
GetForm()10226         public System.Windows.Forms.Form GetForm() { throw null; }
OnCollapse(System.EventArgs e)10227         protected internal virtual void OnCollapse(System.EventArgs e) { }
ToString()10228         public override string ToString() { throw null; }
10229     }
10230     [System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
10231     [System.ComponentModel.DefaultEventAttribute("MaskInputRejected")]
10232     [System.ComponentModel.DefaultPropertyAttribute("Mask")]
10233     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.MaskedTextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
10234     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
10235     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10236     public partial class MaskedTextBox : System.Windows.Forms.TextBoxBase
10237     {
MaskedTextBox()10238         public MaskedTextBox() { }
MaskedTextBox(System.ComponentModel.MaskedTextProvider maskedTextProvider)10239         public MaskedTextBox(System.ComponentModel.MaskedTextProvider maskedTextProvider) { }
MaskedTextBox(string mask)10240         public MaskedTextBox(string mask) { }
10241         [System.ComponentModel.BrowsableAttribute(false)]
10242         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10243         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10244         public new bool AcceptsTab { get { throw null; } set { } }
10245         [System.ComponentModel.DefaultValueAttribute(true)]
10246         public bool AllowPromptAsInput { get { throw null; } set { } }
10247         [System.ComponentModel.DefaultValueAttribute(false)]
10248         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10249         public bool AsciiOnly { get { throw null; } set { } }
10250         [System.ComponentModel.DefaultValueAttribute(false)]
10251         public bool BeepOnError { get { throw null; } set { } }
10252         [System.ComponentModel.BrowsableAttribute(false)]
10253         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10254         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10255         public new bool CanUndo { get { throw null; } }
10256         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
10257         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10258         public System.Globalization.CultureInfo Culture { get { throw null; } set { } }
10259         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.MaskFormat)(2))]
10260         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10261         public System.Windows.Forms.MaskFormat CutCopyMaskFormat { get { throw null; } set { } }
10262         [System.ComponentModel.BrowsableAttribute(false)]
10263         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10264         public System.IFormatProvider FormatProvider { get { throw null; } set { } }
10265         [System.ComponentModel.DefaultValueAttribute(false)]
10266         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10267         public bool HidePromptOnLeave { get { throw null; } set { } }
10268         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.InsertKeyMode)(0))]
10269         public System.Windows.Forms.InsertKeyMode InsertKeyMode { get { throw null; } set { } }
10270         [System.ComponentModel.BrowsableAttribute(false)]
10271         public bool IsOverwriteMode { get { throw null; } }
10272         [System.ComponentModel.BrowsableAttribute(false)]
10273         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10274         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10275         public new string[] Lines { get { throw null; } set { } }
10276         [System.ComponentModel.DefaultValueAttribute("")]
10277         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.MaskPropertyEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
10278         [System.ComponentModel.LocalizableAttribute(true)]
10279         [System.ComponentModel.MergablePropertyAttribute(false)]
10280         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10281         public string Mask { get { throw null; } set { } }
10282         [System.ComponentModel.BrowsableAttribute(false)]
10283         public bool MaskCompleted { get { throw null; } }
10284         [System.ComponentModel.BrowsableAttribute(false)]
10285         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10286         public System.ComponentModel.MaskedTextProvider MaskedTextProvider { get { throw null; } }
10287         [System.ComponentModel.BrowsableAttribute(false)]
10288         public bool MaskFull { get { throw null; } }
10289         [System.ComponentModel.BrowsableAttribute(false)]
10290         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10291         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10292         public override int MaxLength { get { throw null; } set { } }
10293         [System.ComponentModel.BrowsableAttribute(false)]
10294         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10295         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10296         public override bool Multiline { get { throw null; } set { } }
10297         [System.ComponentModel.DefaultValueAttribute('\0')]
10298         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10299         public char PasswordChar { get { throw null; } set { } }
10300         [System.ComponentModel.DefaultValueAttribute('_')]
10301         [System.ComponentModel.LocalizableAttribute(true)]
10302         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10303         public char PromptChar { get { throw null; } set { } }
10304         public new bool ReadOnly { get { throw null; } set { } }
10305         [System.ComponentModel.DefaultValueAttribute(false)]
10306         public bool RejectInputOnFirstFailure { get { throw null; } set { } }
10307         [System.ComponentModel.DefaultValueAttribute(true)]
10308         public bool ResetOnPrompt { get { throw null; } set { } }
10309         [System.ComponentModel.DefaultValueAttribute(true)]
10310         public bool ResetOnSpace { get { throw null; } set { } }
10311         public override string SelectedText { get { throw null; } set { } }
10312         [System.ComponentModel.DefaultValueAttribute(true)]
10313         public bool SkipLiterals { get { throw null; } set { } }
10314         [System.ComponentModel.BindableAttribute(true)]
10315         [System.ComponentModel.DefaultValueAttribute("")]
10316         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.MaskedTextBoxTextEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
10317         [System.ComponentModel.LocalizableAttribute(true)]
10318         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10319         public override string Text { get { throw null; } set { } }
10320         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
10321         [System.ComponentModel.LocalizableAttribute(true)]
10322         public System.Windows.Forms.HorizontalAlignment TextAlign { get { throw null; } set { } }
10323         [System.ComponentModel.BrowsableAttribute(false)]
10324         public override int TextLength { get { throw null; } }
10325         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.MaskFormat)(2))]
10326         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10327         public System.Windows.Forms.MaskFormat TextMaskFormat { get { throw null; } set { } }
10328         [System.ComponentModel.DefaultValueAttribute(false)]
10329         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10330         public bool UseSystemPasswordChar { get { throw null; } set { } }
10331         [System.ComponentModel.BrowsableAttribute(false)]
10332         [System.ComponentModel.DefaultValueAttribute(null)]
10333         public System.Type ValidatingType { get { throw null; } set { } }
10334         [System.ComponentModel.BrowsableAttribute(false)]
10335         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10336         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10337         public new bool WordWrap { get { throw null; } set { } }
10338         [System.ComponentModel.BrowsableAttribute(false)]
10339         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10340         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10341         public new event System.EventHandler AcceptsTabChanged { add { } remove { } }
10342         public event System.EventHandler IsOverwriteModeChanged { add { } remove { } }
10343         public event System.EventHandler MaskChanged { add { } remove { } }
10344         public event System.Windows.Forms.MaskInputRejectedEventHandler MaskInputRejected { add { } remove { } }
10345         [System.ComponentModel.BrowsableAttribute(false)]
10346         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10347         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10348         public new event System.EventHandler MultilineChanged { add { } remove { } }
10349         public event System.EventHandler TextAlignChanged { add { } remove { } }
10350         public event System.Windows.Forms.TypeValidationEventHandler TypeValidationCompleted { add { } remove { } }
10351         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ClearUndo()10352         public new void ClearUndo() { }
10353         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
10354         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
CreateHandle()10355         protected override void CreateHandle() { }
GetCharFromPosition(System.Drawing.Point pt)10356         public override char GetCharFromPosition(System.Drawing.Point pt) { throw null; }
GetCharIndexFromPosition(System.Drawing.Point pt)10357         public override int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; }
10358         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetFirstCharIndexFromLine(int lineNumber)10359         public new int GetFirstCharIndexFromLine(int lineNumber) { throw null; }
10360         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetFirstCharIndexOfCurrentLine()10361         public new int GetFirstCharIndexOfCurrentLine() { throw null; }
10362         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetLineFromCharIndex(int index)10363         public override int GetLineFromCharIndex(int index) { throw null; }
GetPositionFromCharIndex(int index)10364         public override System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)10365         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnBackColorChanged(System.EventArgs e)10366         protected override void OnBackColorChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)10367         protected override void OnHandleCreated(System.EventArgs e) { }
10368         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnIsOverwriteModeChanged(System.EventArgs e)10369         protected virtual void OnIsOverwriteModeChanged(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)10370         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)10371         protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e)10372         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
10373         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMaskChanged(System.EventArgs e)10374         protected virtual void OnMaskChanged(System.EventArgs e) { }
10375         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
OnMultilineChanged(System.EventArgs e)10376         protected override void OnMultilineChanged(System.EventArgs e) { }
OnTextAlignChanged(System.EventArgs e)10377         protected virtual void OnTextAlignChanged(System.EventArgs e) { }
OnTextChanged(System.EventArgs e)10378         protected override void OnTextChanged(System.EventArgs e) { }
10379         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnValidating(System.ComponentModel.CancelEventArgs e)10380         protected override void OnValidating(System.ComponentModel.CancelEventArgs e) { }
ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData)10381         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
ProcessKeyMessage(ref System.Windows.Forms.Message m)10382         protected internal override bool ProcessKeyMessage(ref System.Windows.Forms.Message m) { throw null; }
10383         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScrollToCaret()10384         public new void ScrollToCaret() { }
ToString()10385         public override string ToString() { throw null; }
10386         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Undo()10387         public new void Undo() { }
ValidateText()10388         public object ValidateText() { throw null; }
WndProc(ref System.Windows.Forms.Message m)10389         protected override void WndProc(ref System.Windows.Forms.Message m) { }
10390     }
10391     public enum MaskFormat
10392     {
10393         ExcludePromptAndLiterals = 0,
10394         IncludeLiterals = 2,
10395         IncludePrompt = 1,
10396         IncludePromptAndLiterals = 3,
10397     }
10398     public partial class MaskInputRejectedEventArgs : System.EventArgs
10399     {
MaskInputRejectedEventArgs(int position, System.ComponentModel.MaskedTextResultHint rejectionHint)10400         public MaskInputRejectedEventArgs(int position, System.ComponentModel.MaskedTextResultHint rejectionHint) { }
10401         public int Position { get { throw null; } }
10402         public System.ComponentModel.MaskedTextResultHint RejectionHint { get { throw null; } }
10403     }
MaskInputRejectedEventHandler(object sender, System.Windows.Forms.MaskInputRejectedEventArgs e)10404     public delegate void MaskInputRejectedEventHandler(object sender, System.Windows.Forms.MaskInputRejectedEventArgs e);
10405     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
10406     [System.ComponentModel.ToolboxItemAttribute(false)]
10407     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
10408     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10409     public sealed partial class MdiClient : System.Windows.Forms.Control
10410     {
MdiClient()10411         public MdiClient() { }
10412         [System.ComponentModel.LocalizableAttribute(true)]
10413         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
10414         [System.ComponentModel.BrowsableAttribute(false)]
10415         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10416         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
10417         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
10418         public System.Windows.Forms.Form[] MdiChildren { get { throw null; } }
CreateControlsInstance()10419         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
LayoutMdi(System.Windows.Forms.MdiLayout value)10420         public void LayoutMdi(System.Windows.Forms.MdiLayout value) { }
OnResize(System.EventArgs e)10421         protected override void OnResize(System.EventArgs e) { }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)10422         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
10423         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)10424         protected override void ScaleCore(float dx, float dy) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)10425         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
WndProc(ref System.Windows.Forms.Message m)10426         protected override void WndProc(ref System.Windows.Forms.Message m) { }
10427         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
10428         public partial class ControlCollection : System.Windows.Forms.Control.ControlCollection
10429         {
ControlCollection(System.Windows.Forms.MdiClient owner)10430             public ControlCollection(System.Windows.Forms.MdiClient owner) : base (default(System.Windows.Forms.Control)) { }
Add(System.Windows.Forms.Control value)10431             public override void Add(System.Windows.Forms.Control value) { }
Remove(System.Windows.Forms.Control value)10432             public override void Remove(System.Windows.Forms.Control value) { }
10433         }
10434     }
10435     public enum MdiLayout
10436     {
10437         ArrangeIcons = 3,
10438         Cascade = 0,
10439         TileHorizontal = 1,
10440         TileVertical = 2,
10441     }
10442     public partial class MeasureItemEventArgs : System.EventArgs
10443     {
MeasureItemEventArgs(System.Drawing.Graphics graphics, int index)10444         public MeasureItemEventArgs(System.Drawing.Graphics graphics, int index) { }
MeasureItemEventArgs(System.Drawing.Graphics graphics, int index, int itemHeight)10445         public MeasureItemEventArgs(System.Drawing.Graphics graphics, int index, int itemHeight) { }
10446         public System.Drawing.Graphics Graphics { get { throw null; } }
10447         public int Index { get { throw null; } }
10448         public int ItemHeight { get { throw null; } set { } }
10449         public int ItemWidth { get { throw null; } set { } }
10450     }
MeasureItemEventHandler(object sender, System.Windows.Forms.MeasureItemEventArgs e)10451     public delegate void MeasureItemEventHandler(object sender, System.Windows.Forms.MeasureItemEventArgs e);
10452     [System.ComponentModel.ListBindableAttribute(false)]
10453     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms", (System.ComponentModel.ToolboxItemFilterType)(0))]
10454     public abstract partial class Menu : System.ComponentModel.Component
10455     {
10456         public const int FindHandle = 0;
10457         public const int FindShortcut = 1;
Menu(System.Windows.Forms.MenuItem[] items)10458         protected Menu(System.Windows.Forms.MenuItem[] items) { }
10459         [System.ComponentModel.BrowsableAttribute(false)]
10460         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10461         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
10462         public System.IntPtr Handle { get { throw null; } }
10463         [System.ComponentModel.BrowsableAttribute(false)]
10464         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10465         public virtual bool IsParent { get { throw null; } }
10466         [System.ComponentModel.BrowsableAttribute(false)]
10467         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10468         public System.Windows.Forms.MenuItem MdiListItem { get { throw null; } }
10469         [System.ComponentModel.BrowsableAttribute(false)]
10470         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
10471         [System.ComponentModel.MergablePropertyAttribute(false)]
10472         public System.Windows.Forms.Menu.MenuItemCollection MenuItems { get { throw null; } }
10473         [System.ComponentModel.BrowsableAttribute(false)]
10474         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10475         public string Name { get { throw null; } set { } }
10476         [System.ComponentModel.BindableAttribute(true)]
10477         [System.ComponentModel.DefaultValueAttribute(null)]
10478         [System.ComponentModel.LocalizableAttribute(false)]
10479         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
10480         public object Tag { get { throw null; } set { } }
CloneMenu(System.Windows.Forms.Menu menuSrc)10481         protected internal void CloneMenu(System.Windows.Forms.Menu menuSrc) { }
CreateMenuHandle()10482         protected virtual System.IntPtr CreateMenuHandle() { throw null; }
Dispose(bool disposing)10483         protected override void Dispose(bool disposing) { }
FindMenuItem(int type, System.IntPtr value)10484         public System.Windows.Forms.MenuItem FindMenuItem(int type, System.IntPtr value) { throw null; }
FindMergePosition(int mergeOrder)10485         protected int FindMergePosition(int mergeOrder) { throw null; }
GetContextMenu()10486         public System.Windows.Forms.ContextMenu GetContextMenu() { throw null; }
GetMainMenu()10487         public System.Windows.Forms.MainMenu GetMainMenu() { throw null; }
MergeMenu(System.Windows.Forms.Menu menuSrc)10488         public virtual void MergeMenu(System.Windows.Forms.Menu menuSrc) { }
ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData)10489         protected internal virtual bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
ToString()10490         public override string ToString() { throw null; }
10491         [System.ComponentModel.ListBindableAttribute(false)]
10492         public partial class MenuItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
10493         {
MenuItemCollection(System.Windows.Forms.Menu owner)10494             public MenuItemCollection(System.Windows.Forms.Menu owner) { }
10495             public int Count { get { throw null; } }
10496             public bool IsReadOnly { get { throw null; } }
10497             public virtual System.Windows.Forms.MenuItem this[int index] { get { throw null; } }
10498             public virtual System.Windows.Forms.MenuItem this[string key] { get { throw null; } }
10499             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
10500             object System.Collections.ICollection.SyncRoot { get { throw null; } }
10501             bool System.Collections.IList.IsFixedSize { get { throw null; } }
10502             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(int index, System.Windows.Forms.MenuItem item)10503             public virtual int Add(int index, System.Windows.Forms.MenuItem item) { throw null; }
Add(string caption)10504             public virtual System.Windows.Forms.MenuItem Add(string caption) { throw null; }
Add(string caption, System.EventHandler onClick)10505             public virtual System.Windows.Forms.MenuItem Add(string caption, System.EventHandler onClick) { throw null; }
Add(string caption, System.Windows.Forms.MenuItem[] items)10506             public virtual System.Windows.Forms.MenuItem Add(string caption, System.Windows.Forms.MenuItem[] items) { throw null; }
Add(System.Windows.Forms.MenuItem item)10507             public virtual int Add(System.Windows.Forms.MenuItem item) { throw null; }
AddRange(System.Windows.Forms.MenuItem[] items)10508             public virtual void AddRange(System.Windows.Forms.MenuItem[] items) { }
Clear()10509             public virtual void Clear() { }
Contains(System.Windows.Forms.MenuItem value)10510             public bool Contains(System.Windows.Forms.MenuItem value) { throw null; }
ContainsKey(string key)10511             public virtual bool ContainsKey(string key) { throw null; }
CopyTo(System.Array dest, int index)10512             public void CopyTo(System.Array dest, int index) { }
Find(string key, bool searchAllChildren)10513             public System.Windows.Forms.MenuItem[] Find(string key, bool searchAllChildren) { throw null; }
GetEnumerator()10514             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.MenuItem value)10515             public int IndexOf(System.Windows.Forms.MenuItem value) { throw null; }
IndexOfKey(string key)10516             public virtual int IndexOfKey(string key) { throw null; }
Remove(System.Windows.Forms.MenuItem item)10517             public virtual void Remove(System.Windows.Forms.MenuItem item) { }
RemoveAt(int index)10518             public virtual void RemoveAt(int index) { }
RemoveByKey(string key)10519             public virtual void RemoveByKey(string key) { }
System.Collections.IList.Add(object value)10520             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)10521             bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)10522             int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)10523             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)10524             void System.Collections.IList.Remove(object value) { }
10525         }
10526     }
10527     public enum MenuGlyph
10528     {
10529         Arrow = 0,
10530         Bullet = 2,
10531         Checkmark = 1,
10532         Max = 2,
10533         Min = 0,
10534     }
10535     [System.ComponentModel.DefaultEventAttribute("Click")]
10536     [System.ComponentModel.DefaultPropertyAttribute("Text")]
10537     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
10538     [System.ComponentModel.ToolboxItemAttribute(false)]
10539     public partial class MenuItem : System.Windows.Forms.Menu
10540     {
MenuItem()10541         public MenuItem() : base (default(System.Windows.Forms.MenuItem[])) { }
MenuItem(string text)10542         public MenuItem(string text) : base (default(System.Windows.Forms.MenuItem[])) { }
MenuItem(string text, System.EventHandler onClick)10543         public MenuItem(string text, System.EventHandler onClick) : base (default(System.Windows.Forms.MenuItem[])) { }
MenuItem(string text, System.EventHandler onClick, System.Windows.Forms.Shortcut shortcut)10544         public MenuItem(string text, System.EventHandler onClick, System.Windows.Forms.Shortcut shortcut) : base (default(System.Windows.Forms.MenuItem[])) { }
MenuItem(string text, System.Windows.Forms.MenuItem[] items)10545         public MenuItem(string text, System.Windows.Forms.MenuItem[] items) : base (default(System.Windows.Forms.MenuItem[])) { }
MenuItem(System.Windows.Forms.MenuMerge mergeType, int mergeOrder, System.Windows.Forms.Shortcut shortcut, string text, System.EventHandler onClick, System.EventHandler onPopup, System.EventHandler onSelect, System.Windows.Forms.MenuItem[] items)10546         public MenuItem(System.Windows.Forms.MenuMerge mergeType, int mergeOrder, System.Windows.Forms.Shortcut shortcut, string text, System.EventHandler onClick, System.EventHandler onPopup, System.EventHandler onSelect, System.Windows.Forms.MenuItem[] items) : base (default(System.Windows.Forms.MenuItem[])) { }
10547         [System.ComponentModel.BrowsableAttribute(false)]
10548         [System.ComponentModel.DefaultValueAttribute(false)]
10549         public bool BarBreak { get { throw null; } set { } }
10550         [System.ComponentModel.BrowsableAttribute(false)]
10551         [System.ComponentModel.DefaultValueAttribute(false)]
10552         public bool Break { get { throw null; } set { } }
10553         [System.ComponentModel.DefaultValueAttribute(false)]
10554         public bool Checked { get { throw null; } set { } }
10555         [System.ComponentModel.DefaultValueAttribute(false)]
10556         public bool DefaultItem { get { throw null; } set { } }
10557         [System.ComponentModel.DefaultValueAttribute(true)]
10558         [System.ComponentModel.LocalizableAttribute(true)]
10559         public bool Enabled { get { throw null; } set { } }
10560         [System.ComponentModel.BrowsableAttribute(false)]
10561         public int Index { get { throw null; } set { } }
10562         [System.ComponentModel.BrowsableAttribute(false)]
10563         public override bool IsParent { get { throw null; } }
10564         [System.ComponentModel.DefaultValueAttribute(false)]
10565         public bool MdiList { get { throw null; } set { } }
10566         protected int MenuID { get { throw null; } }
10567         [System.ComponentModel.DefaultValueAttribute(0)]
10568         public int MergeOrder { get { throw null; } set { } }
10569         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.MenuMerge)(0))]
10570         public System.Windows.Forms.MenuMerge MergeType { get { throw null; } set { } }
10571         [System.ComponentModel.BrowsableAttribute(false)]
10572         public char Mnemonic { get { throw null; } }
10573         [System.ComponentModel.DefaultValueAttribute(false)]
10574         public bool OwnerDraw { get { throw null; } set { } }
10575         [System.ComponentModel.BrowsableAttribute(false)]
10576         public System.Windows.Forms.Menu Parent { get { throw null; } }
10577         [System.ComponentModel.DefaultValueAttribute(false)]
10578         public bool RadioCheck { get { throw null; } set { } }
10579         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Shortcut)(0))]
10580         [System.ComponentModel.LocalizableAttribute(true)]
10581         public System.Windows.Forms.Shortcut Shortcut { get { throw null; } set { } }
10582         [System.ComponentModel.DefaultValueAttribute(true)]
10583         [System.ComponentModel.LocalizableAttribute(true)]
10584         public bool ShowShortcut { get { throw null; } set { } }
10585         [System.ComponentModel.LocalizableAttribute(true)]
10586         public string Text { get { throw null; } set { } }
10587         [System.ComponentModel.DefaultValueAttribute(true)]
10588         [System.ComponentModel.LocalizableAttribute(true)]
10589         public bool Visible { get { throw null; } set { } }
10590         public event System.EventHandler Click { add { } remove { } }
10591         public event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
10592         public event System.Windows.Forms.MeasureItemEventHandler MeasureItem { add { } remove { } }
10593         public event System.EventHandler Popup { add { } remove { } }
10594         public event System.EventHandler Select { add { } remove { } }
CloneMenu()10595         public virtual System.Windows.Forms.MenuItem CloneMenu() { throw null; }
CloneMenu(System.Windows.Forms.MenuItem itemSrc)10596         protected void CloneMenu(System.Windows.Forms.MenuItem itemSrc) { }
Dispose(bool disposing)10597         protected override void Dispose(bool disposing) { }
MergeMenu()10598         public virtual System.Windows.Forms.MenuItem MergeMenu() { throw null; }
MergeMenu(System.Windows.Forms.MenuItem itemSrc)10599         public void MergeMenu(System.Windows.Forms.MenuItem itemSrc) { }
OnClick(System.EventArgs e)10600         protected virtual void OnClick(System.EventArgs e) { }
OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)10601         protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
OnInitMenuPopup(System.EventArgs e)10602         protected virtual void OnInitMenuPopup(System.EventArgs e) { }
OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e)10603         protected virtual void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { }
OnPopup(System.EventArgs e)10604         protected virtual void OnPopup(System.EventArgs e) { }
OnSelect(System.EventArgs e)10605         protected virtual void OnSelect(System.EventArgs e) { }
PerformClick()10606         public void PerformClick() { }
PerformSelect()10607         public virtual void PerformSelect() { }
ToString()10608         public override string ToString() { throw null; }
10609     }
10610     public enum MenuMerge
10611     {
10612         Add = 0,
10613         MergeItems = 2,
10614         Remove = 3,
10615         Replace = 1,
10616     }
10617     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
10618     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10619     public partial class MenuStrip : System.Windows.Forms.ToolStrip
10620     {
MenuStrip()10621         public MenuStrip() { }
10622         [System.ComponentModel.BrowsableAttribute(false)]
10623         [System.ComponentModel.DefaultValueAttribute(false)]
10624         public new bool CanOverflow { get { throw null; } set { } }
10625         protected override System.Windows.Forms.Padding DefaultGripMargin { get { throw null; } }
10626         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
10627         protected override bool DefaultShowItemToolTips { get { throw null; } }
10628         protected override System.Drawing.Size DefaultSize { get { throw null; } }
10629         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripGripStyle)(0))]
10630         public new System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } set { } }
10631         [System.ComponentModel.DefaultValueAttribute(null)]
10632         [System.ComponentModel.MergablePropertyAttribute(false)]
10633         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.MdiWindowListItemConverter")]
10634         public System.Windows.Forms.ToolStripMenuItem MdiWindowListItem { get { throw null; } set { } }
10635         [System.ComponentModel.DefaultValueAttribute(false)]
10636         public new bool ShowItemToolTips { get { throw null; } set { } }
10637         [System.ComponentModel.DefaultValueAttribute(true)]
10638         public new bool Stretch { get { throw null; } set { } }
10639         public event System.EventHandler MenuActivate { add { } remove { } }
10640         public event System.EventHandler MenuDeactivate { add { } remove { } }
CreateAccessibilityInstance()10641         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick)10642         protected internal override System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
OnMenuActivate(System.EventArgs e)10643         protected virtual void OnMenuActivate(System.EventArgs e) { }
OnMenuDeactivate(System.EventArgs e)10644         protected virtual void OnMenuDeactivate(System.EventArgs e) { }
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)10645         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
WndProc(ref System.Windows.Forms.Message m)10646         protected override void WndProc(ref System.Windows.Forms.Message m) { }
10647     }
10648     public enum MergeAction
10649     {
10650         Append = 0,
10651         Insert = 1,
10652         MatchOnly = 4,
10653         Remove = 3,
10654         Replace = 2,
10655     }
10656     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
10657     public partial struct Message
10658     {
10659         public System.IntPtr HWnd { get { throw null; } set { } }
10660         public System.IntPtr LParam { get { throw null; } set { } }
10661         public int Msg { get { throw null; } set { } }
10662         public System.IntPtr Result { get { throw null; } set { } }
10663         public System.IntPtr WParam { get { throw null; } set { } }
CreateSystem.Windows.Forms.Message10664         public static System.Windows.Forms.Message Create(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
EqualsSystem.Windows.Forms.Message10665         public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Windows.Forms.Message10666         public override int GetHashCode() { throw null; }
GetLParamSystem.Windows.Forms.Message10667         public object GetLParam(System.Type cls) { throw null; }
operator ==System.Windows.Forms.Message10668         public static bool operator ==(System.Windows.Forms.Message a, System.Windows.Forms.Message b) { throw null; }
operator !=System.Windows.Forms.Message10669         public static bool operator !=(System.Windows.Forms.Message a, System.Windows.Forms.Message b) { throw null; }
ToStringSystem.Windows.Forms.Message10670         public override string ToString() { throw null; }
10671     }
10672     public partial class MessageBox
10673     {
MessageBox()10674         internal MessageBox() { }
Show(string text)10675         public static System.Windows.Forms.DialogResult Show(string text) { throw null; }
Show(string text, string caption)10676         public static System.Windows.Forms.DialogResult Show(string text, string caption) { throw null; }
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons)10677         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons) { throw null; }
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon)10678         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon) { throw null; }
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton)10679         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton) { throw null; }
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options)10680         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options) { throw null; }
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, bool displayHelpButton)10681         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, bool displayHelpButton) { throw null; }
10682         [System.MonoTODOAttribute("Help is not implemented")]
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath)10683         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath) { throw null; }
10684         [System.MonoTODOAttribute("Help is not implemented")]
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, string keyword)10685         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, string keyword) { throw null; }
10686         [System.MonoTODOAttribute("Help is not implemented")]
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator)10687         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator) { throw null; }
10688         [System.MonoTODOAttribute("Help is not implemented")]
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator, object param)10689         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator, object param) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text)10690         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text, string caption)10691         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons)10692         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon)10693         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton)10694         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options)10695         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options) { throw null; }
10696         [System.MonoTODOAttribute("Help is not implemented")]
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath)10697         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath) { throw null; }
10698         [System.MonoTODOAttribute("Help is not implemented")]
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, string keyword)10699         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, string keyword) { throw null; }
10700         [System.MonoTODOAttribute("Help is not implemented")]
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator)10701         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator) { throw null; }
10702         [System.MonoTODOAttribute("Help is not implemented")]
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator, object param)10703         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator, object param) { throw null; }
10704     }
10705     public enum MessageBoxButtons
10706     {
10707         AbortRetryIgnore = 2,
10708         OK = 0,
10709         OKCancel = 1,
10710         RetryCancel = 5,
10711         YesNo = 4,
10712         YesNoCancel = 3,
10713     }
10714     public enum MessageBoxDefaultButton
10715     {
10716         Button1 = 0,
10717         Button2 = 256,
10718         Button3 = 512,
10719     }
10720     public enum MessageBoxIcon
10721     {
10722         Asterisk = 64,
10723         Error = 16,
10724         Exclamation = 48,
10725         Hand = 16,
10726         Information = 64,
10727         None = 0,
10728         Question = 32,
10729         Stop = 16,
10730         Warning = 48,
10731     }
10732     [System.FlagsAttribute]
10733     public enum MessageBoxOptions
10734     {
10735         DefaultDesktopOnly = 131072,
10736         RightAlign = 524288,
10737         RtlReading = 1048576,
10738         ServiceNotification = 2097152,
10739     }
MethodInvoker()10740     public delegate void MethodInvoker();
10741     [System.ComponentModel.DefaultBindingPropertyAttribute("SelectionRange")]
10742     [System.ComponentModel.DefaultEventAttribute("DateChanged")]
10743     [System.ComponentModel.DefaultPropertyAttribute("SelectionRange")]
10744     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.MonthCalendarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
10745     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
10746     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10747     public partial class MonthCalendar : System.Windows.Forms.Control
10748     {
MonthCalendar()10749         public MonthCalendar() { }
10750         [System.ComponentModel.LocalizableAttribute(true)]
10751         public System.DateTime[] AnnuallyBoldedDates { get { throw null; } set { } }
10752         public override System.Drawing.Color BackColor { get { throw null; } set { } }
10753         [System.ComponentModel.BrowsableAttribute(false)]
10754         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10755         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
10756         [System.ComponentModel.BrowsableAttribute(false)]
10757         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10758         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
10759         [System.ComponentModel.LocalizableAttribute(true)]
10760         public System.DateTime[] BoldedDates { get { throw null; } set { } }
10761         [System.ComponentModel.LocalizableAttribute(true)]
10762         public System.Drawing.Size CalendarDimensions { get { throw null; } set { } }
10763         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
10764         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
10765         protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
10766         protected override System.Drawing.Size DefaultSize { get { throw null; } }
10767         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10768         protected override bool DoubleBuffered { get { throw null; } set { } }
10769         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Day)(7))]
10770         [System.ComponentModel.LocalizableAttribute(true)]
10771         public System.Windows.Forms.Day FirstDayOfWeek { get { throw null; } set { } }
10772         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
10773         [System.ComponentModel.BrowsableAttribute(false)]
10774         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10775         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
10776         public System.DateTime MaxDate { get { throw null; } set { } }
10777         [System.ComponentModel.DefaultValueAttribute(7)]
10778         public int MaxSelectionCount { get { throw null; } set { } }
10779         public System.DateTime MinDate { get { throw null; } set { } }
10780         [System.ComponentModel.LocalizableAttribute(true)]
10781         public System.DateTime[] MonthlyBoldedDates { get { throw null; } set { } }
10782         [System.ComponentModel.BrowsableAttribute(false)]
10783         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10784         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10785         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
10786         [System.ComponentModel.DefaultValueAttribute(false)]
10787         [System.ComponentModel.LocalizableAttribute(true)]
10788         public virtual bool RightToLeftLayout { get { throw null; } set { } }
10789         [System.ComponentModel.DefaultValueAttribute(0)]
10790         public int ScrollChange { get { throw null; } set { } }
10791         [System.ComponentModel.BrowsableAttribute(false)]
10792         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10793         public System.DateTime SelectionEnd { get { throw null; } set { } }
10794         [System.ComponentModel.BindableAttribute(true)]
10795         public System.Windows.Forms.SelectionRange SelectionRange { get { throw null; } set { } }
10796         [System.ComponentModel.BrowsableAttribute(false)]
10797         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10798         public System.DateTime SelectionStart { get { throw null; } set { } }
10799         [System.ComponentModel.DefaultValueAttribute(true)]
10800         public bool ShowToday { get { throw null; } set { } }
10801         [System.ComponentModel.DefaultValueAttribute(true)]
10802         public bool ShowTodayCircle { get { throw null; } set { } }
10803         [System.ComponentModel.DefaultValueAttribute(false)]
10804         [System.ComponentModel.LocalizableAttribute(true)]
10805         public bool ShowWeekNumbers { get { throw null; } set { } }
10806         [System.ComponentModel.BrowsableAttribute(false)]
10807         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10808         public System.Drawing.Size SingleMonthSize { get { throw null; } }
10809         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10810         [System.ComponentModel.LocalizableAttribute(false)]
10811         public new System.Drawing.Size Size { get { throw null; } set { } }
10812         [System.ComponentModel.BindableAttribute(false)]
10813         [System.ComponentModel.BrowsableAttribute(false)]
10814         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10815         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10816         public override string Text { get { throw null; } set { } }
10817         public System.Drawing.Color TitleBackColor { get { throw null; } set { } }
10818         public System.Drawing.Color TitleForeColor { get { throw null; } set { } }
10819         public System.DateTime TodayDate { get { throw null; } set { } }
10820         [System.ComponentModel.BrowsableAttribute(false)]
10821         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10822         public bool TodayDateSet { get { throw null; } }
10823         public System.Drawing.Color TrailingForeColor { get { throw null; } set { } }
10824         [System.ComponentModel.BrowsableAttribute(false)]
10825         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10826         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
10827         [System.ComponentModel.BrowsableAttribute(false)]
10828         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10829         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
10830         [System.ComponentModel.BrowsableAttribute(false)]
10831         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10832         public new event System.EventHandler Click { add { } remove { } }
10833         public event System.Windows.Forms.DateRangeEventHandler DateChanged { add { } remove { } }
10834         public event System.Windows.Forms.DateRangeEventHandler DateSelected { add { } remove { } }
10835         [System.ComponentModel.BrowsableAttribute(false)]
10836         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10837         public new event System.EventHandler DoubleClick { add { } remove { } }
10838         [System.ComponentModel.BrowsableAttribute(false)]
10839         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10840         public new event System.EventHandler ImeModeChanged { add { } remove { } }
10841         [System.ComponentModel.BrowsableAttribute(false)]
10842         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10843         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
10844         [System.ComponentModel.BrowsableAttribute(false)]
10845         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10846         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
10847         [System.ComponentModel.BrowsableAttribute(false)]
10848         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10849         public new event System.EventHandler PaddingChanged { add { } remove { } }
10850         [System.ComponentModel.BrowsableAttribute(false)]
10851         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10852         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
10853         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
10854         [System.ComponentModel.BrowsableAttribute(false)]
10855         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10856         public new event System.EventHandler TextChanged { add { } remove { } }
AddAnnuallyBoldedDate(System.DateTime date)10857         public void AddAnnuallyBoldedDate(System.DateTime date) { }
AddBoldedDate(System.DateTime date)10858         public void AddBoldedDate(System.DateTime date) { }
AddMonthlyBoldedDate(System.DateTime date)10859         public void AddMonthlyBoldedDate(System.DateTime date) { }
CreateHandle()10860         protected override void CreateHandle() { }
Dispose(bool disposing)10861         protected override void Dispose(bool disposing) { }
GetDisplayRange(bool visible)10862         public System.Windows.Forms.SelectionRange GetDisplayRange(bool visible) { throw null; }
HitTest(System.Drawing.Point point)10863         public System.Windows.Forms.MonthCalendar.HitTestInfo HitTest(System.Drawing.Point point) { throw null; }
HitTest(int x, int y)10864         public System.Windows.Forms.MonthCalendar.HitTestInfo HitTest(int x, int y) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)10865         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnBackColorChanged(System.EventArgs e)10866         protected override void OnBackColorChanged(System.EventArgs e) { }
OnDateChanged(System.Windows.Forms.DateRangeEventArgs drevent)10867         protected virtual void OnDateChanged(System.Windows.Forms.DateRangeEventArgs drevent) { }
OnDateSelected(System.Windows.Forms.DateRangeEventArgs drevent)10868         protected virtual void OnDateSelected(System.Windows.Forms.DateRangeEventArgs drevent) { }
OnFontChanged(System.EventArgs e)10869         protected override void OnFontChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)10870         protected override void OnForeColorChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)10871         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)10872         protected override void OnHandleDestroyed(System.EventArgs e) { }
10873         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)10874         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
RemoveAllAnnuallyBoldedDates()10875         public void RemoveAllAnnuallyBoldedDates() { }
RemoveAllBoldedDates()10876         public void RemoveAllBoldedDates() { }
RemoveAllMonthlyBoldedDates()10877         public void RemoveAllMonthlyBoldedDates() { }
RemoveAnnuallyBoldedDate(System.DateTime date)10878         public void RemoveAnnuallyBoldedDate(System.DateTime date) { }
RemoveBoldedDate(System.DateTime date)10879         public void RemoveBoldedDate(System.DateTime date) { }
RemoveMonthlyBoldedDate(System.DateTime date)10880         public void RemoveMonthlyBoldedDate(System.DateTime date) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)10881         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetCalendarDimensions(int x, int y)10882         public void SetCalendarDimensions(int x, int y) { }
SetDate(System.DateTime date)10883         public void SetDate(System.DateTime date) { }
SetSelectionRange(System.DateTime date1, System.DateTime date2)10884         public void SetSelectionRange(System.DateTime date1, System.DateTime date2) { }
ToString()10885         public override string ToString() { throw null; }
UpdateBoldedDates()10886         public void UpdateBoldedDates() { }
WndProc(ref System.Windows.Forms.Message m)10887         protected override void WndProc(ref System.Windows.Forms.Message m) { }
10888         public enum HitArea
10889         {
10890             CalendarBackground = 6,
10891             Date = 7,
10892             DayOfWeek = 10,
10893             NextMonthButton = 4,
10894             NextMonthDate = 8,
10895             Nowhere = 0,
10896             PrevMonthButton = 5,
10897             PrevMonthDate = 9,
10898             TitleBackground = 1,
10899             TitleMonth = 2,
10900             TitleYear = 3,
10901             TodayLink = 12,
10902             WeekNumbers = 11,
10903         }
10904         public sealed partial class HitTestInfo
10905         {
HitTestInfo()10906             internal HitTestInfo() { }
10907             public System.Windows.Forms.MonthCalendar.HitArea HitArea { get { throw null; } }
10908             public System.Drawing.Point Point { get { throw null; } }
10909             public System.DateTime Time { get { throw null; } }
10910         }
10911     }
10912     [System.FlagsAttribute]
10913     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10914     public enum MouseButtons
10915     {
10916         Left = 1048576,
10917         Middle = 4194304,
10918         None = 0,
10919         Right = 2097152,
10920         XButton1 = 8388608,
10921         XButton2 = 16777216,
10922     }
10923     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10924     public partial class MouseEventArgs : System.EventArgs
10925     {
MouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta)10926         public MouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta) { }
10927         public System.Windows.Forms.MouseButtons Button { get { throw null; } }
10928         public int Clicks { get { throw null; } }
10929         public int Delta { get { throw null; } }
10930         public System.Drawing.Point Location { get { throw null; } }
10931         public int X { get { throw null; } }
10932         public int Y { get { throw null; } }
10933     }
MouseEventHandler(object sender, System.Windows.Forms.MouseEventArgs e)10934     public delegate void MouseEventHandler(object sender, System.Windows.Forms.MouseEventArgs e);
10935     public partial class NativeWindow : System.MarshalByRefObject, System.Windows.Forms.IWin32Window
10936     {
NativeWindow()10937         public NativeWindow() { }
10938         public System.IntPtr Handle { get { throw null; } }
AssignHandle(System.IntPtr handle)10939         public void AssignHandle(System.IntPtr handle) { }
CreateHandle(System.Windows.Forms.CreateParams cp)10940         public virtual void CreateHandle(System.Windows.Forms.CreateParams cp) { }
DefWndProc(ref System.Windows.Forms.Message m)10941         public void DefWndProc(ref System.Windows.Forms.Message m) { }
DestroyHandle()10942         public virtual void DestroyHandle() { }
~NativeWindow()10943         ~NativeWindow() { }
FromHandle(System.IntPtr handle)10944         public static System.Windows.Forms.NativeWindow FromHandle(System.IntPtr handle) { throw null; }
OnHandleChange()10945         protected virtual void OnHandleChange() { }
OnThreadException(System.Exception e)10946         protected virtual void OnThreadException(System.Exception e) { }
ReleaseHandle()10947         public virtual void ReleaseHandle() { }
WndProc(ref System.Windows.Forms.Message m)10948         protected virtual void WndProc(ref System.Windows.Forms.Message m) { }
10949     }
10950     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10951     public partial class NavigateEventArgs : System.EventArgs
10952     {
NavigateEventArgs(bool isForward)10953         public NavigateEventArgs(bool isForward) { }
10954         public bool Forward { get { throw null; } }
10955     }
NavigateEventHandler(object sender, System.Windows.Forms.NavigateEventArgs ne)10956     public delegate void NavigateEventHandler(object sender, System.Windows.Forms.NavigateEventArgs ne);
10957     public partial class NodeLabelEditEventArgs : System.EventArgs
10958     {
NodeLabelEditEventArgs(System.Windows.Forms.TreeNode node)10959         public NodeLabelEditEventArgs(System.Windows.Forms.TreeNode node) { }
NodeLabelEditEventArgs(System.Windows.Forms.TreeNode node, string label)10960         public NodeLabelEditEventArgs(System.Windows.Forms.TreeNode node, string label) { }
10961         public bool CancelEdit { get { throw null; } set { } }
10962         public string Label { get { throw null; } }
10963         public System.Windows.Forms.TreeNode Node { get { throw null; } }
10964     }
NodeLabelEditEventHandler(object sender, System.Windows.Forms.NodeLabelEditEventArgs e)10965     public delegate void NodeLabelEditEventHandler(object sender, System.Windows.Forms.NodeLabelEditEventArgs e);
10966     [System.ComponentModel.DefaultEventAttribute("MouseDoubleClick")]
10967     [System.ComponentModel.DefaultPropertyAttribute("Text")]
10968     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.NotifyIconDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
10969     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms", (System.ComponentModel.ToolboxItemFilterType)(0))]
10970     public sealed partial class NotifyIcon : System.ComponentModel.Component
10971     {
NotifyIcon()10972         public NotifyIcon() { }
NotifyIcon(System.ComponentModel.IContainer container)10973         public NotifyIcon(System.ComponentModel.IContainer container) { }
10974         [System.ComponentModel.DefaultValueAttribute("None")]
10975         public System.Windows.Forms.ToolTipIcon BalloonTipIcon { get { throw null; } set { } }
10976         [System.ComponentModel.DefaultValueAttribute("")]
10977         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
10978         [System.ComponentModel.LocalizableAttribute(true)]
10979         public string BalloonTipText { get { throw null; } set { } }
10980         [System.ComponentModel.DefaultValueAttribute("")]
10981         [System.ComponentModel.LocalizableAttribute(true)]
10982         public string BalloonTipTitle { get { throw null; } set { } }
10983         [System.ComponentModel.BrowsableAttribute(false)]
10984         [System.ComponentModel.DefaultValueAttribute(null)]
10985         public System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
10986         [System.ComponentModel.DefaultValueAttribute(null)]
10987         public System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
10988         [System.ComponentModel.DefaultValueAttribute(null)]
10989         [System.ComponentModel.LocalizableAttribute(true)]
10990         public System.Drawing.Icon Icon { get { throw null; } set { } }
10991         [System.ComponentModel.BindableAttribute(true)]
10992         [System.ComponentModel.DefaultValueAttribute(null)]
10993         [System.ComponentModel.LocalizableAttribute(false)]
10994         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
10995         public object Tag { get { throw null; } set { } }
10996         [System.ComponentModel.DefaultValueAttribute("")]
10997         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
10998         [System.ComponentModel.LocalizableAttribute(true)]
10999         public string Text { get { throw null; } set { } }
11000         [System.ComponentModel.DefaultValueAttribute(false)]
11001         [System.ComponentModel.LocalizableAttribute(true)]
11002         public bool Visible { get { throw null; } set { } }
11003         public event System.EventHandler BalloonTipClicked { add { } remove { } }
11004         public event System.EventHandler BalloonTipClosed { add { } remove { } }
11005         public event System.EventHandler BalloonTipShown { add { } remove { } }
11006         public event System.EventHandler Click { add { } remove { } }
11007         public event System.EventHandler DoubleClick { add { } remove { } }
11008         public event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
11009         public event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
11010         public event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
11011         public event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
11012         public event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
Dispose(bool disposing)11013         protected override void Dispose(bool disposing) { }
ShowBalloonTip(int timeout)11014         public void ShowBalloonTip(int timeout) { }
ShowBalloonTip(int timeout, string tipTitle, string tipText, System.Windows.Forms.ToolTipIcon tipIcon)11015         public void ShowBalloonTip(int timeout, string tipTitle, string tipText, System.Windows.Forms.ToolTipIcon tipIcon) { }
11016     }
11017     [System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
11018     [System.ComponentModel.DefaultEventAttribute("ValueChanged")]
11019     [System.ComponentModel.DefaultPropertyAttribute("Value")]
11020     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
11021     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11022     public partial class NumericUpDown : System.Windows.Forms.UpDownBase, System.ComponentModel.ISupportInitialize
11023     {
NumericUpDown()11024         public NumericUpDown() { }
11025         [System.ComponentModel.BrowsableAttribute(false)]
11026         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11027         public System.Windows.Forms.NumericUpDownAccelerationCollection Accelerations { get { throw null; } }
11028         [System.ComponentModel.DefaultValueAttribute(0)]
11029         public int DecimalPlaces { get { throw null; } set { } }
11030         [System.ComponentModel.DefaultValueAttribute(false)]
11031         public bool Hexadecimal { get { throw null; } set { } }
11032         public decimal Increment { get { throw null; } set { } }
11033         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11034         public decimal Maximum { get { throw null; } set { } }
11035         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11036         public decimal Minimum { get { throw null; } set { } }
11037         [System.ComponentModel.BrowsableAttribute(false)]
11038         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11039         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11040         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
11041         [System.ComponentModel.BindableAttribute(false)]
11042         [System.ComponentModel.BrowsableAttribute(false)]
11043         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11044         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11045         public override string Text { get { throw null; } set { } }
11046         [System.ComponentModel.DefaultValueAttribute(false)]
11047         [System.ComponentModel.LocalizableAttribute(true)]
11048         public bool ThousandsSeparator { get { throw null; } set { } }
11049         [System.ComponentModel.BindableAttribute(true)]
11050         public decimal Value { get { throw null; } set { } }
11051         [System.ComponentModel.BrowsableAttribute(false)]
11052         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11053         public new event System.EventHandler PaddingChanged { add { } remove { } }
11054         [System.ComponentModel.BrowsableAttribute(false)]
11055         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11056         public new event System.EventHandler TextChanged { add { } remove { } }
11057         public event System.EventHandler ValueChanged { add { } remove { } }
BeginInit()11058         public void BeginInit() { }
CreateAccessibilityInstance()11059         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
DownButton()11060         public override void DownButton() { }
EndInit()11061         public void EndInit() { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)11062         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e)11063         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
OnLostFocus(System.EventArgs e)11064         protected override void OnLostFocus(System.EventArgs e) { }
OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e)11065         protected override void OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e) { }
OnValueChanged(System.EventArgs e)11066         protected virtual void OnValueChanged(System.EventArgs e) { }
ParseEditText()11067         protected void ParseEditText() { }
ToString()11068         public override string ToString() { throw null; }
UpButton()11069         public override void UpButton() { }
UpdateEditText()11070         protected override void UpdateEditText() { }
ValidateEditText()11071         protected override void ValidateEditText() { }
11072     }
11073     public partial class NumericUpDownAcceleration
11074     {
NumericUpDownAcceleration(int seconds, decimal increment)11075         public NumericUpDownAcceleration(int seconds, decimal increment) { }
11076         public decimal Increment { get { throw null; } set { } }
11077         public int Seconds { get { throw null; } set { } }
11078     }
11079     [System.ComponentModel.ListBindableAttribute(false)]
11080     public partial class NumericUpDownAccelerationCollection : System.MarshalByRefObject, System.Collections.Generic.ICollection<System.Windows.Forms.NumericUpDownAcceleration>, System.Collections.Generic.IEnumerable<System.Windows.Forms.NumericUpDownAcceleration>, System.Collections.IEnumerable
11081     {
NumericUpDownAccelerationCollection()11082         public NumericUpDownAccelerationCollection() { }
11083         public int Count { get { throw null; } }
11084         public bool IsReadOnly { get { throw null; } }
11085         public System.Windows.Forms.NumericUpDownAcceleration this[int index] { get { throw null; } }
Add(System.Windows.Forms.NumericUpDownAcceleration acceleration)11086         public void Add(System.Windows.Forms.NumericUpDownAcceleration acceleration) { }
AddRange(params System.Windows.Forms.NumericUpDownAcceleration[] accelerations)11087         public void AddRange(params System.Windows.Forms.NumericUpDownAcceleration[] accelerations) { }
Clear()11088         public void Clear() { }
Contains(System.Windows.Forms.NumericUpDownAcceleration acceleration)11089         public bool Contains(System.Windows.Forms.NumericUpDownAcceleration acceleration) { throw null; }
CopyTo(System.Windows.Forms.NumericUpDownAcceleration[] array, int index)11090         public void CopyTo(System.Windows.Forms.NumericUpDownAcceleration[] array, int index) { }
Remove(System.Windows.Forms.NumericUpDownAcceleration acceleration)11091         public bool Remove(System.Windows.Forms.NumericUpDownAcceleration acceleration) { throw null; }
GetEnumerator()11092         System.Collections.Generic.IEnumerator<System.Windows.Forms.NumericUpDownAcceleration> System.Collections.Generic.IEnumerable<System.Windows.Forms.NumericUpDownAcceleration>.GetEnumerator() { throw null; }
System.Collections.IEnumerable.GetEnumerator()11093         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
11094     }
11095     public partial class OpacityConverter : System.ComponentModel.TypeConverter
11096     {
OpacityConverter()11097         public OpacityConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)11098         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)11099         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)11100         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
11101     }
11102     public sealed partial class OpenFileDialog : System.Windows.Forms.FileDialog
11103     {
OpenFileDialog()11104         public OpenFileDialog() { }
11105         [System.ComponentModel.DefaultValueAttribute(true)]
11106         public override bool CheckFileExists { get { throw null; } set { } }
11107         [System.ComponentModel.DefaultValueAttribute(false)]
11108         public bool Multiselect { get { throw null; } set { } }
11109         [System.ComponentModel.DefaultValueAttribute(false)]
11110         public bool ReadOnlyChecked { get { throw null; } set { } }
11111         [System.ComponentModel.BrowsableAttribute(false)]
11112         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11113         public string SafeFileName { get { throw null; } }
11114         [System.ComponentModel.BrowsableAttribute(false)]
11115         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11116         public string[] SafeFileNames { get { throw null; } }
11117         [System.ComponentModel.DefaultValueAttribute(false)]
11118         public bool ShowReadOnly { get { throw null; } set { } }
OpenFile()11119         public System.IO.Stream OpenFile() { throw null; }
Reset()11120         public override void Reset() { }
11121     }
11122     public enum Orientation
11123     {
11124         Horizontal = 0,
11125         Vertical = 1,
11126     }
11127     public partial class OSFeature : System.Windows.Forms.FeatureSupport
11128     {
11129         public static readonly object LayeredWindows;
11130         public static readonly object Themes;
OSFeature()11131         protected OSFeature() { }
11132         public static System.Windows.Forms.OSFeature Feature { get { throw null; } }
GetVersionPresent(object feature)11133         public override System.Version GetVersionPresent(object feature) { throw null; }
IsPresent(System.Windows.Forms.SystemParameter enumVal)11134         public static bool IsPresent(System.Windows.Forms.SystemParameter enumVal) { throw null; }
11135     }
11136     [System.SerializableAttribute]
11137     public partial class OwnerDrawPropertyBag : System.MarshalByRefObject, System.Runtime.Serialization.ISerializable
11138     {
OwnerDrawPropertyBag(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)11139         protected OwnerDrawPropertyBag(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
11140         public System.Drawing.Color BackColor { get { throw null; } set { } }
11141         public System.Drawing.Font Font { get { throw null; } set { } }
11142         public System.Drawing.Color ForeColor { get { throw null; } set { } }
Copy(System.Windows.Forms.OwnerDrawPropertyBag value)11143         public static System.Windows.Forms.OwnerDrawPropertyBag Copy(System.Windows.Forms.OwnerDrawPropertyBag value) { throw null; }
IsEmpty()11144         public virtual bool IsEmpty() { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)11145         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
11146     }
11147     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.PaddingConverter))]
11148     [System.SerializableAttribute]
11149     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11150     public partial struct Padding
11151     {
11152         public static readonly System.Windows.Forms.Padding Empty;
PaddingSystem.Windows.Forms.Padding11153         public Padding(int all) { throw null;}
PaddingSystem.Windows.Forms.Padding11154         public Padding(int left, int top, int right, int bottom) { throw null;}
11155         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11156         public int All { get { throw null; } set { } }
11157         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11158         public int Bottom { get { throw null; } set { } }
11159         [System.ComponentModel.BrowsableAttribute(false)]
11160         public int Horizontal { get { throw null; } }
11161         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11162         public int Left { get { throw null; } set { } }
11163         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11164         public int Right { get { throw null; } set { } }
11165         [System.ComponentModel.BrowsableAttribute(false)]
11166         public System.Drawing.Size Size { get { throw null; } }
11167         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11168         public int Top { get { throw null; } set { } }
11169         [System.ComponentModel.BrowsableAttribute(false)]
11170         public int Vertical { get { throw null; } }
AddSystem.Windows.Forms.Padding11171         public static System.Windows.Forms.Padding Add(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
EqualsSystem.Windows.Forms.Padding11172         public override bool Equals(object other) { throw null; }
GetHashCodeSystem.Windows.Forms.Padding11173         public override int GetHashCode() { throw null; }
operator +System.Windows.Forms.Padding11174         public static System.Windows.Forms.Padding operator +(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
operator ==System.Windows.Forms.Padding11175         public static bool operator ==(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
operator !=System.Windows.Forms.Padding11176         public static bool operator !=(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
operator -System.Windows.Forms.Padding11177         public static System.Windows.Forms.Padding operator -(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
SubtractSystem.Windows.Forms.Padding11178         public static System.Windows.Forms.Padding Subtract(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
ToStringSystem.Windows.Forms.Padding11179         public override string ToString() { throw null; }
11180     }
11181     public partial class PaddingConverter : System.ComponentModel.TypeConverter
11182     {
PaddingConverter()11183         public PaddingConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)11184         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)11185         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)11186         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)11187         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)11188         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)11189         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)11190         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)11191         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
11192     }
11193     [System.ComponentModel.DefaultPropertyAttribute("Document")]
11194     public sealed partial class PageSetupDialog : System.Windows.Forms.CommonDialog
11195     {
PageSetupDialog()11196         public PageSetupDialog() { }
11197         [System.ComponentModel.DefaultValueAttribute(true)]
11198         public bool AllowMargins { get { throw null; } set { } }
11199         [System.ComponentModel.DefaultValueAttribute(true)]
11200         public bool AllowOrientation { get { throw null; } set { } }
11201         [System.ComponentModel.DefaultValueAttribute(true)]
11202         public bool AllowPaper { get { throw null; } set { } }
11203         [System.ComponentModel.DefaultValueAttribute(true)]
11204         public bool AllowPrinter { get { throw null; } set { } }
11205         [System.ComponentModel.DefaultValueAttribute(null)]
11206         public System.Drawing.Printing.PrintDocument Document { get { throw null; } set { } }
11207         [System.ComponentModel.BrowsableAttribute(true)]
11208         [System.ComponentModel.DefaultValueAttribute(false)]
11209         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
11210         [System.MonoTODOAttribute("Stubbed, not implemented")]
11211         public bool EnableMetric { get { throw null; } set { } }
11212         public System.Drawing.Printing.Margins MinMargins { get { throw null; } set { } }
11213         [System.ComponentModel.BrowsableAttribute(false)]
11214         [System.ComponentModel.DefaultValueAttribute(null)]
11215         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11216         public System.Drawing.Printing.PageSettings PageSettings { get { throw null; } set { } }
11217         [System.ComponentModel.BrowsableAttribute(false)]
11218         [System.ComponentModel.DefaultValueAttribute(null)]
11219         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11220         public System.Drawing.Printing.PrinterSettings PrinterSettings { get { throw null; } set { } }
11221         [System.ComponentModel.DefaultValueAttribute(false)]
11222         public bool ShowHelp { get { throw null; } set { } }
11223         [System.ComponentModel.DefaultValueAttribute(true)]
11224         public bool ShowNetwork { get { throw null; } set { } }
Reset()11225         public override void Reset() { }
RunDialog(System.IntPtr hwndOwner)11226         protected override bool RunDialog(System.IntPtr hwndOwner) { throw null; }
11227     }
11228     public partial class PaintEventArgs : System.EventArgs, System.IDisposable
11229     {
PaintEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipRect)11230         public PaintEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipRect) { }
11231         public System.Drawing.Rectangle ClipRectangle { get { throw null; } }
11232         public System.Drawing.Graphics Graphics { get { throw null; } }
Dispose()11233         public void Dispose() { }
Dispose(bool disposing)11234         protected virtual void Dispose(bool disposing) { }
~PaintEventArgs()11235         ~PaintEventArgs() { }
11236     }
PaintEventHandler(object sender, System.Windows.Forms.PaintEventArgs e)11237     public delegate void PaintEventHandler(object sender, System.Windows.Forms.PaintEventArgs e);
11238     [System.ComponentModel.DefaultEventAttribute("Paint")]
11239     [System.ComponentModel.DefaultPropertyAttribute("BorderStyle")]
11240     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
11241     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
11242     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11243     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(1))]
11244     public partial class Panel : System.Windows.Forms.ScrollableControl
11245     {
Panel()11246         public Panel() { }
11247         [System.ComponentModel.BrowsableAttribute(true)]
11248         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
11249         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
11250         public override bool AutoSize { get { throw null; } set { } }
11251         [System.ComponentModel.BrowsableAttribute(true)]
11252         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoSizeMode)(1))]
11253         [System.ComponentModel.LocalizableAttribute(true)]
11254         public virtual System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
11255         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(0))]
11256         [System.Runtime.InteropServices.DispIdAttribute(-504)]
11257         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
11258         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
11259         protected override System.Drawing.Size DefaultSize { get { throw null; } }
11260         [System.ComponentModel.DefaultValueAttribute(false)]
11261         public new bool TabStop { get { throw null; } set { } }
11262         [System.ComponentModel.BindableAttribute(false)]
11263         [System.ComponentModel.BrowsableAttribute(false)]
11264         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11265         public override string Text { get { throw null; } set { } }
11266         [System.ComponentModel.BrowsableAttribute(true)]
11267         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
11268         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
11269         [System.ComponentModel.BrowsableAttribute(false)]
11270         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11271         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
11272         [System.ComponentModel.BrowsableAttribute(false)]
11273         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11274         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
11275         [System.ComponentModel.BrowsableAttribute(false)]
11276         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11277         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
11278         [System.ComponentModel.BrowsableAttribute(false)]
11279         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11280         public new event System.EventHandler TextChanged { add { } remove { } }
OnResize(System.EventArgs eventargs)11281         protected override void OnResize(System.EventArgs eventargs) { }
ToString()11282         public override string ToString() { throw null; }
11283     }
11284     [System.ComponentModel.DefaultBindingPropertyAttribute("Image")]
11285     [System.ComponentModel.DefaultPropertyAttribute("Image")]
11286     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PictureBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
11287     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
11288     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11289     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(1))]
11290     public partial class PictureBox : System.Windows.Forms.Control, System.ComponentModel.ISupportInitialize
11291     {
PictureBox()11292         public PictureBox() { }
11293         [System.ComponentModel.BrowsableAttribute(false)]
11294         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11295         public override bool AllowDrop { get { throw null; } set { } }
11296         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(0))]
11297         [System.Runtime.InteropServices.DispIdAttribute(-504)]
11298         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
11299         [System.ComponentModel.BrowsableAttribute(false)]
11300         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11301         public new bool CausesValidation { get { throw null; } set { } }
11302         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
11303         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
11304         protected override System.Drawing.Size DefaultSize { get { throw null; } }
11305         [System.ComponentModel.LocalizableAttribute(true)]
11306         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11307         public System.Drawing.Image ErrorImage { get { throw null; } set { } }
11308         [System.ComponentModel.BrowsableAttribute(false)]
11309         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11310         public override System.Drawing.Font Font { get { throw null; } set { } }
11311         [System.ComponentModel.BrowsableAttribute(false)]
11312         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11313         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
11314         [System.ComponentModel.BindableAttribute(true)]
11315         [System.ComponentModel.LocalizableAttribute(true)]
11316         public System.Drawing.Image Image { get { throw null; } set { } }
11317         [System.ComponentModel.DefaultValueAttribute(null)]
11318         [System.ComponentModel.LocalizableAttribute(true)]
11319         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11320         public string ImageLocation { get { throw null; } set { } }
11321         [System.ComponentModel.BrowsableAttribute(false)]
11322         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11323         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
11324         [System.ComponentModel.LocalizableAttribute(true)]
11325         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11326         public System.Drawing.Image InitialImage { get { throw null; } set { } }
11327         [System.ComponentModel.BrowsableAttribute(false)]
11328         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11329         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
11330         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.PictureBoxSizeMode)(0))]
11331         [System.ComponentModel.LocalizableAttribute(true)]
11332         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
11333         public System.Windows.Forms.PictureBoxSizeMode SizeMode { get { throw null; } set { } }
11334         [System.ComponentModel.BrowsableAttribute(false)]
11335         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11336         public new int TabIndex { get { throw null; } set { } }
11337         [System.ComponentModel.BrowsableAttribute(false)]
11338         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11339         public new bool TabStop { get { throw null; } set { } }
11340         [System.ComponentModel.BindableAttribute(false)]
11341         [System.ComponentModel.BrowsableAttribute(false)]
11342         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11343         public override string Text { get { throw null; } set { } }
11344         [System.ComponentModel.DefaultValueAttribute(false)]
11345         [System.ComponentModel.LocalizableAttribute(true)]
11346         public bool WaitOnLoad { get { throw null; } set { } }
11347         [System.ComponentModel.BrowsableAttribute(false)]
11348         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11349         public new event System.EventHandler CausesValidationChanged { add { } remove { } }
11350         [System.ComponentModel.BrowsableAttribute(false)]
11351         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11352         public new event System.EventHandler Enter { add { } remove { } }
11353         [System.ComponentModel.BrowsableAttribute(false)]
11354         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11355         public new event System.EventHandler FontChanged { add { } remove { } }
11356         [System.ComponentModel.BrowsableAttribute(false)]
11357         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11358         public new event System.EventHandler ForeColorChanged { add { } remove { } }
11359         [System.ComponentModel.BrowsableAttribute(false)]
11360         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11361         public new event System.EventHandler ImeModeChanged { add { } remove { } }
11362         [System.ComponentModel.BrowsableAttribute(false)]
11363         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11364         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
11365         [System.ComponentModel.BrowsableAttribute(false)]
11366         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11367         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
11368         [System.ComponentModel.BrowsableAttribute(false)]
11369         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11370         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
11371         [System.ComponentModel.BrowsableAttribute(false)]
11372         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11373         public new event System.EventHandler Leave { add { } remove { } }
11374         public event System.ComponentModel.AsyncCompletedEventHandler LoadCompleted { add { } remove { } }
11375         public event System.ComponentModel.ProgressChangedEventHandler LoadProgressChanged { add { } remove { } }
11376         [System.ComponentModel.BrowsableAttribute(false)]
11377         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11378         public new event System.EventHandler RightToLeftChanged { add { } remove { } }
11379         public event System.EventHandler SizeModeChanged { add { } remove { } }
11380         [System.ComponentModel.BrowsableAttribute(false)]
11381         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11382         public new event System.EventHandler TabIndexChanged { add { } remove { } }
11383         [System.ComponentModel.BrowsableAttribute(false)]
11384         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11385         public new event System.EventHandler TabStopChanged { add { } remove { } }
11386         [System.ComponentModel.BrowsableAttribute(false)]
11387         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11388         public new event System.EventHandler TextChanged { add { } remove { } }
CancelAsync()11389         public void CancelAsync() { }
Dispose(bool disposing)11390         protected override void Dispose(bool disposing) { }
Load()11391         public void Load() { }
Load(string url)11392         public void Load(string url) { }
LoadAsync()11393         public void LoadAsync() { }
LoadAsync(string url)11394         public void LoadAsync(string url) { }
OnEnabledChanged(System.EventArgs e)11395         protected override void OnEnabledChanged(System.EventArgs e) { }
11396         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHandleCreated(System.EventArgs e)11397         protected override void OnHandleCreated(System.EventArgs e) { }
11398         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHandleDestroyed(System.EventArgs e)11399         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e)11400         protected virtual void OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
OnLoadProgressChanged(System.ComponentModel.ProgressChangedEventArgs e)11401         protected virtual void OnLoadProgressChanged(System.ComponentModel.ProgressChangedEventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs pe)11402         protected override void OnPaint(System.Windows.Forms.PaintEventArgs pe) { }
OnParentChanged(System.EventArgs e)11403         protected override void OnParentChanged(System.EventArgs e) { }
OnResize(System.EventArgs e)11404         protected override void OnResize(System.EventArgs e) { }
OnSizeModeChanged(System.EventArgs e)11405         protected virtual void OnSizeModeChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)11406         protected override void OnVisibleChanged(System.EventArgs e) { }
System.ComponentModel.ISupportInitialize.BeginInit()11407         void System.ComponentModel.ISupportInitialize.BeginInit() { }
System.ComponentModel.ISupportInitialize.EndInit()11408         void System.ComponentModel.ISupportInitialize.EndInit() { }
ToString()11409         public override string ToString() { throw null; }
11410     }
11411     public enum PictureBoxSizeMode
11412     {
11413         AutoSize = 2,
11414         CenterImage = 3,
11415         Normal = 0,
11416         StretchImage = 1,
11417         Zoom = 4,
11418     }
11419     public partial class PopupEventArgs : System.ComponentModel.CancelEventArgs
11420     {
PopupEventArgs(System.Windows.Forms.IWin32Window associatedWindow, System.Windows.Forms.Control associatedControl, bool isBalloon, System.Drawing.Size size)11421         public PopupEventArgs(System.Windows.Forms.IWin32Window associatedWindow, System.Windows.Forms.Control associatedControl, bool isBalloon, System.Drawing.Size size) { }
11422         public System.Windows.Forms.Control AssociatedControl { get { throw null; } }
11423         public System.Windows.Forms.IWin32Window AssociatedWindow { get { throw null; } }
11424         public bool IsBalloon { get { throw null; } }
11425         public System.Drawing.Size ToolTipSize { get { throw null; } set { } }
11426     }
PopupEventHandler(object sender, System.Windows.Forms.PopupEventArgs e)11427     public delegate void PopupEventHandler(object sender, System.Windows.Forms.PopupEventArgs e);
11428     public enum PowerLineStatus
11429     {
11430         Offline = 0,
11431         Online = 1,
11432         Unknown = 255,
11433     }
11434     public enum PowerState
11435     {
11436         Hibernate = 1,
11437         Suspend = 0,
11438     }
11439     public partial class PowerStatus
11440     {
PowerStatus()11441         internal PowerStatus() { }
11442         public System.Windows.Forms.BatteryChargeStatus BatteryChargeStatus { get { throw null; } }
11443         public int BatteryFullLifetime { get { throw null; } }
11444         public float BatteryLifePercent { get { throw null; } }
11445         public int BatteryLifeRemaining { get { throw null; } }
11446         public System.Windows.Forms.PowerLineStatus PowerLineStatus { get { throw null; } }
11447     }
11448     public enum PreProcessControlState
11449     {
11450         MessageNeeded = 1,
11451         MessageNotNeeded = 2,
11452         MessageProcessed = 0,
11453     }
11454     public partial class PreviewKeyDownEventArgs : System.EventArgs
11455     {
PreviewKeyDownEventArgs(System.Windows.Forms.Keys keyData)11456         public PreviewKeyDownEventArgs(System.Windows.Forms.Keys keyData) { }
11457         public bool Alt { get { throw null; } }
11458         public bool Control { get { throw null; } }
11459         public bool IsInputKey { get { throw null; } set { } }
11460         public System.Windows.Forms.Keys KeyCode { get { throw null; } }
11461         public System.Windows.Forms.Keys KeyData { get { throw null; } }
11462         public int KeyValue { get { throw null; } }
11463         public System.Windows.Forms.Keys Modifiers { get { throw null; } }
11464         public bool Shift { get { throw null; } }
11465     }
PreviewKeyDownEventHandler(object sender, System.Windows.Forms.PreviewKeyDownEventArgs e)11466     public delegate void PreviewKeyDownEventHandler(object sender, System.Windows.Forms.PreviewKeyDownEventArgs e);
11467     public partial class PrintControllerWithStatusDialog : System.Drawing.Printing.PrintController
11468     {
PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingController)11469         public PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingController) { }
PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingController, string dialogTitle)11470         public PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingController, string dialogTitle) { }
11471         public override bool IsPreview { get { throw null; } }
OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e)11472         public override void OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { }
OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e)11473         public override void OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) { }
OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e)11474         public override System.Drawing.Graphics OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { throw null; }
OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e)11475         public override void OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) { }
11476     }
11477     [System.ComponentModel.DefaultPropertyAttribute("Document")]
11478     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PrintDialogDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
11479     public sealed partial class PrintDialog : System.Windows.Forms.CommonDialog
11480     {
PrintDialog()11481         public PrintDialog() { }
11482         [System.ComponentModel.DefaultValueAttribute(false)]
11483         public bool AllowCurrentPage { get { throw null; } set { } }
11484         [System.ComponentModel.DefaultValueAttribute(true)]
11485         public bool AllowPrintToFile { get { throw null; } set { } }
11486         [System.ComponentModel.DefaultValueAttribute(false)]
11487         public bool AllowSelection { get { throw null; } set { } }
11488         [System.ComponentModel.DefaultValueAttribute(false)]
11489         public bool AllowSomePages { get { throw null; } set { } }
11490         [System.ComponentModel.DefaultValueAttribute(null)]
11491         public System.Drawing.Printing.PrintDocument Document { get { throw null; } set { } }
11492         [System.ComponentModel.BrowsableAttribute(false)]
11493         [System.ComponentModel.DefaultValueAttribute(null)]
11494         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11495         public System.Drawing.Printing.PrinterSettings PrinterSettings { get { throw null; } set { } }
11496         [System.ComponentModel.DefaultValueAttribute(false)]
11497         public bool PrintToFile { get { throw null; } set { } }
11498         [System.ComponentModel.DefaultValueAttribute(false)]
11499         public bool ShowHelp { get { throw null; } set { } }
11500         [System.ComponentModel.DefaultValueAttribute(true)]
11501         public bool ShowNetwork { get { throw null; } set { } }
11502         [System.ComponentModel.DefaultValueAttribute(false)]
11503         [System.MonoTODOAttribute("Stub, not implemented, will always use default dialog")]
11504         public bool UseEXDialog { get { throw null; } set { } }
Reset()11505         public override void Reset() { }
RunDialog(System.IntPtr hwndOwner)11506         protected override bool RunDialog(System.IntPtr hwndOwner) { throw null; }
11507     }
11508     [System.ComponentModel.DefaultPropertyAttribute("Document")]
11509     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
11510     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11511     public partial class PrintPreviewControl : System.Windows.Forms.Control
11512     {
PrintPreviewControl()11513         public PrintPreviewControl() { }
11514         [System.ComponentModel.DefaultValueAttribute(true)]
11515         public bool AutoZoom { get { throw null; } set { } }
11516         [System.ComponentModel.DefaultValueAttribute(1)]
11517         public int Columns { get { throw null; } set { } }
11518         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
11519         [System.ComponentModel.DefaultValueAttribute(null)]
11520         public System.Drawing.Printing.PrintDocument Document { get { throw null; } set { } }
11521         [System.ComponentModel.AmbientValueAttribute((System.Windows.Forms.RightToLeft)(2))]
11522         [System.ComponentModel.LocalizableAttribute(true)]
11523         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
11524         [System.ComponentModel.DefaultValueAttribute(1)]
11525         public int Rows { get { throw null; } set { } }
11526         [System.ComponentModel.DefaultValueAttribute(0)]
11527         public int StartPage { get { throw null; } set { } }
11528         [System.ComponentModel.BindableAttribute(false)]
11529         [System.ComponentModel.BrowsableAttribute(false)]
11530         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11531         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11532         public override string Text { get { throw null; } set { } }
11533         [System.ComponentModel.DefaultValueAttribute(false)]
11534         public bool UseAntiAlias { get { throw null; } set { } }
11535         [System.ComponentModel.DefaultValueAttribute(0.3)]
11536         public double Zoom { get { throw null; } set { } }
11537         public event System.EventHandler StartPageChanged { add { } remove { } }
11538         [System.ComponentModel.BrowsableAttribute(false)]
11539         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11540         public new event System.EventHandler TextChanged { add { } remove { } }
InvalidatePreview()11541         public void InvalidatePreview() { }
OnPaint(System.Windows.Forms.PaintEventArgs pevent)11542         protected override void OnPaint(System.Windows.Forms.PaintEventArgs pevent) { }
OnResize(System.EventArgs eventargs)11543         protected override void OnResize(System.EventArgs eventargs) { }
OnStartPageChanged(System.EventArgs e)11544         protected virtual void OnStartPageChanged(System.EventArgs e) { }
11545         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetBackColor()11546         public override void ResetBackColor() { }
11547         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetForeColor()11548         public override void ResetForeColor() { }
WndProc(ref System.Windows.Forms.Message m)11549         protected override void WndProc(ref System.Windows.Forms.Message m) { }
11550     }
11551     [System.ComponentModel.DefaultPropertyAttribute("Document")]
11552     [System.ComponentModel.DesignerAttribute("System.ComponentModel.Design.ComponentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
11553     [System.ComponentModel.DesignTimeVisibleAttribute(true)]
11554     [System.ComponentModel.ToolboxItemAttribute(true)]
11555     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms.Control.TopLevel", (System.ComponentModel.ToolboxItemFilterType)(0))]
11556     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
11557     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11558     public partial class PrintPreviewDialog : System.Windows.Forms.Form
11559     {
PrintPreviewDialog()11560         public PrintPreviewDialog() { }
11561         [System.ComponentModel.BrowsableAttribute(false)]
11562         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11563         public new System.Windows.Forms.IButtonControl AcceptButton { get { throw null; } set { } }
11564         [System.ComponentModel.BrowsableAttribute(false)]
11565         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11566         public new string AccessibleDescription { get { throw null; } set { } }
11567         [System.ComponentModel.BrowsableAttribute(false)]
11568         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11569         public new string AccessibleName { get { throw null; } set { } }
11570         [System.ComponentModel.BrowsableAttribute(false)]
11571         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11572         public new System.Windows.Forms.AccessibleRole AccessibleRole { get { throw null; } set { } }
11573         [System.ComponentModel.BrowsableAttribute(false)]
11574         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11575         public override bool AllowDrop { get { throw null; } set { } }
11576         [System.ComponentModel.BrowsableAttribute(false)]
11577         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11578         public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
11579         [System.ComponentModel.BrowsableAttribute(false)]
11580         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11581         public new bool AutoScale { get { throw null; } set { } }
11582         [System.ComponentModel.BrowsableAttribute(false)]
11583         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11584         [System.ObsoleteAttribute("This property has been deprecated.  Use AutoScaleDimensions instead.")]
11585         public override System.Drawing.Size AutoScaleBaseSize { get { throw null; } set { } }
11586         [System.ComponentModel.BrowsableAttribute(false)]
11587         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11588         public override bool AutoScroll { get { throw null; } set { } }
11589         [System.ComponentModel.BrowsableAttribute(false)]
11590         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11591         public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
11592         [System.ComponentModel.BrowsableAttribute(false)]
11593         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11594         public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
11595         [System.ComponentModel.BrowsableAttribute(false)]
11596         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11597         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11598         public override bool AutoSize { get { throw null; } set { } }
11599         [System.ComponentModel.BrowsableAttribute(false)]
11600         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11601         public override System.Windows.Forms.AutoValidate AutoValidate { get { throw null; } set { } }
11602         [System.ComponentModel.BrowsableAttribute(false)]
11603         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11604         public override System.Drawing.Color BackColor { get { throw null; } set { } }
11605         [System.ComponentModel.BrowsableAttribute(false)]
11606         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11607         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
11608         [System.ComponentModel.BrowsableAttribute(false)]
11609         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11610         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
11611         [System.ComponentModel.BrowsableAttribute(false)]
11612         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11613         public new System.Windows.Forms.IButtonControl CancelButton { get { throw null; } set { } }
11614         [System.ComponentModel.BrowsableAttribute(false)]
11615         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11616         public new bool CausesValidation { get { throw null; } set { } }
11617         [System.ComponentModel.BrowsableAttribute(false)]
11618         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11619         public override System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
11620         [System.ComponentModel.BrowsableAttribute(false)]
11621         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11622         public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
11623         [System.ComponentModel.BrowsableAttribute(false)]
11624         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11625         public new bool ControlBox { get { throw null; } set { } }
11626         [System.ComponentModel.BrowsableAttribute(false)]
11627         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11628         public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
11629         [System.ComponentModel.BrowsableAttribute(false)]
11630         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11631         public new System.Windows.Forms.ControlBindingsCollection DataBindings { get { throw null; } }
11632         protected override System.Drawing.Size DefaultMinimumSize { get { throw null; } }
11633         [System.ComponentModel.BrowsableAttribute(false)]
11634         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11635         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
11636         [System.ComponentModel.BrowsableAttribute(false)]
11637         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11638         public new System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding { get { throw null; } }
11639         [System.ComponentModel.DefaultValueAttribute(null)]
11640         public System.Drawing.Printing.PrintDocument Document { get { throw null; } set { } }
11641         [System.ComponentModel.BrowsableAttribute(false)]
11642         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11643         public new bool Enabled { get { throw null; } set { } }
11644         [System.ComponentModel.BrowsableAttribute(false)]
11645         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11646         public override System.Drawing.Font Font { get { throw null; } set { } }
11647         [System.ComponentModel.BrowsableAttribute(false)]
11648         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11649         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
11650         [System.ComponentModel.BrowsableAttribute(false)]
11651         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11652         public new System.Windows.Forms.FormBorderStyle FormBorderStyle { get { throw null; } set { } }
11653         [System.ComponentModel.BrowsableAttribute(false)]
11654         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11655         public new bool HelpButton { get { throw null; } set { } }
11656         [System.ComponentModel.BrowsableAttribute(false)]
11657         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11658         public new System.Drawing.Icon Icon { get { throw null; } set { } }
11659         [System.ComponentModel.BrowsableAttribute(false)]
11660         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11661         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
11662         [System.ComponentModel.BrowsableAttribute(false)]
11663         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11664         public new bool IsMdiContainer { get { throw null; } set { } }
11665         [System.ComponentModel.BrowsableAttribute(false)]
11666         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11667         public new bool KeyPreview { get { throw null; } set { } }
11668         [System.ComponentModel.BrowsableAttribute(false)]
11669         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11670         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11671         public new System.Drawing.Point Location { get { throw null; } set { } }
11672         [System.ComponentModel.BrowsableAttribute(false)]
11673         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11674         public new System.Windows.Forms.Padding Margin { get { throw null; } set { } }
11675         [System.ComponentModel.BrowsableAttribute(false)]
11676         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11677         public new bool MaximizeBox { get { throw null; } set { } }
11678         [System.ComponentModel.BrowsableAttribute(false)]
11679         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11680         public new System.Drawing.Size MaximumSize { get { throw null; } set { } }
11681         [System.ComponentModel.BrowsableAttribute(false)]
11682         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11683         public new System.Windows.Forms.MainMenu Menu { get { throw null; } set { } }
11684         [System.ComponentModel.BrowsableAttribute(false)]
11685         [System.ComponentModel.DefaultValueAttribute(false)]
11686         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11687         public new bool MinimizeBox { get { throw null; } set { } }
11688         [System.ComponentModel.BrowsableAttribute(false)]
11689         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11690         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11691         public new System.Drawing.Size MinimumSize { get { throw null; } set { } }
11692         [System.ComponentModel.BrowsableAttribute(false)]
11693         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
11694         public new double Opacity { get { throw null; } set { } }
11695         [System.ComponentModel.BrowsableAttribute(false)]
11696         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11697         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
11698         [System.ComponentModel.BrowsableAttribute(false)]
11699         public System.Windows.Forms.PrintPreviewControl PrintPreviewControl { get { throw null; } }
11700         [System.ComponentModel.BrowsableAttribute(false)]
11701         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11702         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
11703         [System.ComponentModel.BrowsableAttribute(false)]
11704         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11705         public override bool RightToLeftLayout { get { throw null; } set { } }
11706         [System.ComponentModel.BrowsableAttribute(false)]
11707         [System.ComponentModel.DefaultValueAttribute(false)]
11708         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11709         public new bool ShowInTaskbar { get { throw null; } set { } }
11710         [System.ComponentModel.BrowsableAttribute(false)]
11711         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11712         public new System.Drawing.Size Size { get { throw null; } set { } }
11713         [System.ComponentModel.BrowsableAttribute(false)]
11714         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.SizeGripStyle)(2))]
11715         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11716         public new System.Windows.Forms.SizeGripStyle SizeGripStyle { get { throw null; } set { } }
11717         [System.ComponentModel.BrowsableAttribute(false)]
11718         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11719         public new System.Windows.Forms.FormStartPosition StartPosition { get { throw null; } set { } }
11720         [System.ComponentModel.BrowsableAttribute(false)]
11721         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11722         public new bool TabStop { get { throw null; } set { } }
11723         [System.ComponentModel.BrowsableAttribute(false)]
11724         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11725         public new object Tag { get { throw null; } set { } }
11726         [System.ComponentModel.BrowsableAttribute(false)]
11727         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11728         public override string Text { get { throw null; } set { } }
11729         [System.ComponentModel.BrowsableAttribute(false)]
11730         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11731         public new bool TopMost { get { throw null; } set { } }
11732         [System.ComponentModel.BrowsableAttribute(false)]
11733         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11734         public new System.Drawing.Color TransparencyKey { get { throw null; } set { } }
11735         [System.ComponentModel.DefaultValueAttribute(false)]
11736         public bool UseAntiAlias { get { throw null; } set { } }
11737         [System.ComponentModel.BrowsableAttribute(false)]
11738         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11739         public new bool UseWaitCursor { get { throw null; } set { } }
11740         [System.ComponentModel.BrowsableAttribute(false)]
11741         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11742         public new bool Visible { get { throw null; } set { } }
11743         [System.ComponentModel.BrowsableAttribute(false)]
11744         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11745         public new System.Windows.Forms.FormWindowState WindowState { get { throw null; } set { } }
11746         [System.ComponentModel.BrowsableAttribute(false)]
11747         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11748         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
11749         [System.ComponentModel.BrowsableAttribute(false)]
11750         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11751         public new event System.EventHandler AutoValidateChanged { add { } remove { } }
11752         [System.ComponentModel.BrowsableAttribute(false)]
11753         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11754         public new event System.EventHandler BackColorChanged { add { } remove { } }
11755         [System.ComponentModel.BrowsableAttribute(false)]
11756         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11757         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
11758         [System.ComponentModel.BrowsableAttribute(false)]
11759         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11760         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
11761         [System.ComponentModel.BrowsableAttribute(false)]
11762         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11763         public new event System.EventHandler CausesValidationChanged { add { } remove { } }
11764         [System.ComponentModel.BrowsableAttribute(false)]
11765         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11766         public new event System.EventHandler ContextMenuChanged { add { } remove { } }
11767         [System.ComponentModel.BrowsableAttribute(false)]
11768         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11769         public new event System.EventHandler ContextMenuStripChanged { add { } remove { } }
11770         [System.ComponentModel.BrowsableAttribute(false)]
11771         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11772         public new event System.EventHandler CursorChanged { add { } remove { } }
11773         [System.ComponentModel.BrowsableAttribute(false)]
11774         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11775         public new event System.EventHandler DockChanged { add { } remove { } }
11776         [System.ComponentModel.BrowsableAttribute(false)]
11777         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11778         public new event System.EventHandler EnabledChanged { add { } remove { } }
11779         [System.ComponentModel.BrowsableAttribute(false)]
11780         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11781         public new event System.EventHandler FontChanged { add { } remove { } }
11782         [System.ComponentModel.BrowsableAttribute(false)]
11783         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11784         public new event System.EventHandler ForeColorChanged { add { } remove { } }
11785         [System.ComponentModel.BrowsableAttribute(false)]
11786         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11787         public new event System.EventHandler ImeModeChanged { add { } remove { } }
11788         [System.ComponentModel.BrowsableAttribute(false)]
11789         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11790         public new event System.EventHandler LocationChanged { add { } remove { } }
11791         [System.ComponentModel.BrowsableAttribute(false)]
11792         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11793         public new event System.EventHandler MarginChanged { add { } remove { } }
11794         [System.ComponentModel.BrowsableAttribute(false)]
11795         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11796         public new event System.EventHandler MaximumSizeChanged { add { } remove { } }
11797         [System.ComponentModel.BrowsableAttribute(false)]
11798         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11799         public new event System.EventHandler MinimumSizeChanged { add { } remove { } }
11800         [System.ComponentModel.BrowsableAttribute(false)]
11801         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11802         public new event System.EventHandler PaddingChanged { add { } remove { } }
11803         [System.ComponentModel.BrowsableAttribute(false)]
11804         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11805         public new event System.EventHandler RightToLeftChanged { add { } remove { } }
11806         [System.ComponentModel.BrowsableAttribute(false)]
11807         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11808         public new event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
11809         [System.ComponentModel.BrowsableAttribute(false)]
11810         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11811         public new event System.EventHandler SizeChanged { add { } remove { } }
11812         [System.ComponentModel.BrowsableAttribute(false)]
11813         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11814         public new event System.EventHandler TabStopChanged { add { } remove { } }
11815         [System.ComponentModel.BrowsableAttribute(false)]
11816         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11817         public new event System.EventHandler TextChanged { add { } remove { } }
11818         [System.ComponentModel.BrowsableAttribute(false)]
11819         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11820         public new event System.EventHandler VisibleChanged { add { } remove { } }
11821         [System.MonoInternalNoteAttribute("Throw InvalidPrinterException")]
CreateHandle()11822         protected override void CreateHandle() { }
OnClosing(System.ComponentModel.CancelEventArgs e)11823         protected override void OnClosing(System.ComponentModel.CancelEventArgs e) { }
ProcessDialogKey(System.Windows.Forms.Keys keyData)11824         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessTabKey(bool forward)11825         protected override bool ProcessTabKey(bool forward) { throw null; }
11826     }
11827     public sealed partial class ProfessionalColors
11828     {
ProfessionalColors()11829         internal ProfessionalColors() { }
11830         public static System.Drawing.Color ButtonCheckedGradientBegin { get { throw null; } }
11831         public static System.Drawing.Color ButtonCheckedGradientEnd { get { throw null; } }
11832         public static System.Drawing.Color ButtonCheckedGradientMiddle { get { throw null; } }
11833         public static System.Drawing.Color ButtonCheckedHighlight { get { throw null; } }
11834         public static System.Drawing.Color ButtonCheckedHighlightBorder { get { throw null; } }
11835         public static System.Drawing.Color ButtonPressedBorder { get { throw null; } }
11836         public static System.Drawing.Color ButtonPressedGradientBegin { get { throw null; } }
11837         public static System.Drawing.Color ButtonPressedGradientEnd { get { throw null; } }
11838         public static System.Drawing.Color ButtonPressedGradientMiddle { get { throw null; } }
11839         public static System.Drawing.Color ButtonPressedHighlight { get { throw null; } }
11840         public static System.Drawing.Color ButtonPressedHighlightBorder { get { throw null; } }
11841         public static System.Drawing.Color ButtonSelectedBorder { get { throw null; } }
11842         public static System.Drawing.Color ButtonSelectedGradientBegin { get { throw null; } }
11843         public static System.Drawing.Color ButtonSelectedGradientEnd { get { throw null; } }
11844         public static System.Drawing.Color ButtonSelectedGradientMiddle { get { throw null; } }
11845         public static System.Drawing.Color ButtonSelectedHighlight { get { throw null; } }
11846         public static System.Drawing.Color ButtonSelectedHighlightBorder { get { throw null; } }
11847         public static System.Drawing.Color CheckBackground { get { throw null; } }
11848         public static System.Drawing.Color CheckPressedBackground { get { throw null; } }
11849         public static System.Drawing.Color CheckSelectedBackground { get { throw null; } }
11850         public static System.Drawing.Color GripDark { get { throw null; } }
11851         public static System.Drawing.Color GripLight { get { throw null; } }
11852         public static System.Drawing.Color ImageMarginGradientBegin { get { throw null; } }
11853         public static System.Drawing.Color ImageMarginGradientEnd { get { throw null; } }
11854         public static System.Drawing.Color ImageMarginGradientMiddle { get { throw null; } }
11855         public static System.Drawing.Color ImageMarginRevealedGradientBegin { get { throw null; } }
11856         public static System.Drawing.Color ImageMarginRevealedGradientEnd { get { throw null; } }
11857         public static System.Drawing.Color ImageMarginRevealedGradientMiddle { get { throw null; } }
11858         public static System.Drawing.Color MenuBorder { get { throw null; } }
11859         public static System.Drawing.Color MenuItemBorder { get { throw null; } }
11860         public static System.Drawing.Color MenuItemPressedGradientBegin { get { throw null; } }
11861         public static System.Drawing.Color MenuItemPressedGradientEnd { get { throw null; } }
11862         public static System.Drawing.Color MenuItemPressedGradientMiddle { get { throw null; } }
11863         public static System.Drawing.Color MenuItemSelected { get { throw null; } }
11864         public static System.Drawing.Color MenuItemSelectedGradientBegin { get { throw null; } }
11865         public static System.Drawing.Color MenuItemSelectedGradientEnd { get { throw null; } }
11866         public static System.Drawing.Color MenuStripGradientBegin { get { throw null; } }
11867         public static System.Drawing.Color MenuStripGradientEnd { get { throw null; } }
11868         public static System.Drawing.Color OverflowButtonGradientBegin { get { throw null; } }
11869         public static System.Drawing.Color OverflowButtonGradientEnd { get { throw null; } }
11870         public static System.Drawing.Color OverflowButtonGradientMiddle { get { throw null; } }
11871         public static System.Drawing.Color RaftingContainerGradientBegin { get { throw null; } }
11872         public static System.Drawing.Color RaftingContainerGradientEnd { get { throw null; } }
11873         public static System.Drawing.Color SeparatorDark { get { throw null; } }
11874         public static System.Drawing.Color SeparatorLight { get { throw null; } }
11875         public static System.Drawing.Color StatusStripGradientBegin { get { throw null; } }
11876         public static System.Drawing.Color StatusStripGradientEnd { get { throw null; } }
11877         public static System.Drawing.Color ToolStripBorder { get { throw null; } }
11878         public static System.Drawing.Color ToolStripContentPanelGradientBegin { get { throw null; } }
11879         public static System.Drawing.Color ToolStripContentPanelGradientEnd { get { throw null; } }
11880         public static System.Drawing.Color ToolStripDropDownBackground { get { throw null; } }
11881         public static System.Drawing.Color ToolStripGradientBegin { get { throw null; } }
11882         public static System.Drawing.Color ToolStripGradientEnd { get { throw null; } }
11883         public static System.Drawing.Color ToolStripGradientMiddle { get { throw null; } }
11884         public static System.Drawing.Color ToolStripPanelGradientBegin { get { throw null; } }
11885         public static System.Drawing.Color ToolStripPanelGradientEnd { get { throw null; } }
11886     }
11887     public partial class ProfessionalColorTable
11888     {
ProfessionalColorTable()11889         public ProfessionalColorTable() { }
11890         public virtual System.Drawing.Color ButtonCheckedGradientBegin { get { throw null; } }
11891         public virtual System.Drawing.Color ButtonCheckedGradientEnd { get { throw null; } }
11892         public virtual System.Drawing.Color ButtonCheckedGradientMiddle { get { throw null; } }
11893         public virtual System.Drawing.Color ButtonCheckedHighlight { get { throw null; } }
11894         public virtual System.Drawing.Color ButtonCheckedHighlightBorder { get { throw null; } }
11895         public virtual System.Drawing.Color ButtonPressedBorder { get { throw null; } }
11896         public virtual System.Drawing.Color ButtonPressedGradientBegin { get { throw null; } }
11897         public virtual System.Drawing.Color ButtonPressedGradientEnd { get { throw null; } }
11898         public virtual System.Drawing.Color ButtonPressedGradientMiddle { get { throw null; } }
11899         public virtual System.Drawing.Color ButtonPressedHighlight { get { throw null; } }
11900         public virtual System.Drawing.Color ButtonPressedHighlightBorder { get { throw null; } }
11901         public virtual System.Drawing.Color ButtonSelectedBorder { get { throw null; } }
11902         public virtual System.Drawing.Color ButtonSelectedGradientBegin { get { throw null; } }
11903         public virtual System.Drawing.Color ButtonSelectedGradientEnd { get { throw null; } }
11904         public virtual System.Drawing.Color ButtonSelectedGradientMiddle { get { throw null; } }
11905         public virtual System.Drawing.Color ButtonSelectedHighlight { get { throw null; } }
11906         public virtual System.Drawing.Color ButtonSelectedHighlightBorder { get { throw null; } }
11907         public virtual System.Drawing.Color CheckBackground { get { throw null; } }
11908         public virtual System.Drawing.Color CheckPressedBackground { get { throw null; } }
11909         public virtual System.Drawing.Color CheckSelectedBackground { get { throw null; } }
11910         public virtual System.Drawing.Color GripDark { get { throw null; } }
11911         public virtual System.Drawing.Color GripLight { get { throw null; } }
11912         public virtual System.Drawing.Color ImageMarginGradientBegin { get { throw null; } }
11913         public virtual System.Drawing.Color ImageMarginGradientEnd { get { throw null; } }
11914         public virtual System.Drawing.Color ImageMarginGradientMiddle { get { throw null; } }
11915         public virtual System.Drawing.Color ImageMarginRevealedGradientBegin { get { throw null; } }
11916         public virtual System.Drawing.Color ImageMarginRevealedGradientEnd { get { throw null; } }
11917         public virtual System.Drawing.Color ImageMarginRevealedGradientMiddle { get { throw null; } }
11918         public virtual System.Drawing.Color MenuBorder { get { throw null; } }
11919         public virtual System.Drawing.Color MenuItemBorder { get { throw null; } }
11920         public virtual System.Drawing.Color MenuItemPressedGradientBegin { get { throw null; } }
11921         public virtual System.Drawing.Color MenuItemPressedGradientEnd { get { throw null; } }
11922         public virtual System.Drawing.Color MenuItemPressedGradientMiddle { get { throw null; } }
11923         public virtual System.Drawing.Color MenuItemSelected { get { throw null; } }
11924         public virtual System.Drawing.Color MenuItemSelectedGradientBegin { get { throw null; } }
11925         public virtual System.Drawing.Color MenuItemSelectedGradientEnd { get { throw null; } }
11926         public virtual System.Drawing.Color MenuStripGradientBegin { get { throw null; } }
11927         public virtual System.Drawing.Color MenuStripGradientEnd { get { throw null; } }
11928         public virtual System.Drawing.Color OverflowButtonGradientBegin { get { throw null; } }
11929         public virtual System.Drawing.Color OverflowButtonGradientEnd { get { throw null; } }
11930         public virtual System.Drawing.Color OverflowButtonGradientMiddle { get { throw null; } }
11931         public virtual System.Drawing.Color RaftingContainerGradientBegin { get { throw null; } }
11932         public virtual System.Drawing.Color RaftingContainerGradientEnd { get { throw null; } }
11933         public virtual System.Drawing.Color SeparatorDark { get { throw null; } }
11934         public virtual System.Drawing.Color SeparatorLight { get { throw null; } }
11935         public virtual System.Drawing.Color StatusStripGradientBegin { get { throw null; } }
11936         public virtual System.Drawing.Color StatusStripGradientEnd { get { throw null; } }
11937         public virtual System.Drawing.Color ToolStripBorder { get { throw null; } }
11938         public virtual System.Drawing.Color ToolStripContentPanelGradientBegin { get { throw null; } }
11939         public virtual System.Drawing.Color ToolStripContentPanelGradientEnd { get { throw null; } }
11940         public virtual System.Drawing.Color ToolStripDropDownBackground { get { throw null; } }
11941         public virtual System.Drawing.Color ToolStripGradientBegin { get { throw null; } }
11942         public virtual System.Drawing.Color ToolStripGradientEnd { get { throw null; } }
11943         public virtual System.Drawing.Color ToolStripGradientMiddle { get { throw null; } }
11944         public virtual System.Drawing.Color ToolStripPanelGradientBegin { get { throw null; } }
11945         public virtual System.Drawing.Color ToolStripPanelGradientEnd { get { throw null; } }
11946         public bool UseSystemColors { get { throw null; } set { } }
11947     }
11948     [System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
11949     [System.ComponentModel.DefaultPropertyAttribute("Value")]
11950     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
11951     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11952     public partial class ProgressBar : System.Windows.Forms.Control
11953     {
ProgressBar()11954         public ProgressBar() { }
11955         [System.ComponentModel.BrowsableAttribute(false)]
11956         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11957         public override bool AllowDrop { get { throw null; } set { } }
11958         [System.ComponentModel.BrowsableAttribute(false)]
11959         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11960         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
11961         [System.ComponentModel.BrowsableAttribute(false)]
11962         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11963         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
11964         [System.ComponentModel.BrowsableAttribute(false)]
11965         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11966         public new bool CausesValidation { get { throw null; } set { } }
11967         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
11968         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
11969         protected override System.Drawing.Size DefaultSize { get { throw null; } }
11970         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11971         protected override bool DoubleBuffered { get { throw null; } set { } }
11972         [System.ComponentModel.BrowsableAttribute(false)]
11973         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11974         public override System.Drawing.Font Font { get { throw null; } set { } }
11975         [System.ComponentModel.BrowsableAttribute(false)]
11976         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11977         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
11978         [System.ComponentModel.DefaultValueAttribute(100)]
11979         public int MarqueeAnimationSpeed { get { throw null; } set { } }
11980         [System.ComponentModel.DefaultValueAttribute(100)]
11981         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
11982         public int Maximum { get { throw null; } set { } }
11983         [System.ComponentModel.DefaultValueAttribute(0)]
11984         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
11985         public int Minimum { get { throw null; } set { } }
11986         [System.ComponentModel.BrowsableAttribute(false)]
11987         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11988         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11989         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
11990         [System.ComponentModel.DefaultValueAttribute(false)]
11991         [System.ComponentModel.LocalizableAttribute(true)]
11992         [System.MonoTODOAttribute("RTL is not supported")]
11993         public virtual bool RightToLeftLayout { get { throw null; } set { } }
11994         [System.ComponentModel.DefaultValueAttribute(10)]
11995         public int Step { get { throw null; } set { } }
11996         [System.ComponentModel.BrowsableAttribute(true)]
11997         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ProgressBarStyle)(0))]
11998         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
11999         public System.Windows.Forms.ProgressBarStyle Style { get { throw null; } set { } }
12000         [System.ComponentModel.BrowsableAttribute(false)]
12001         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12002         public new bool TabStop { get { throw null; } set { } }
12003         [System.ComponentModel.BindableAttribute(false)]
12004         [System.ComponentModel.BrowsableAttribute(false)]
12005         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12006         public override string Text { get { throw null; } set { } }
12007         [System.ComponentModel.BindableAttribute(true)]
12008         [System.ComponentModel.DefaultValueAttribute(0)]
12009         public int Value { get { throw null; } set { } }
12010         [System.ComponentModel.BrowsableAttribute(false)]
12011         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12012         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
12013         [System.ComponentModel.BrowsableAttribute(false)]
12014         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12015         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
12016         [System.ComponentModel.BrowsableAttribute(false)]
12017         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12018         public new event System.EventHandler CausesValidationChanged { add { } remove { } }
12019         [System.ComponentModel.BrowsableAttribute(false)]
12020         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12021         public new event System.EventHandler DoubleClick { add { } remove { } }
12022         [System.ComponentModel.BrowsableAttribute(false)]
12023         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12024         public new event System.EventHandler Enter { add { } remove { } }
12025         [System.ComponentModel.BrowsableAttribute(false)]
12026         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12027         public new event System.EventHandler FontChanged { add { } remove { } }
12028         [System.ComponentModel.BrowsableAttribute(false)]
12029         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12030         public new event System.EventHandler ImeModeChanged { add { } remove { } }
12031         [System.ComponentModel.BrowsableAttribute(false)]
12032         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12033         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
12034         [System.ComponentModel.BrowsableAttribute(false)]
12035         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12036         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
12037         [System.ComponentModel.BrowsableAttribute(false)]
12038         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12039         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
12040         [System.ComponentModel.BrowsableAttribute(false)]
12041         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12042         public new event System.EventHandler Leave { add { } remove { } }
12043         [System.ComponentModel.BrowsableAttribute(false)]
12044         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12045         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
12046         [System.ComponentModel.BrowsableAttribute(false)]
12047         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12048         public new event System.EventHandler PaddingChanged { add { } remove { } }
12049         [System.ComponentModel.BrowsableAttribute(false)]
12050         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12051         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
12052         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
12053         [System.ComponentModel.BrowsableAttribute(false)]
12054         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12055         public new event System.EventHandler TabStopChanged { add { } remove { } }
12056         [System.ComponentModel.BrowsableAttribute(false)]
12057         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12058         public new event System.EventHandler TextChanged { add { } remove { } }
CreateHandle()12059         protected override void CreateHandle() { }
Increment(int value)12060         public void Increment(int value) { }
OnBackColorChanged(System.EventArgs e)12061         protected override void OnBackColorChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)12062         protected override void OnForeColorChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)12063         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)12064         protected override void OnHandleDestroyed(System.EventArgs e) { }
12065         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)12066         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
PerformStep()12067         public void PerformStep() { }
12068         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetForeColor()12069         public override void ResetForeColor() { }
ToString()12070         public override string ToString() { throw null; }
12071     }
12072     public sealed partial class ProgressBarRenderer
12073     {
ProgressBarRenderer()12074         internal ProgressBarRenderer() { }
12075         public static int ChunkSpaceThickness { get { throw null; } }
12076         public static int ChunkThickness { get { throw null; } }
12077         public static bool IsSupported { get { throw null; } }
DrawHorizontalBar(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)12078         public static void DrawHorizontalBar(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
DrawHorizontalChunks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)12079         public static void DrawHorizontalChunks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
DrawVerticalBar(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)12080         public static void DrawVerticalBar(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
DrawVerticalChunks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)12081         public static void DrawVerticalChunks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
12082     }
12083     public enum ProgressBarStyle
12084     {
12085         Blocks = 0,
12086         Continuous = 1,
12087         Marquee = 2,
12088     }
12089     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PropertyGridDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
12090     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
12091     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12092     public partial class PropertyGrid : System.Windows.Forms.ContainerControl, System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser
12093     {
PropertyGrid()12094         public PropertyGrid() { }
12095         [System.ComponentModel.BrowsableAttribute(false)]
12096         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12097         public override bool AutoScroll { get { throw null; } set { } }
12098         public override System.Drawing.Color BackColor { get { throw null; } set { } }
12099         [System.ComponentModel.BrowsableAttribute(false)]
12100         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12101         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
12102         [System.ComponentModel.BrowsableAttribute(false)]
12103         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12104         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
12105         [System.ComponentModel.BrowsableAttribute(false)]
12106         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12107         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12108         public System.ComponentModel.AttributeCollection BrowsableAttributes { get { throw null; } set { } }
12109         [System.ComponentModel.BrowsableAttribute(false)]
12110         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12111         public virtual bool CanShowCommands { get { throw null; } }
12112         public bool CanShowVisualStyleGlyphs { get { throw null; } set { } }
12113         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "ControlText")]
12114         public System.Drawing.Color CategoryForeColor { get { throw null; } set { } }
12115         public System.Drawing.Color CategorySplitterColor { get { throw null; } set { } }
12116         public System.Drawing.Color CommandsActiveLinkColor { get { throw null; } set { } }
12117         public System.Drawing.Color CommandsBackColor { get { throw null; } set { } }
12118         public System.Drawing.Color CommandsBorderColor { get { throw null; } set { } }
12119         public System.Drawing.Color CommandsDisabledLinkColor { get { throw null; } set { } }
12120         public System.Drawing.Color CommandsForeColor { get { throw null; } set { } }
12121         public System.Drawing.Color CommandsLinkColor { get { throw null; } set { } }
12122         [System.ComponentModel.BrowsableAttribute(false)]
12123         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12124         [System.MonoTODOAttribute("Commands are not implemented yet.")]
12125         public virtual bool CommandsVisible { get { throw null; } }
12126         [System.ComponentModel.DefaultValueAttribute(true)]
12127         public virtual bool CommandsVisibleIfAvailable { get { throw null; } set { } }
12128         [System.ComponentModel.BrowsableAttribute(false)]
12129         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12130         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12131         public System.Drawing.Point ContextMenuDefaultLocation { get { throw null; } }
12132         [System.ComponentModel.BrowsableAttribute(false)]
12133         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12134         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12135         public new System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
12136         protected override System.Drawing.Size DefaultSize { get { throw null; } }
12137         [System.ComponentModel.BrowsableAttribute(false)]
12138         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12139         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12140         protected virtual System.Type DefaultTabType { get { throw null; } }
12141         public System.Drawing.Color DisabledItemForeColor { get { throw null; } set { } }
12142         protected bool DrawFlatToolbar { get { throw null; } set { } }
12143         [System.ComponentModel.BrowsableAttribute(false)]
12144         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12145         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
12146         [System.ComponentModel.DefaultValueAttribute("Color [Control]")]
12147         public System.Drawing.Color HelpBackColor { get { throw null; } set { } }
12148         public System.Drawing.Color HelpBorderColor { get { throw null; } set { } }
12149         [System.ComponentModel.DefaultValueAttribute("Color [ControlText]")]
12150         public System.Drawing.Color HelpForeColor { get { throw null; } set { } }
12151         [System.ComponentModel.DefaultValueAttribute(true)]
12152         [System.ComponentModel.LocalizableAttribute(true)]
12153         public virtual bool HelpVisible { get { throw null; } set { } }
12154         [System.ComponentModel.DefaultValueAttribute(false)]
12155         public bool LargeButtons { get { throw null; } set { } }
12156         [System.ComponentModel.DefaultValueAttribute("Color [InactiveBorder]")]
12157         public System.Drawing.Color LineColor { get { throw null; } set { } }
12158         [System.ComponentModel.BrowsableAttribute(false)]
12159         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12160         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12161         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
12162         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.PropertySort)(3))]
12163         public System.Windows.Forms.PropertySort PropertySort { get { throw null; } set { } }
12164         [System.ComponentModel.BrowsableAttribute(false)]
12165         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12166         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12167         public System.Windows.Forms.PropertyGrid.PropertyTabCollection PropertyTabs { get { throw null; } }
12168         [System.ComponentModel.BrowsableAttribute(false)]
12169         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12170         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12171         public System.Windows.Forms.GridItem SelectedGridItem { get { throw null; } set { } }
12172         public System.Drawing.Color SelectedItemWithFocusBackColor { get { throw null; } set { } }
12173         public System.Drawing.Color SelectedItemWithFocusForeColor { get { throw null; } set { } }
12174         [System.ComponentModel.DefaultValueAttribute(null)]
12175         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.PropertyGrid+SelectedObjectConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
12176         public object SelectedObject { get { throw null; } set { } }
12177         [System.ComponentModel.BrowsableAttribute(false)]
12178         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12179         public object[] SelectedObjects { get { throw null; } set { } }
12180         [System.ComponentModel.BrowsableAttribute(false)]
12181         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12182         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12183         public System.Windows.Forms.Design.PropertyTab SelectedTab { get { throw null; } }
12184         protected internal override bool ShowFocusCues { get { throw null; } }
12185         protected virtual System.Drawing.Bitmap ShowPropertyPageImage { get { throw null; } }
12186         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
12187         protected virtual System.Drawing.Bitmap SortByCategoryImage { get { throw null; } }
12188         protected virtual System.Drawing.Bitmap SortByPropertyImage { get { throw null; } }
12189         [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
12190         bool System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.InPropertySet { get { throw null; } }
12191         [System.ComponentModel.BrowsableAttribute(false)]
12192         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12193         public override string Text { get { throw null; } set { } }
12194         [System.ComponentModel.DefaultValueAttribute(true)]
12195         public virtual bool ToolbarVisible { get { throw null; } set { } }
12196         protected System.Windows.Forms.ToolStripRenderer ToolStripRenderer { get { throw null; } set { } }
12197         [System.ComponentModel.DefaultValueAttribute(false)]
12198         public bool UseCompatibleTextRendering { get { throw null; } set { } }
12199         [System.ComponentModel.DefaultValueAttribute("Color [Window]")]
12200         public System.Drawing.Color ViewBackColor { get { throw null; } set { } }
12201         public System.Drawing.Color ViewBorderColor { get { throw null; } set { } }
12202         [System.ComponentModel.DefaultValueAttribute("Color [WindowText]")]
12203         public System.Drawing.Color ViewForeColor { get { throw null; } set { } }
12204         [System.ComponentModel.BrowsableAttribute(false)]
12205         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12206         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
12207         [System.ComponentModel.BrowsableAttribute(false)]
12208         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12209         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
12210         [System.ComponentModel.BrowsableAttribute(false)]
12211         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12212         public new event System.EventHandler ForeColorChanged { add { } remove { } }
12213         [System.ComponentModel.BrowsableAttribute(false)]
12214         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12215         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
12216         [System.ComponentModel.BrowsableAttribute(false)]
12217         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12218         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
12219         [System.ComponentModel.BrowsableAttribute(false)]
12220         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12221         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
12222         [System.ComponentModel.BrowsableAttribute(false)]
12223         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12224         public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
12225         [System.ComponentModel.BrowsableAttribute(false)]
12226         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12227         public new event System.EventHandler MouseEnter { add { } remove { } }
12228         [System.ComponentModel.BrowsableAttribute(false)]
12229         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12230         public new event System.EventHandler MouseLeave { add { } remove { } }
12231         [System.ComponentModel.BrowsableAttribute(false)]
12232         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12233         public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
12234         [System.ComponentModel.BrowsableAttribute(false)]
12235         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12236         public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
12237         [System.ComponentModel.BrowsableAttribute(false)]
12238         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12239         public new event System.EventHandler PaddingChanged { add { } remove { } }
12240         public event System.EventHandler PropertySortChanged { add { } remove { } }
12241         public event System.Windows.Forms.PropertyTabChangedEventHandler PropertyTabChanged { add { } remove { } }
12242         public event System.Windows.Forms.PropertyValueChangedEventHandler PropertyValueChanged { add { } remove { } }
12243         public event System.Windows.Forms.SelectedGridItemChangedEventHandler SelectedGridItemChanged { add { } remove { } }
12244         public event System.EventHandler SelectedObjectsChanged { add { } remove { } }
12245         event System.ComponentModel.Design.ComponentRenameEventHandler System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.ComComponentNameChanged { add { } remove { } }
12246         [System.ComponentModel.BrowsableAttribute(false)]
12247         public new event System.EventHandler TextChanged { add { } remove { } }
CollapseAllGridItems()12248         public void CollapseAllGridItems() { }
CreatePropertyTab(System.Type tabType)12249         protected virtual System.Windows.Forms.Design.PropertyTab CreatePropertyTab(System.Type tabType) { throw null; }
Dispose(bool disposing)12250         protected override void Dispose(bool disposing) { }
ExpandAllGridItems()12251         public void ExpandAllGridItems() { }
12252         [System.MonoTODOAttribute("Never called")]
OnComComponentNameChanged(System.ComponentModel.Design.ComponentRenameEventArgs e)12253         protected void OnComComponentNameChanged(System.ComponentModel.Design.ComponentRenameEventArgs e) { }
OnEnabledChanged(System.EventArgs e)12254         protected override void OnEnabledChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)12255         protected override void OnFontChanged(System.EventArgs e) { }
OnGotFocus(System.EventArgs e)12256         protected override void OnGotFocus(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)12257         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)12258         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs me)12259         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs me) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs me)12260         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs me) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs me)12261         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs me) { }
OnNotifyPropertyValueUIItemsChanged(object sender, System.EventArgs e)12262         protected void OnNotifyPropertyValueUIItemsChanged(object sender, System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs pevent)12263         protected override void OnPaint(System.Windows.Forms.PaintEventArgs pevent) { }
OnPropertySortChanged(System.EventArgs e)12264         protected virtual void OnPropertySortChanged(System.EventArgs e) { }
OnPropertyTabChanged(System.Windows.Forms.PropertyTabChangedEventArgs e)12265         protected virtual void OnPropertyTabChanged(System.Windows.Forms.PropertyTabChangedEventArgs e) { }
OnPropertyValueChanged(System.Windows.Forms.PropertyValueChangedEventArgs e)12266         protected virtual void OnPropertyValueChanged(System.Windows.Forms.PropertyValueChangedEventArgs e) { }
OnResize(System.EventArgs e)12267         protected override void OnResize(System.EventArgs e) { }
OnSelectedGridItemChanged(System.Windows.Forms.SelectedGridItemChangedEventArgs e)12268         protected virtual void OnSelectedGridItemChanged(System.Windows.Forms.SelectedGridItemChangedEventArgs e) { }
OnSelectedObjectsChanged(System.EventArgs e)12269         protected virtual void OnSelectedObjectsChanged(System.EventArgs e) { }
OnSystemColorsChanged(System.EventArgs e)12270         protected override void OnSystemColorsChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)12271         protected override void OnVisibleChanged(System.EventArgs e) { }
ProcessDialogKey(System.Windows.Forms.Keys keyData)12272         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
Refresh()12273         public override void Refresh() { }
RefreshTabs(System.ComponentModel.PropertyTabScope tabScope)12274         public void RefreshTabs(System.ComponentModel.PropertyTabScope tabScope) { }
ResetSelectedProperty()12275         public void ResetSelectedProperty() { }
12276         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)12277         protected override void ScaleCore(float dx, float dy) { }
ShowEventsButton(bool value)12278         protected void ShowEventsButton(bool value) { }
12279         [System.MonoTODOAttribute("Stub, does nothing")]
System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.DropDownDone()12280         void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.DropDownDone() { }
12281         [System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.EnsurePendingChangesCommitted()12282         bool System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.EnsurePendingChangesCommitted() { throw null; }
12283         [System.MonoTODOAttribute("Stub, does nothing")]
System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.HandleF4()12284         void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.HandleF4() { }
12285         [System.MonoTODOAttribute("Stub, does nothing")]
System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.LoadState(Microsoft.Win32.RegistryKey optRoot)12286         void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.LoadState(Microsoft.Win32.RegistryKey optRoot) { }
12287         [System.MonoTODOAttribute("Stub, does nothing")]
System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.SaveState(Microsoft.Win32.RegistryKey optRoot)12288         void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.SaveState(Microsoft.Win32.RegistryKey optRoot) { }
WndProc(ref System.Windows.Forms.Message m)12289         protected override void WndProc(ref System.Windows.Forms.Message m) { }
12290         public partial class PropertyTabCollection : System.Collections.ICollection, System.Collections.IEnumerable
12291         {
PropertyTabCollection()12292             internal PropertyTabCollection() { }
12293             public int Count { get { throw null; } }
12294             public System.Windows.Forms.Design.PropertyTab this[int index] { get { throw null; } }
12295             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
12296             object System.Collections.ICollection.SyncRoot { get { throw null; } }
AddTabType(System.Type propertyTabType)12297             public void AddTabType(System.Type propertyTabType) { }
AddTabType(System.Type propertyTabType, System.ComponentModel.PropertyTabScope tabScope)12298             public void AddTabType(System.Type propertyTabType, System.ComponentModel.PropertyTabScope tabScope) { }
Clear(System.ComponentModel.PropertyTabScope tabScope)12299             public void Clear(System.ComponentModel.PropertyTabScope tabScope) { }
GetEnumerator()12300             public System.Collections.IEnumerator GetEnumerator() { throw null; }
RemoveTabType(System.Type propertyTabType)12301             public void RemoveTabType(System.Type propertyTabType) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)12302             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
12303         }
12304     }
12305     public partial class PropertyManager : System.Windows.Forms.BindingManagerBase
12306     {
PropertyManager()12307         public PropertyManager() { }
12308         public override int Count { get { throw null; } }
12309         public override object Current { get { throw null; } }
12310         public override int Position { get { throw null; } set { } }
AddNew()12311         public override void AddNew() { }
CancelCurrentEdit()12312         public override void CancelCurrentEdit() { }
EndCurrentEdit()12313         public override void EndCurrentEdit() { }
GetListName(System.Collections.ArrayList listAccessors)12314         protected internal override string GetListName(System.Collections.ArrayList listAccessors) { throw null; }
OnCurrentChanged(System.EventArgs ea)12315         protected internal override void OnCurrentChanged(System.EventArgs ea) { }
OnCurrentItemChanged(System.EventArgs ea)12316         protected internal override void OnCurrentItemChanged(System.EventArgs ea) { }
RemoveAt(int index)12317         public override void RemoveAt(int index) { }
ResumeBinding()12318         public override void ResumeBinding() { }
SuspendBinding()12319         public override void SuspendBinding() { }
12320         [System.MonoTODOAttribute("Stub, does nothing")]
UpdateIsBinding()12321         protected override void UpdateIsBinding() { }
12322     }
12323     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12324     public enum PropertySort
12325     {
12326         Alphabetical = 1,
12327         Categorized = 2,
12328         CategorizedAlphabetical = 3,
12329         NoSort = 0,
12330     }
12331     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12332     public partial class PropertyTabChangedEventArgs : System.EventArgs
12333     {
PropertyTabChangedEventArgs(System.Windows.Forms.Design.PropertyTab oldTab, System.Windows.Forms.Design.PropertyTab newTab)12334         public PropertyTabChangedEventArgs(System.Windows.Forms.Design.PropertyTab oldTab, System.Windows.Forms.Design.PropertyTab newTab) { }
12335         public System.Windows.Forms.Design.PropertyTab NewTab { get { throw null; } }
12336         public System.Windows.Forms.Design.PropertyTab OldTab { get { throw null; } }
12337     }
PropertyTabChangedEventHandler(object s, System.Windows.Forms.PropertyTabChangedEventArgs e)12338     public delegate void PropertyTabChangedEventHandler(object s, System.Windows.Forms.PropertyTabChangedEventArgs e);
12339     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12340     public partial class PropertyValueChangedEventArgs : System.EventArgs
12341     {
PropertyValueChangedEventArgs(System.Windows.Forms.GridItem changedItem, object oldValue)12342         public PropertyValueChangedEventArgs(System.Windows.Forms.GridItem changedItem, object oldValue) { }
12343         public System.Windows.Forms.GridItem ChangedItem { get { throw null; } }
12344         public object OldValue { get { throw null; } }
12345     }
PropertyValueChangedEventHandler(object s, System.Windows.Forms.PropertyValueChangedEventArgs e)12346     public delegate void PropertyValueChangedEventHandler(object s, System.Windows.Forms.PropertyValueChangedEventArgs e);
12347     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12348     public partial class QueryAccessibilityHelpEventArgs : System.EventArgs
12349     {
QueryAccessibilityHelpEventArgs()12350         public QueryAccessibilityHelpEventArgs() { }
QueryAccessibilityHelpEventArgs(string helpNamespace, string helpString, string helpKeyword)12351         public QueryAccessibilityHelpEventArgs(string helpNamespace, string helpString, string helpKeyword) { }
12352         public string HelpKeyword { get { throw null; } set { } }
12353         public string HelpNamespace { get { throw null; } set { } }
12354         public string HelpString { get { throw null; } set { } }
12355     }
QueryAccessibilityHelpEventHandler(object sender, System.Windows.Forms.QueryAccessibilityHelpEventArgs e)12356     public delegate void QueryAccessibilityHelpEventHandler(object sender, System.Windows.Forms.QueryAccessibilityHelpEventArgs e);
12357     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12358     public partial class QueryContinueDragEventArgs : System.EventArgs
12359     {
QueryContinueDragEventArgs(int keyState, bool escapePressed, System.Windows.Forms.DragAction action)12360         public QueryContinueDragEventArgs(int keyState, bool escapePressed, System.Windows.Forms.DragAction action) { }
12361         public System.Windows.Forms.DragAction Action { get { throw null; } set { } }
12362         public bool EscapePressed { get { throw null; } }
12363         public int KeyState { get { throw null; } }
12364     }
QueryContinueDragEventHandler(object sender, System.Windows.Forms.QueryContinueDragEventArgs e)12365     public delegate void QueryContinueDragEventHandler(object sender, System.Windows.Forms.QueryContinueDragEventArgs e);
12366     public partial class QuestionEventArgs : System.EventArgs
12367     {
QuestionEventArgs()12368         public QuestionEventArgs() { }
QuestionEventArgs(bool response)12369         public QuestionEventArgs(bool response) { }
12370         public bool Response { get { throw null; } set { } }
12371     }
QuestionEventHandler(object sender, System.Windows.Forms.QuestionEventArgs e)12372     public delegate void QuestionEventHandler(object sender, System.Windows.Forms.QuestionEventArgs e);
12373     [System.ComponentModel.DefaultBindingPropertyAttribute("Checked")]
12374     [System.ComponentModel.DefaultEventAttribute("CheckedChanged")]
12375     [System.ComponentModel.DefaultPropertyAttribute("Checked")]
12376     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.RadioButtonDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
12377     [System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
12378     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
12379     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12380     public partial class RadioButton : System.Windows.Forms.ButtonBase
12381     {
RadioButton()12382         public RadioButton() { }
12383         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Appearance)(0))]
12384         [System.ComponentModel.LocalizableAttribute(true)]
12385         public System.Windows.Forms.Appearance Appearance { get { throw null; } set { } }
12386         [System.ComponentModel.DefaultValueAttribute(true)]
12387         public bool AutoCheck { get { throw null; } set { } }
12388         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(16))]
12389         [System.ComponentModel.LocalizableAttribute(true)]
12390         public System.Drawing.ContentAlignment CheckAlign { get { throw null; } set { } }
12391         [System.ComponentModel.BindableAttribute(true, (System.ComponentModel.BindingDirection)(0))]
12392         [System.ComponentModel.DefaultValueAttribute(false)]
12393         [System.ComponentModel.SettingsBindableAttribute(true)]
12394         public bool Checked { get { throw null; } set { } }
12395         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
12396         protected override System.Drawing.Size DefaultSize { get { throw null; } }
12397         [System.ComponentModel.DefaultValueAttribute(false)]
12398         public new bool TabStop { get { throw null; } set { } }
12399         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(16))]
12400         [System.ComponentModel.LocalizableAttribute(true)]
12401         public override System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
12402         public event System.EventHandler AppearanceChanged { add { } remove { } }
12403         public event System.EventHandler CheckedChanged { add { } remove { } }
12404         [System.ComponentModel.BrowsableAttribute(false)]
12405         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12406         public new event System.EventHandler DoubleClick { add { } remove { } }
12407         [System.ComponentModel.BrowsableAttribute(false)]
12408         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12409         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
CreateAccessibilityInstance()12410         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
OnCheckedChanged(System.EventArgs e)12411         protected virtual void OnCheckedChanged(System.EventArgs e) { }
OnClick(System.EventArgs e)12412         protected override void OnClick(System.EventArgs e) { }
OnEnter(System.EventArgs e)12413         protected override void OnEnter(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)12414         protected override void OnHandleCreated(System.EventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)12415         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
PerformClick()12416         public void PerformClick() { }
ProcessMnemonic(char charCode)12417         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
ToString()12418         public override string ToString() { throw null; }
12419         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12420         public partial class RadioButtonAccessibleObject : System.Windows.Forms.ButtonBase.ButtonBaseAccessibleObject
12421         {
RadioButtonAccessibleObject(System.Windows.Forms.RadioButton owner)12422             public RadioButtonAccessibleObject(System.Windows.Forms.RadioButton owner) : base (default(System.Windows.Forms.Control)) { }
12423             public override string DefaultAction { get { throw null; } }
12424             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
12425             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
DoDefaultAction()12426             public override void DoDefaultAction() { }
12427         }
12428     }
12429     public sealed partial class RadioButtonRenderer
12430     {
RadioButtonRenderer()12431         internal RadioButtonRenderer() { }
12432         public static bool RenderMatchingApplicationState { get { throw null; } set { } }
DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl)12433         public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state)12434         public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state)12435         public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state)12436         public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state)12437         public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Windows.Forms.VisualStyles.RadioButtonState state)12438         public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
GetGlyphSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.RadioButtonState state)12439         public static System.Drawing.Size GetGlyphSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.RadioButtonState state) { throw null; }
IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.RadioButtonState state)12440         public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.RadioButtonState state) { throw null; }
12441     }
12442     [System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=true)]
12443     public sealed partial class RelatedImageListAttribute : System.Attribute
12444     {
RelatedImageListAttribute(string relatedImageList)12445         public RelatedImageListAttribute(string relatedImageList) { }
12446         public string RelatedImageList { get { throw null; } }
12447     }
12448     public partial class RetrieveVirtualItemEventArgs : System.EventArgs
12449     {
RetrieveVirtualItemEventArgs(int itemIndex)12450         public RetrieveVirtualItemEventArgs(int itemIndex) { }
12451         public System.Windows.Forms.ListViewItem Item { get { throw null; } set { } }
12452         public int ItemIndex { get { throw null; } }
12453     }
RetrieveVirtualItemEventHandler(object sender, System.Windows.Forms.RetrieveVirtualItemEventArgs e)12454     public delegate void RetrieveVirtualItemEventHandler(object sender, System.Windows.Forms.RetrieveVirtualItemEventArgs e);
12455     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.RichTextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
12456     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
12457     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12458     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(1))]
12459     public partial class RichTextBox : System.Windows.Forms.TextBoxBase
12460     {
RichTextBox()12461         public RichTextBox() { }
12462         [System.ComponentModel.BrowsableAttribute(false)]
12463         public override bool AllowDrop { get { throw null; } set { } }
12464         [System.ComponentModel.BrowsableAttribute(false)]
12465         [System.ComponentModel.DefaultValueAttribute(false)]
12466         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
12467         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12468         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
12469         public override bool AutoSize { get { throw null; } set { } }
12470         [System.ComponentModel.DefaultValueAttribute(false)]
12471         [System.MonoTODOAttribute("Value not respected, always true")]
12472         public bool AutoWordSelection { get { throw null; } set { } }
12473         [System.ComponentModel.BrowsableAttribute(false)]
12474         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12475         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
12476         [System.ComponentModel.BrowsableAttribute(false)]
12477         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12478         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
12479         [System.ComponentModel.DefaultValueAttribute(0)]
12480         [System.ComponentModel.LocalizableAttribute(true)]
12481         public int BulletIndent { get { throw null; } set { } }
12482         [System.ComponentModel.BrowsableAttribute(false)]
12483         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12484         public bool CanRedo { get { throw null; } }
12485         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
12486         protected override System.Drawing.Size DefaultSize { get { throw null; } }
12487         [System.ComponentModel.DefaultValueAttribute(true)]
12488         public bool DetectUrls { get { throw null; } set { } }
12489         [System.ComponentModel.DefaultValueAttribute(false)]
12490         [System.MonoTODOAttribute("Stub, does nothing")]
12491         public bool EnableAutoDragDrop { get { throw null; } set { } }
12492         public override System.Drawing.Font Font { get { throw null; } set { } }
12493         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
12494         [System.ComponentModel.BrowsableAttribute(false)]
12495         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12496         [System.MonoTODOAttribute("Stub, does nothing")]
12497         public System.Windows.Forms.RichTextBoxLanguageOptions LanguageOption { get { throw null; } set { } }
12498         [System.ComponentModel.DefaultValueAttribute(2147483647)]
12499         public override int MaxLength { get { throw null; } set { } }
12500         [System.ComponentModel.DefaultValueAttribute(true)]
12501         public override bool Multiline { get { throw null; } set { } }
12502         [System.ComponentModel.BrowsableAttribute(false)]
12503         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12504         public string RedoActionName { get { throw null; } }
12505         [System.ComponentModel.BrowsableAttribute(false)]
12506         [System.ComponentModel.DefaultValueAttribute(true)]
12507         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12508         [System.MonoTODOAttribute("Stub, does nothing")]
12509         public bool RichTextShortcutsEnabled { get { throw null; } set { } }
12510         [System.ComponentModel.DefaultValueAttribute(0)]
12511         [System.ComponentModel.LocalizableAttribute(true)]
12512         [System.MonoInternalNoteAttribute("Teach TextControl.RecalculateLine to consider the right margin as well")]
12513         [System.MonoTODOAttribute("Stub, does nothing")]
12514         public int RightMargin { get { throw null; } set { } }
12515         [System.ComponentModel.BrowsableAttribute(false)]
12516         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12517         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12518         public string Rtf { get { throw null; } set { } }
12519         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.RichTextBoxScrollBars)(3))]
12520         [System.ComponentModel.LocalizableAttribute(true)]
12521         public System.Windows.Forms.RichTextBoxScrollBars ScrollBars { get { throw null; } set { } }
12522         [System.ComponentModel.BrowsableAttribute(false)]
12523         [System.ComponentModel.DefaultValueAttribute("")]
12524         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12525         public string SelectedRtf { get { throw null; } set { } }
12526         [System.ComponentModel.BrowsableAttribute(false)]
12527         [System.ComponentModel.DefaultValueAttribute("")]
12528         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12529         public override string SelectedText { get { throw null; } set { } }
12530         [System.ComponentModel.BrowsableAttribute(false)]
12531         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
12532         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12533         public System.Windows.Forms.HorizontalAlignment SelectionAlignment { get { throw null; } set { } }
12534         [System.ComponentModel.BrowsableAttribute(false)]
12535         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12536         [System.MonoTODOAttribute("Stub, does nothing")]
12537         public System.Drawing.Color SelectionBackColor { get { throw null; } set { } }
12538         [System.ComponentModel.BrowsableAttribute(false)]
12539         [System.ComponentModel.DefaultValueAttribute(false)]
12540         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12541         [System.MonoTODOAttribute("Stub, does nothing")]
12542         public bool SelectionBullet { get { throw null; } set { } }
12543         [System.ComponentModel.BrowsableAttribute(false)]
12544         [System.ComponentModel.DefaultValueAttribute(0)]
12545         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12546         [System.MonoTODOAttribute("Stub, does nothing")]
12547         public int SelectionCharOffset { get { throw null; } set { } }
12548         [System.ComponentModel.BrowsableAttribute(false)]
12549         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12550         public System.Drawing.Color SelectionColor { get { throw null; } set { } }
12551         [System.ComponentModel.BrowsableAttribute(false)]
12552         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12553         public System.Drawing.Font SelectionFont { get { throw null; } set { } }
12554         [System.ComponentModel.BrowsableAttribute(false)]
12555         [System.ComponentModel.DefaultValueAttribute(0)]
12556         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12557         [System.MonoTODOAttribute("Stub, does nothing")]
12558         public int SelectionHangingIndent { get { throw null; } set { } }
12559         [System.ComponentModel.BrowsableAttribute(false)]
12560         [System.ComponentModel.DefaultValueAttribute(0)]
12561         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12562         [System.MonoTODOAttribute("Stub, does nothing")]
12563         public int SelectionIndent { get { throw null; } set { } }
12564         [System.ComponentModel.BrowsableAttribute(false)]
12565         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12566         public override int SelectionLength { get { throw null; } set { } }
12567         [System.ComponentModel.BrowsableAttribute(false)]
12568         [System.ComponentModel.DefaultValueAttribute(false)]
12569         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12570         [System.MonoTODOAttribute("Stub, does nothing")]
12571         public bool SelectionProtected { get { throw null; } set { } }
12572         [System.ComponentModel.BrowsableAttribute(false)]
12573         [System.ComponentModel.DefaultValueAttribute(0)]
12574         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12575         [System.MonoTODOAttribute("Stub, does nothing")]
12576         public int SelectionRightIndent { get { throw null; } set { } }
12577         [System.ComponentModel.BrowsableAttribute(false)]
12578         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12579         [System.MonoTODOAttribute("Stub, does nothing")]
12580         public int[] SelectionTabs { get { throw null; } set { } }
12581         [System.ComponentModel.BrowsableAttribute(false)]
12582         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12583         public System.Windows.Forms.RichTextBoxSelectionTypes SelectionType { get { throw null; } }
12584         [System.ComponentModel.DefaultValueAttribute(false)]
12585         [System.MonoTODOAttribute("Stub, does nothing")]
12586         public bool ShowSelectionMargin { get { throw null; } set { } }
12587         [System.ComponentModel.LocalizableAttribute(true)]
12588         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12589         public override string Text { get { throw null; } set { } }
12590         [System.ComponentModel.BrowsableAttribute(false)]
12591         public override int TextLength { get { throw null; } }
12592         [System.ComponentModel.BrowsableAttribute(false)]
12593         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12594         public string UndoActionName { get { throw null; } }
12595         [System.ComponentModel.DefaultValueAttribute(1)]
12596         [System.ComponentModel.LocalizableAttribute(true)]
12597         public float ZoomFactor { get { throw null; } set { } }
12598         [System.ComponentModel.BrowsableAttribute(false)]
12599         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12600         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
12601         [System.ComponentModel.BrowsableAttribute(false)]
12602         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12603         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
12604         public event System.Windows.Forms.ContentsResizedEventHandler ContentsResized { add { } remove { } }
12605         [System.ComponentModel.BrowsableAttribute(false)]
12606         public new event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
12607         [System.ComponentModel.BrowsableAttribute(false)]
12608         public new event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
12609         [System.ComponentModel.BrowsableAttribute(false)]
12610         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12611         public new event System.EventHandler DragLeave { add { } remove { } }
12612         [System.ComponentModel.BrowsableAttribute(false)]
12613         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12614         public new event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
12615         [System.ComponentModel.BrowsableAttribute(false)]
12616         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12617         public new event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
12618         public event System.EventHandler HScroll { add { } remove { } }
12619         public event System.EventHandler ImeChange { add { } remove { } }
12620         public event System.Windows.Forms.LinkClickedEventHandler LinkClicked { add { } remove { } }
12621         public event System.EventHandler Protected { add { } remove { } }
12622         [System.ComponentModel.BrowsableAttribute(false)]
12623         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12624         public new event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
12625         [System.MonoTODOAttribute("Event never raised")]
12626         public event System.EventHandler SelectionChanged { add { } remove { } }
12627         public event System.EventHandler VScroll { add { } remove { } }
CanPaste(System.Windows.Forms.DataFormats.Format clipFormat)12628         public bool CanPaste(System.Windows.Forms.DataFormats.Format clipFormat) { throw null; }
CreateRichEditOleCallback()12629         protected virtual object CreateRichEditOleCallback() { throw null; }
12630         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds)12631         public new void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) { }
Find(char[] characterSet)12632         public int Find(char[] characterSet) { throw null; }
Find(char[] characterSet, int start)12633         public int Find(char[] characterSet, int start) { throw null; }
Find(char[] characterSet, int start, int end)12634         public int Find(char[] characterSet, int start, int end) { throw null; }
Find(string str)12635         public int Find(string str) { throw null; }
Find(string str, int start, int end, System.Windows.Forms.RichTextBoxFinds options)12636         public int Find(string str, int start, int end, System.Windows.Forms.RichTextBoxFinds options) { throw null; }
Find(string str, int start, System.Windows.Forms.RichTextBoxFinds options)12637         public int Find(string str, int start, System.Windows.Forms.RichTextBoxFinds options) { throw null; }
Find(string str, System.Windows.Forms.RichTextBoxFinds options)12638         public int Find(string str, System.Windows.Forms.RichTextBoxFinds options) { throw null; }
GetCharIndexFromPosition(System.Drawing.Point pt)12639         public override int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; }
GetLineFromCharIndex(int index)12640         public override int GetLineFromCharIndex(int index) { throw null; }
GetPositionFromCharIndex(int index)12641         public override System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; }
LoadFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType)12642         public void LoadFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType) { }
LoadFile(string path)12643         public void LoadFile(string path) { }
LoadFile(string path, System.Windows.Forms.RichTextBoxStreamType fileType)12644         public void LoadFile(string path, System.Windows.Forms.RichTextBoxStreamType fileType) { }
OnBackColorChanged(System.EventArgs e)12645         protected override void OnBackColorChanged(System.EventArgs e) { }
OnContentsResized(System.Windows.Forms.ContentsResizedEventArgs e)12646         protected virtual void OnContentsResized(System.Windows.Forms.ContentsResizedEventArgs e) { }
OnContextMenuChanged(System.EventArgs e)12647         protected override void OnContextMenuChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)12648         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)12649         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnHScroll(System.EventArgs e)12650         protected virtual void OnHScroll(System.EventArgs e) { }
12651         [System.MonoTODOAttribute("Stub, never called")]
OnImeChange(System.EventArgs e)12652         protected virtual void OnImeChange(System.EventArgs e) { }
OnLinkClicked(System.Windows.Forms.LinkClickedEventArgs e)12653         protected virtual void OnLinkClicked(System.Windows.Forms.LinkClickedEventArgs e) { }
OnProtected(System.EventArgs e)12654         protected virtual void OnProtected(System.EventArgs e) { }
OnRightToLeftChanged(System.EventArgs e)12655         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnSelectionChanged(System.EventArgs e)12656         protected virtual void OnSelectionChanged(System.EventArgs e) { }
OnVScroll(System.EventArgs e)12657         protected virtual void OnVScroll(System.EventArgs e) { }
Paste(System.Windows.Forms.DataFormats.Format clipFormat)12658         public void Paste(System.Windows.Forms.DataFormats.Format clipFormat) { }
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)12659         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
Redo()12660         public void Redo() { }
SaveFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType)12661         public void SaveFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType) { }
SaveFile(string path)12662         public void SaveFile(string path) { }
SaveFile(string path, System.Windows.Forms.RichTextBoxStreamType fileType)12663         public void SaveFile(string path, System.Windows.Forms.RichTextBoxStreamType fileType) { }
WndProc(ref System.Windows.Forms.Message m)12664         protected override void WndProc(ref System.Windows.Forms.Message m) { }
12665     }
12666     [System.FlagsAttribute]
12667     public enum RichTextBoxFinds
12668     {
12669         MatchCase = 4,
12670         NoHighlight = 8,
12671         None = 0,
12672         Reverse = 16,
12673         WholeWord = 2,
12674     }
12675     [System.FlagsAttribute]
12676     public enum RichTextBoxLanguageOptions
12677     {
12678         AutoFont = 2,
12679         AutoFontSizeAdjust = 16,
12680         AutoKeyboard = 1,
12681         DualFont = 128,
12682         ImeAlwaysSendNotify = 8,
12683         ImeCancelComplete = 4,
12684         UIFonts = 32,
12685     }
12686     public enum RichTextBoxScrollBars
12687     {
12688         Both = 3,
12689         ForcedBoth = 19,
12690         ForcedHorizontal = 17,
12691         ForcedVertical = 18,
12692         Horizontal = 1,
12693         None = 0,
12694         Vertical = 2,
12695     }
12696     public enum RichTextBoxSelectionAttribute
12697     {
12698         All = 1,
12699         Mixed = -1,
12700         None = 0,
12701     }
12702     [System.FlagsAttribute]
12703     public enum RichTextBoxSelectionTypes
12704     {
12705         Empty = 0,
12706         MultiChar = 4,
12707         MultiObject = 8,
12708         Object = 2,
12709         Text = 1,
12710     }
12711     public enum RichTextBoxStreamType
12712     {
12713         PlainText = 1,
12714         RichNoOleObjs = 2,
12715         RichText = 0,
12716         TextTextOleObjs = 3,
12717         UnicodePlainText = 4,
12718     }
12719     public enum RichTextBoxWordPunctuations
12720     {
12721         All = 896,
12722         Custom = 512,
12723         Level1 = 128,
12724         Level2 = 256,
12725     }
12726     public enum RightToLeft
12727     {
12728         Inherit = 2,
12729         No = 0,
12730         Yes = 1,
12731     }
12732     public partial class RowStyle : System.Windows.Forms.TableLayoutStyle
12733     {
RowStyle()12734         public RowStyle() { }
RowStyle(System.Windows.Forms.SizeType sizeType)12735         public RowStyle(System.Windows.Forms.SizeType sizeType) { }
RowStyle(System.Windows.Forms.SizeType sizeType, float height)12736         public RowStyle(System.Windows.Forms.SizeType sizeType, float height) { }
12737         public float Height { get { throw null; } set { } }
12738     }
12739     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SaveFileDialogDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
12740     public sealed partial class SaveFileDialog : System.Windows.Forms.FileDialog
12741     {
SaveFileDialog()12742         public SaveFileDialog() { }
12743         [System.ComponentModel.DefaultValueAttribute(false)]
12744         public bool CreatePrompt { get { throw null; } set { } }
12745         [System.ComponentModel.DefaultValueAttribute(true)]
12746         public bool OverwritePrompt { get { throw null; } set { } }
OpenFile()12747         public System.IO.Stream OpenFile() { throw null; }
Reset()12748         public override void Reset() { }
12749     }
12750     public partial class Screen
12751     {
Screen()12752         internal Screen() { }
12753         public static System.Windows.Forms.Screen[] AllScreens { get { throw null; } }
12754         [System.MonoTODOAttribute("Stub, always returns 32")]
12755         public int BitsPerPixel { get { throw null; } }
12756         public System.Drawing.Rectangle Bounds { get { throw null; } }
12757         public string DeviceName { get { throw null; } }
12758         public bool Primary { get { throw null; } }
12759         public static System.Windows.Forms.Screen PrimaryScreen { get { throw null; } }
12760         public System.Drawing.Rectangle WorkingArea { get { throw null; } }
Equals(object obj)12761         public override bool Equals(object obj) { throw null; }
FromControl(System.Windows.Forms.Control control)12762         public static System.Windows.Forms.Screen FromControl(System.Windows.Forms.Control control) { throw null; }
FromHandle(System.IntPtr hwnd)12763         public static System.Windows.Forms.Screen FromHandle(System.IntPtr hwnd) { throw null; }
FromPoint(System.Drawing.Point point)12764         public static System.Windows.Forms.Screen FromPoint(System.Drawing.Point point) { throw null; }
FromRectangle(System.Drawing.Rectangle rect)12765         public static System.Windows.Forms.Screen FromRectangle(System.Drawing.Rectangle rect) { throw null; }
GetBounds(System.Drawing.Point pt)12766         public static System.Drawing.Rectangle GetBounds(System.Drawing.Point pt) { throw null; }
GetBounds(System.Drawing.Rectangle rect)12767         public static System.Drawing.Rectangle GetBounds(System.Drawing.Rectangle rect) { throw null; }
GetBounds(System.Windows.Forms.Control ctl)12768         public static System.Drawing.Rectangle GetBounds(System.Windows.Forms.Control ctl) { throw null; }
GetHashCode()12769         public override int GetHashCode() { throw null; }
GetWorkingArea(System.Drawing.Point pt)12770         public static System.Drawing.Rectangle GetWorkingArea(System.Drawing.Point pt) { throw null; }
GetWorkingArea(System.Drawing.Rectangle rect)12771         public static System.Drawing.Rectangle GetWorkingArea(System.Drawing.Rectangle rect) { throw null; }
GetWorkingArea(System.Windows.Forms.Control ctl)12772         public static System.Drawing.Rectangle GetWorkingArea(System.Windows.Forms.Control ctl) { throw null; }
ToString()12773         public override string ToString() { throw null; }
12774     }
12775     public enum ScreenOrientation
12776     {
12777         Angle0 = 0,
12778         Angle180 = 2,
12779         Angle270 = 3,
12780         Angle90 = 1,
12781     }
12782     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ScrollableControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
12783     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
12784     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12785     public partial class ScrollableControl : System.Windows.Forms.Control, System.ComponentModel.IComponent, System.IDisposable
12786     {
12787         protected const int ScrollStateAutoScrolling = 1;
12788         protected const int ScrollStateFullDrag = 16;
12789         protected const int ScrollStateHScrollVisible = 2;
12790         protected const int ScrollStateUserHasScrolled = 8;
12791         protected const int ScrollStateVScrollVisible = 4;
ScrollableControl()12792         public ScrollableControl() { }
12793         [System.ComponentModel.DefaultValueAttribute(false)]
12794         [System.ComponentModel.LocalizableAttribute(true)]
12795         public virtual bool AutoScroll { get { throw null; } set { } }
12796         [System.ComponentModel.LocalizableAttribute(true)]
12797         public System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
12798         [System.ComponentModel.LocalizableAttribute(true)]
12799         public System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
12800         [System.ComponentModel.BrowsableAttribute(false)]
12801         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12802         public System.Drawing.Point AutoScrollPosition { get { throw null; } set { } }
12803         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
12804         public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
12805         [System.ComponentModel.BrowsableAttribute(false)]
12806         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12807         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12808         public System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding { get { throw null; } }
12809         [System.ComponentModel.BrowsableAttribute(false)]
12810         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
12811         public System.Windows.Forms.HScrollProperties HorizontalScroll { get { throw null; } }
12812         protected bool HScroll { get { throw null; } set { } }
12813         [System.ComponentModel.BrowsableAttribute(false)]
12814         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
12815         public System.Windows.Forms.VScrollProperties VerticalScroll { get { throw null; } }
12816         protected bool VScroll { get { throw null; } set { } }
12817         public event System.Windows.Forms.ScrollEventHandler Scroll { add { } remove { } }
12818         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AdjustFormScrollbars(bool displayScrollbars)12819         protected virtual void AdjustFormScrollbars(bool displayScrollbars) { }
12820         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetScrollState(int bit)12821         protected bool GetScrollState(int bit) { throw null; }
12822         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLayout(System.Windows.Forms.LayoutEventArgs levent)12823         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
12824         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)12825         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
OnPaddingChanged(System.EventArgs e)12826         protected override void OnPaddingChanged(System.EventArgs e) { }
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)12827         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
12828         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftChanged(System.EventArgs e)12829         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnScroll(System.Windows.Forms.ScrollEventArgs se)12830         protected virtual void OnScroll(System.Windows.Forms.ScrollEventArgs se) { }
12831         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnVisibleChanged(System.EventArgs e)12832         protected override void OnVisibleChanged(System.EventArgs e) { }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)12833         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
12834         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)12835         protected override void ScaleCore(float dx, float dy) { }
ScrollControlIntoView(System.Windows.Forms.Control activeControl)12836         public void ScrollControlIntoView(System.Windows.Forms.Control activeControl) { }
ScrollToControl(System.Windows.Forms.Control activeControl)12837         protected virtual System.Drawing.Point ScrollToControl(System.Windows.Forms.Control activeControl) { throw null; }
SetAutoScrollMargin(int x, int y)12838         public void SetAutoScrollMargin(int x, int y) { }
SetDisplayRectLocation(int x, int y)12839         protected void SetDisplayRectLocation(int x, int y) { }
SetScrollState(int bit, bool value)12840         protected void SetScrollState(int bit, bool value) { }
12841         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
WndProc(ref System.Windows.Forms.Message m)12842         protected override void WndProc(ref System.Windows.Forms.Message m) { }
12843         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ScrollableControl.DockPaddingEdgesConverter))]
12844         public partial class DockPaddingEdges : System.ICloneable
12845         {
DockPaddingEdges()12846             internal DockPaddingEdges() { }
12847             [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12848             public int All { get { throw null; } set { } }
12849             [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12850             public int Bottom { get { throw null; } set { } }
12851             [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12852             public int Left { get { throw null; } set { } }
12853             [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12854             public int Right { get { throw null; } set { } }
12855             [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12856             public int Top { get { throw null; } set { } }
Equals(object other)12857             public override bool Equals(object other) { throw null; }
GetHashCode()12858             public override int GetHashCode() { throw null; }
System.ICloneable.Clone()12859             object System.ICloneable.Clone() { throw null; }
ToString()12860             public override string ToString() { throw null; }
12861         }
12862         public partial class DockPaddingEdgesConverter : System.ComponentModel.TypeConverter
12863         {
DockPaddingEdgesConverter()12864             public DockPaddingEdgesConverter() { }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)12865             public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)12866             public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
12867         }
12868     }
12869     [System.ComponentModel.DefaultEventAttribute("Scroll")]
12870     [System.ComponentModel.DefaultPropertyAttribute("Value")]
12871     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
12872     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12873     public abstract partial class ScrollBar : System.Windows.Forms.Control
12874     {
ScrollBar()12875         public ScrollBar() { }
12876         [System.ComponentModel.BrowsableAttribute(false)]
12877         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12878         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12879         public override bool AutoSize { get { throw null; } set { } }
12880         [System.ComponentModel.BrowsableAttribute(false)]
12881         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12882         public override System.Drawing.Color BackColor { get { throw null; } set { } }
12883         [System.ComponentModel.BrowsableAttribute(false)]
12884         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12885         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
12886         [System.ComponentModel.BrowsableAttribute(false)]
12887         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12888         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
12889         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
12890         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
12891         protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
12892         [System.ComponentModel.BrowsableAttribute(false)]
12893         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12894         public override System.Drawing.Font Font { get { throw null; } set { } }
12895         [System.ComponentModel.BrowsableAttribute(false)]
12896         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12897         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
12898         [System.ComponentModel.BrowsableAttribute(false)]
12899         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12900         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
12901         [System.ComponentModel.DefaultValueAttribute(10)]
12902         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
12903         public int LargeChange { get { throw null; } set { } }
12904         [System.ComponentModel.DefaultValueAttribute(100)]
12905         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
12906         public int Maximum { get { throw null; } set { } }
12907         [System.ComponentModel.DefaultValueAttribute(0)]
12908         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
12909         public int Minimum { get { throw null; } set { } }
12910         [System.ComponentModel.DefaultValueAttribute(1)]
12911         public int SmallChange { get { throw null; } set { } }
12912         [System.ComponentModel.DefaultValueAttribute(false)]
12913         public new bool TabStop { get { throw null; } set { } }
12914         [System.ComponentModel.BindableAttribute(false)]
12915         [System.ComponentModel.BrowsableAttribute(false)]
12916         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12917         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12918         public override string Text { get { throw null; } set { } }
12919         [System.ComponentModel.BindableAttribute(true)]
12920         [System.ComponentModel.DefaultValueAttribute(0)]
12921         public int Value { get { throw null; } set { } }
12922         [System.ComponentModel.BrowsableAttribute(false)]
12923         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12924         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
12925         [System.ComponentModel.BrowsableAttribute(false)]
12926         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12927         public new event System.EventHandler BackColorChanged { add { } remove { } }
12928         [System.ComponentModel.BrowsableAttribute(false)]
12929         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12930         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
12931         [System.ComponentModel.BrowsableAttribute(false)]
12932         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12933         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
12934         [System.ComponentModel.BrowsableAttribute(false)]
12935         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12936         public new event System.EventHandler Click { add { } remove { } }
12937         [System.ComponentModel.BrowsableAttribute(false)]
12938         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12939         public new event System.EventHandler DoubleClick { add { } remove { } }
12940         [System.ComponentModel.BrowsableAttribute(false)]
12941         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12942         public new event System.EventHandler FontChanged { add { } remove { } }
12943         [System.ComponentModel.BrowsableAttribute(false)]
12944         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12945         public new event System.EventHandler ForeColorChanged { add { } remove { } }
12946         [System.ComponentModel.BrowsableAttribute(false)]
12947         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12948         public new event System.EventHandler ImeModeChanged { add { } remove { } }
12949         [System.ComponentModel.BrowsableAttribute(false)]
12950         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12951         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
12952         [System.ComponentModel.BrowsableAttribute(false)]
12953         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12954         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
12955         [System.ComponentModel.BrowsableAttribute(false)]
12956         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12957         public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
12958         [System.ComponentModel.BrowsableAttribute(false)]
12959         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12960         public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
12961         [System.ComponentModel.BrowsableAttribute(false)]
12962         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12963         public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
12964         [System.ComponentModel.BrowsableAttribute(false)]
12965         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12966         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
12967         public event System.Windows.Forms.ScrollEventHandler Scroll { add { } remove { } }
12968         [System.ComponentModel.BrowsableAttribute(false)]
12969         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12970         public new event System.EventHandler TextChanged { add { } remove { } }
12971         public event System.EventHandler ValueChanged { add { } remove { } }
GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)12972         protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
OnEnabledChanged(System.EventArgs e)12973         protected override void OnEnabledChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)12974         protected override void OnHandleCreated(System.EventArgs e) { }
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)12975         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
OnScroll(System.Windows.Forms.ScrollEventArgs se)12976         protected virtual void OnScroll(System.Windows.Forms.ScrollEventArgs se) { }
OnValueChanged(System.EventArgs e)12977         protected virtual void OnValueChanged(System.EventArgs e) { }
ToString()12978         public override string ToString() { throw null; }
UpdateScrollInfo()12979         protected void UpdateScrollInfo() { }
WndProc(ref System.Windows.Forms.Message m)12980         protected override void WndProc(ref System.Windows.Forms.Message m) { }
12981     }
12982     public sealed partial class ScrollBarRenderer
12983     {
ScrollBarRenderer()12984         internal ScrollBarRenderer() { }
12985         public static bool IsSupported { get { throw null; } }
DrawArrowButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState state)12986         public static void DrawArrowButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState state) { }
DrawHorizontalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)12987         public static void DrawHorizontalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
DrawHorizontalThumbGrip(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)12988         public static void DrawHorizontalThumbGrip(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
DrawLeftHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)12989         public static void DrawLeftHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
DrawLowerVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)12990         public static void DrawLowerVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
DrawRightHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)12991         public static void DrawRightHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
DrawSizeBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState state)12992         public static void DrawSizeBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState state) { }
DrawUpperVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)12993         public static void DrawUpperVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
DrawVerticalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)12994         public static void DrawVerticalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
DrawVerticalThumbGrip(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)12995         public static void DrawVerticalThumbGrip(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
GetSizeBoxSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.ScrollBarState state)12996         public static System.Drawing.Size GetSizeBoxSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.ScrollBarState state) { throw null; }
GetThumbGripSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.ScrollBarState state)12997         public static System.Drawing.Size GetThumbGripSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.ScrollBarState state) { throw null; }
12998     }
12999     public enum ScrollBars
13000     {
13001         Both = 3,
13002         Horizontal = 1,
13003         None = 0,
13004         Vertical = 2,
13005     }
13006     public enum ScrollButton
13007     {
13008         Down = 1,
13009         Left = 2,
13010         Max = 3,
13011         Min = 0,
13012         Right = 3,
13013         Up = 0,
13014     }
13015     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13016     public partial class ScrollEventArgs : System.EventArgs
13017     {
ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int newValue)13018         public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int newValue) { }
ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int oldValue, int newValue)13019         public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int oldValue, int newValue) { }
ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int oldValue, int newValue, System.Windows.Forms.ScrollOrientation scroll)13020         public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int oldValue, int newValue, System.Windows.Forms.ScrollOrientation scroll) { }
ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int newValue, System.Windows.Forms.ScrollOrientation scroll)13021         public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int newValue, System.Windows.Forms.ScrollOrientation scroll) { }
13022         public int NewValue { get { throw null; } set { } }
13023         public int OldValue { get { throw null; } }
13024         public System.Windows.Forms.ScrollOrientation ScrollOrientation { get { throw null; } }
13025         public System.Windows.Forms.ScrollEventType Type { get { throw null; } }
13026     }
ScrollEventHandler(object sender, System.Windows.Forms.ScrollEventArgs e)13027     public delegate void ScrollEventHandler(object sender, System.Windows.Forms.ScrollEventArgs e);
13028     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13029     public enum ScrollEventType
13030     {
13031         EndScroll = 8,
13032         First = 6,
13033         LargeDecrement = 2,
13034         LargeIncrement = 3,
13035         Last = 7,
13036         SmallDecrement = 0,
13037         SmallIncrement = 1,
13038         ThumbPosition = 4,
13039         ThumbTrack = 5,
13040     }
13041     public enum ScrollOrientation
13042     {
13043         HorizontalScroll = 0,
13044         VerticalScroll = 1,
13045     }
13046     public abstract partial class ScrollProperties
13047     {
ScrollProperties(System.Windows.Forms.ScrollableControl container)13048         protected ScrollProperties(System.Windows.Forms.ScrollableControl container) { }
13049         [System.ComponentModel.DefaultValueAttribute(true)]
13050         public bool Enabled { get { throw null; } set { } }
13051         [System.ComponentModel.DefaultValueAttribute(10)]
13052         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
13053         public int LargeChange { get { throw null; } set { } }
13054         [System.ComponentModel.DefaultValueAttribute(100)]
13055         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
13056         public int Maximum { get { throw null; } set { } }
13057         [System.ComponentModel.DefaultValueAttribute(0)]
13058         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
13059         public int Minimum { get { throw null; } set { } }
13060         protected System.Windows.Forms.ScrollableControl ParentControl { get { throw null; } }
13061         [System.ComponentModel.DefaultValueAttribute(1)]
13062         public int SmallChange { get { throw null; } set { } }
13063         [System.ComponentModel.BindableAttribute(true)]
13064         [System.ComponentModel.DefaultValueAttribute(0)]
13065         public int Value { get { throw null; } set { } }
13066         [System.ComponentModel.DefaultValueAttribute(false)]
13067         public bool Visible { get { throw null; } set { } }
13068     }
13069     public enum SearchDirectionHint
13070     {
13071         Down = 40,
13072         Left = 37,
13073         Right = 39,
13074         Up = 38,
13075     }
13076     public partial class SearchForVirtualItemEventArgs : System.EventArgs
13077     {
SearchForVirtualItemEventArgs(bool isTextSearch, bool isPrefixSearch, bool includeSubItemsInSearch, string text, System.Drawing.Point startingPoint, System.Windows.Forms.SearchDirectionHint direction, int startIndex)13078         public SearchForVirtualItemEventArgs(bool isTextSearch, bool isPrefixSearch, bool includeSubItemsInSearch, string text, System.Drawing.Point startingPoint, System.Windows.Forms.SearchDirectionHint direction, int startIndex) { }
13079         public System.Windows.Forms.SearchDirectionHint Direction { get { throw null; } }
13080         public bool IncludeSubItemsInSearch { get { throw null; } }
13081         public int Index { get { throw null; } set { } }
13082         public bool IsPrefixSearch { get { throw null; } }
13083         public bool IsTextSearch { get { throw null; } }
13084         public int StartIndex { get { throw null; } }
13085         public System.Drawing.Point StartingPoint { get { throw null; } }
13086         public string Text { get { throw null; } }
13087     }
SearchForVirtualItemEventHandler(object sender, System.Windows.Forms.SearchForVirtualItemEventArgs e)13088     public delegate void SearchForVirtualItemEventHandler(object sender, System.Windows.Forms.SearchForVirtualItemEventArgs e);
13089     public enum SecurityIDType
13090     {
13091         Alias = 4,
13092         Computer = 9,
13093         DeletedAccount = 6,
13094         Domain = 3,
13095         Group = 2,
13096         Invalid = 7,
13097         Unknown = 8,
13098         User = 1,
13099         WellKnownGroup = 5,
13100     }
13101     public partial class SelectedGridItemChangedEventArgs : System.EventArgs
13102     {
SelectedGridItemChangedEventArgs(System.Windows.Forms.GridItem oldSel, System.Windows.Forms.GridItem newSel)13103         public SelectedGridItemChangedEventArgs(System.Windows.Forms.GridItem oldSel, System.Windows.Forms.GridItem newSel) { }
13104         public System.Windows.Forms.GridItem NewSelection { get { throw null; } }
13105         public System.Windows.Forms.GridItem OldSelection { get { throw null; } }
13106     }
SelectedGridItemChangedEventHandler(object sender, System.Windows.Forms.SelectedGridItemChangedEventArgs e)13107     public delegate void SelectedGridItemChangedEventHandler(object sender, System.Windows.Forms.SelectedGridItemChangedEventArgs e);
13108     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13109     public enum SelectionMode
13110     {
13111         MultiExtended = 3,
13112         MultiSimple = 2,
13113         None = 0,
13114         One = 1,
13115     }
13116     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.SelectionRangeConverter))]
13117     public sealed partial class SelectionRange
13118     {
SelectionRange()13119         public SelectionRange() { }
SelectionRange(System.DateTime lower, System.DateTime upper)13120         public SelectionRange(System.DateTime lower, System.DateTime upper) { }
SelectionRange(System.Windows.Forms.SelectionRange range)13121         public SelectionRange(System.Windows.Forms.SelectionRange range) { }
13122         public System.DateTime End { get { throw null; } set { } }
13123         public System.DateTime Start { get { throw null; } set { } }
ToString()13124         public override string ToString() { throw null; }
13125     }
13126     public partial class SelectionRangeConverter : System.ComponentModel.TypeConverter
13127     {
SelectionRangeConverter()13128         public SelectionRangeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)13129         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)13130         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)13131         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)13132         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)13133         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)13134         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)13135         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)13136         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
13137     }
13138     public partial class SendKeys
13139     {
SendKeys()13140         internal SendKeys() { }
Flush()13141         public static void Flush() { }
Send(string keys)13142         public static void Send(string keys) { }
SendWait(string keys)13143         public static void SendWait(string keys) { }
13144     }
13145     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13146     public enum Shortcut
13147     {
13148         Alt0 = 262192,
13149         Alt1 = 262193,
13150         Alt2 = 262194,
13151         Alt3 = 262195,
13152         Alt4 = 262196,
13153         Alt5 = 262197,
13154         Alt6 = 262198,
13155         Alt7 = 262199,
13156         Alt8 = 262200,
13157         Alt9 = 262201,
13158         AltBksp = 262152,
13159         AltDownArrow = 262184,
13160         AltF1 = 262256,
13161         AltF10 = 262265,
13162         AltF11 = 262266,
13163         AltF12 = 262267,
13164         AltF2 = 262257,
13165         AltF3 = 262258,
13166         AltF4 = 262259,
13167         AltF5 = 262260,
13168         AltF6 = 262261,
13169         AltF7 = 262262,
13170         AltF8 = 262263,
13171         AltF9 = 262264,
13172         AltLeftArrow = 262181,
13173         AltRightArrow = 262183,
13174         AltUpArrow = 262182,
13175         Ctrl0 = 131120,
13176         Ctrl1 = 131121,
13177         Ctrl2 = 131122,
13178         Ctrl3 = 131123,
13179         Ctrl4 = 131124,
13180         Ctrl5 = 131125,
13181         Ctrl6 = 131126,
13182         Ctrl7 = 131127,
13183         Ctrl8 = 131128,
13184         Ctrl9 = 131129,
13185         CtrlA = 131137,
13186         CtrlB = 131138,
13187         CtrlC = 131139,
13188         CtrlD = 131140,
13189         CtrlDel = 131118,
13190         CtrlE = 131141,
13191         CtrlF = 131142,
13192         CtrlF1 = 131184,
13193         CtrlF10 = 131193,
13194         CtrlF11 = 131194,
13195         CtrlF12 = 131195,
13196         CtrlF2 = 131185,
13197         CtrlF3 = 131186,
13198         CtrlF4 = 131187,
13199         CtrlF5 = 131188,
13200         CtrlF6 = 131189,
13201         CtrlF7 = 131190,
13202         CtrlF8 = 131191,
13203         CtrlF9 = 131192,
13204         CtrlG = 131143,
13205         CtrlH = 131144,
13206         CtrlI = 131145,
13207         CtrlIns = 131117,
13208         CtrlJ = 131146,
13209         CtrlK = 131147,
13210         CtrlL = 131148,
13211         CtrlM = 131149,
13212         CtrlN = 131150,
13213         CtrlO = 131151,
13214         CtrlP = 131152,
13215         CtrlQ = 131153,
13216         CtrlR = 131154,
13217         CtrlS = 131155,
13218         CtrlShift0 = 196656,
13219         CtrlShift1 = 196657,
13220         CtrlShift2 = 196658,
13221         CtrlShift3 = 196659,
13222         CtrlShift4 = 196660,
13223         CtrlShift5 = 196661,
13224         CtrlShift6 = 196662,
13225         CtrlShift7 = 196663,
13226         CtrlShift8 = 196664,
13227         CtrlShift9 = 196665,
13228         CtrlShiftA = 196673,
13229         CtrlShiftB = 196674,
13230         CtrlShiftC = 196675,
13231         CtrlShiftD = 196676,
13232         CtrlShiftE = 196677,
13233         CtrlShiftF = 196678,
13234         CtrlShiftF1 = 196720,
13235         CtrlShiftF10 = 196729,
13236         CtrlShiftF11 = 196730,
13237         CtrlShiftF12 = 196731,
13238         CtrlShiftF2 = 196721,
13239         CtrlShiftF3 = 196722,
13240         CtrlShiftF4 = 196723,
13241         CtrlShiftF5 = 196724,
13242         CtrlShiftF6 = 196725,
13243         CtrlShiftF7 = 196726,
13244         CtrlShiftF8 = 196727,
13245         CtrlShiftF9 = 196728,
13246         CtrlShiftG = 196679,
13247         CtrlShiftH = 196680,
13248         CtrlShiftI = 196681,
13249         CtrlShiftJ = 196682,
13250         CtrlShiftK = 196683,
13251         CtrlShiftL = 196684,
13252         CtrlShiftM = 196685,
13253         CtrlShiftN = 196686,
13254         CtrlShiftO = 196687,
13255         CtrlShiftP = 196688,
13256         CtrlShiftQ = 196689,
13257         CtrlShiftR = 196690,
13258         CtrlShiftS = 196691,
13259         CtrlShiftT = 196692,
13260         CtrlShiftU = 196693,
13261         CtrlShiftV = 196694,
13262         CtrlShiftW = 196695,
13263         CtrlShiftX = 196696,
13264         CtrlShiftY = 196697,
13265         CtrlShiftZ = 196698,
13266         CtrlT = 131156,
13267         CtrlU = 131157,
13268         CtrlV = 131158,
13269         CtrlW = 131159,
13270         CtrlX = 131160,
13271         CtrlY = 131161,
13272         CtrlZ = 131162,
13273         Del = 46,
13274         F1 = 112,
13275         F10 = 121,
13276         F11 = 122,
13277         F12 = 123,
13278         F2 = 113,
13279         F3 = 114,
13280         F4 = 115,
13281         F5 = 116,
13282         F6 = 117,
13283         F7 = 118,
13284         F8 = 119,
13285         F9 = 120,
13286         Ins = 45,
13287         None = 0,
13288         ShiftDel = 65582,
13289         ShiftF1 = 65648,
13290         ShiftF10 = 65657,
13291         ShiftF11 = 65658,
13292         ShiftF12 = 65659,
13293         ShiftF2 = 65649,
13294         ShiftF3 = 65650,
13295         ShiftF4 = 65651,
13296         ShiftF5 = 65652,
13297         ShiftF6 = 65653,
13298         ShiftF7 = 65654,
13299         ShiftF8 = 65655,
13300         ShiftF9 = 65656,
13301         ShiftIns = 65581,
13302     }
13303     public enum SizeGripStyle
13304     {
13305         Auto = 0,
13306         Hide = 2,
13307         Show = 1,
13308     }
13309     public enum SizeType
13310     {
13311         Absolute = 1,
13312         AutoSize = 0,
13313         Percent = 2,
13314     }
13315     public enum SortOrder
13316     {
13317         Ascending = 1,
13318         Descending = 2,
13319         None = 0,
13320     }
13321     [System.ComponentModel.DefaultEventAttribute("SplitterMoved")]
13322     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SplitContainerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
13323     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
13324     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13325     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(2))]
13326     public partial class SplitContainer : System.Windows.Forms.ContainerControl, System.ComponentModel.ISupportInitialize
13327     {
SplitContainer()13328         public SplitContainer() { }
13329         [System.ComponentModel.BrowsableAttribute(false)]
13330         [System.ComponentModel.DefaultValueAttribute(false)]
13331         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13332         [System.ComponentModel.LocalizableAttribute(true)]
13333         public override bool AutoScroll { get { throw null; } set { } }
13334         [System.ComponentModel.BrowsableAttribute(false)]
13335         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13336         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13337         public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
13338         [System.ComponentModel.BrowsableAttribute(false)]
13339         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13340         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13341         public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
13342         [System.ComponentModel.BrowsableAttribute(false)]
13343         [System.ComponentModel.DefaultValueAttribute("{X=0,Y=0}")]
13344         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13345         public override System.Drawing.Point AutoScrollOffset { get { throw null; } set { } }
13346         [System.ComponentModel.BrowsableAttribute(false)]
13347         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13348         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13349         public new System.Drawing.Point AutoScrollPosition { get { throw null; } set { } }
13350         [System.ComponentModel.BrowsableAttribute(false)]
13351         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13352         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13353         public override bool AutoSize { get { throw null; } set { } }
13354         [System.ComponentModel.BrowsableAttribute(true)]
13355         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
13356         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
13357         [System.ComponentModel.BrowsableAttribute(false)]
13358         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13359         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
13360         [System.ComponentModel.BrowsableAttribute(false)]
13361         public override System.Windows.Forms.BindingContext BindingContext { get { throw null; } set { } }
13362         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(0))]
13363         [System.Runtime.InteropServices.DispIdAttribute(-504)]
13364         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
13365         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13366         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13367         public new System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
13368         protected override System.Drawing.Size DefaultSize { get { throw null; } }
13369         public new System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
13370         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FixedPanel)(0))]
13371         public System.Windows.Forms.FixedPanel FixedPanel { get { throw null; } set { } }
13372         [System.ComponentModel.DefaultValueAttribute(false)]
13373         [System.ComponentModel.LocalizableAttribute(true)]
13374         public bool IsSplitterFixed { get { throw null; } set { } }
13375         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Orientation)(1))]
13376         [System.ComponentModel.LocalizableAttribute(true)]
13377         public System.Windows.Forms.Orientation Orientation { get { throw null; } set { } }
13378         [System.ComponentModel.BrowsableAttribute(false)]
13379         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13380         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13381         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
13382         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
13383         [System.ComponentModel.LocalizableAttribute(false)]
13384         public System.Windows.Forms.SplitterPanel Panel1 { get { throw null; } }
13385         [System.ComponentModel.DefaultValueAttribute(false)]
13386         public bool Panel1Collapsed { get { throw null; } set { } }
13387         [System.ComponentModel.DefaultValueAttribute(25)]
13388         [System.ComponentModel.LocalizableAttribute(true)]
13389         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
13390         public int Panel1MinSize { get { throw null; } set { } }
13391         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
13392         [System.ComponentModel.LocalizableAttribute(false)]
13393         public System.Windows.Forms.SplitterPanel Panel2 { get { throw null; } }
13394         [System.ComponentModel.DefaultValueAttribute(false)]
13395         public bool Panel2Collapsed { get { throw null; } set { } }
13396         [System.ComponentModel.DefaultValueAttribute(25)]
13397         [System.ComponentModel.LocalizableAttribute(true)]
13398         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
13399         public int Panel2MinSize { get { throw null; } set { } }
13400         [System.ComponentModel.DefaultValueAttribute(50)]
13401         [System.ComponentModel.LocalizableAttribute(true)]
13402         [System.ComponentModel.SettingsBindableAttribute(true)]
13403         public int SplitterDistance { get { throw null; } set { } }
13404         [System.ComponentModel.DefaultValueAttribute(1)]
13405         [System.ComponentModel.LocalizableAttribute(true)]
13406         [System.MonoTODOAttribute("Stub, never called")]
13407         public int SplitterIncrement { get { throw null; } set { } }
13408         [System.ComponentModel.BrowsableAttribute(false)]
13409         public System.Drawing.Rectangle SplitterRectangle { get { throw null; } }
13410         [System.ComponentModel.DefaultValueAttribute(4)]
13411         [System.ComponentModel.LocalizableAttribute(true)]
13412         public int SplitterWidth { get { throw null; } set { } }
13413         [System.ComponentModel.DefaultValueAttribute(true)]
13414         [System.MonoTODOAttribute("Stub, never called")]
13415         [System.Runtime.InteropServices.DispIdAttribute(-516)]
13416         public new bool TabStop { get { throw null; } set { } }
13417         [System.ComponentModel.BindableAttribute(false)]
13418         [System.ComponentModel.BrowsableAttribute(false)]
13419         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13420         public override string Text { get { throw null; } set { } }
13421         [System.ComponentModel.BrowsableAttribute(false)]
13422         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13423         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
13424         [System.ComponentModel.BrowsableAttribute(true)]
13425         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
13426         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
13427         [System.ComponentModel.BrowsableAttribute(false)]
13428         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13429         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
13430         [System.ComponentModel.BrowsableAttribute(false)]
13431         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13432         public new event System.Windows.Forms.ControlEventHandler ControlAdded { add { } remove { } }
13433         [System.ComponentModel.BrowsableAttribute(false)]
13434         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13435         public new event System.Windows.Forms.ControlEventHandler ControlRemoved { add { } remove { } }
13436         [System.ComponentModel.BrowsableAttribute(false)]
13437         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13438         public new event System.EventHandler PaddingChanged { add { } remove { } }
13439         public event System.Windows.Forms.SplitterEventHandler SplitterMoved { add { } remove { } }
13440         public event System.Windows.Forms.SplitterCancelEventHandler SplitterMoving { add { } remove { } }
13441         [System.ComponentModel.BrowsableAttribute(false)]
13442         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13443         public new event System.EventHandler TextChanged { add { } remove { } }
13444         [System.MonoTODOAttribute]
BeginInit()13445         public void BeginInit() { }
13446         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateControlsInstance()13447         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
13448         [System.MonoTODOAttribute]
EndInit()13449         public void EndInit() { }
OnGotFocus(System.EventArgs e)13450         protected override void OnGotFocus(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)13451         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e)13452         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)13453         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnLostFocus(System.EventArgs e)13454         protected override void OnLostFocus(System.EventArgs e) { }
OnMouseCaptureChanged(System.EventArgs e)13455         protected override void OnMouseCaptureChanged(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)13456         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseLeave(System.EventArgs e)13457         protected override void OnMouseLeave(System.EventArgs e) { }
13458         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseMove(System.Windows.Forms.MouseEventArgs e)13459         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)13460         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnMove(System.EventArgs e)13461         protected override void OnMove(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)13462         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
13463         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftChanged(System.EventArgs e)13464         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnSplitterMoved(System.Windows.Forms.SplitterEventArgs e)13465         public void OnSplitterMoved(System.Windows.Forms.SplitterEventArgs e) { }
OnSplitterMoving(System.Windows.Forms.SplitterCancelEventArgs e)13466         public void OnSplitterMoving(System.Windows.Forms.SplitterCancelEventArgs e) { }
ProcessDialogKey(System.Windows.Forms.Keys keyData)13467         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessTabKey(bool forward)13468         protected override bool ProcessTabKey(bool forward) { throw null; }
13469         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)13470         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
Select(bool directed, bool forward)13471         protected override void Select(bool directed, bool forward) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)13472         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
WndProc(ref System.Windows.Forms.Message msg)13473         protected override void WndProc(ref System.Windows.Forms.Message msg) { }
13474     }
13475     [System.ComponentModel.DefaultEventAttribute("SplitterMoved")]
13476     [System.ComponentModel.DefaultPropertyAttribute("Dock")]
13477     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SplitterDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
13478     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
13479     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13480     public partial class Splitter : System.Windows.Forms.Control
13481     {
Splitter()13482         public Splitter() { }
13483         [System.ComponentModel.BrowsableAttribute(false)]
13484         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13485         public override bool AllowDrop { get { throw null; } set { } }
13486         [System.ComponentModel.BrowsableAttribute(false)]
13487         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AnchorStyles)(0))]
13488         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13489         public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
13490         [System.ComponentModel.BrowsableAttribute(false)]
13491         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13492         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
13493         [System.ComponentModel.BrowsableAttribute(false)]
13494         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13495         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
13496         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(0))]
13497         [System.Runtime.InteropServices.DispIdAttribute(-504)]
13498         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
13499         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
13500         protected override System.Windows.Forms.Cursor DefaultCursor { get { throw null; } }
13501         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
13502         protected override System.Drawing.Size DefaultSize { get { throw null; } }
13503         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(3))]
13504         [System.ComponentModel.LocalizableAttribute(true)]
13505         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
13506         [System.ComponentModel.BrowsableAttribute(false)]
13507         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13508         public override System.Drawing.Font Font { get { throw null; } set { } }
13509         [System.ComponentModel.BrowsableAttribute(false)]
13510         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13511         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
13512         [System.ComponentModel.BrowsableAttribute(false)]
13513         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13514         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
13515         [System.ComponentModel.DefaultValueAttribute(25)]
13516         [System.ComponentModel.LocalizableAttribute(true)]
13517         public int MinExtra { get { throw null; } set { } }
13518         [System.ComponentModel.DefaultValueAttribute(25)]
13519         [System.ComponentModel.LocalizableAttribute(true)]
13520         public int MinSize { get { throw null; } set { } }
13521         [System.ComponentModel.BrowsableAttribute(false)]
13522         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13523         public int SplitPosition { get { throw null; } set { } }
13524         [System.ComponentModel.BrowsableAttribute(false)]
13525         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13526         public new bool TabStop { get { throw null; } set { } }
13527         [System.ComponentModel.BindableAttribute(false)]
13528         [System.ComponentModel.BrowsableAttribute(false)]
13529         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13530         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13531         public override string Text { get { throw null; } set { } }
13532         [System.ComponentModel.BrowsableAttribute(false)]
13533         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13534         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
13535         [System.ComponentModel.BrowsableAttribute(false)]
13536         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13537         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
13538         [System.ComponentModel.BrowsableAttribute(false)]
13539         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13540         public new event System.EventHandler Enter { add { } remove { } }
13541         [System.ComponentModel.BrowsableAttribute(false)]
13542         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13543         public new event System.EventHandler FontChanged { add { } remove { } }
13544         [System.ComponentModel.BrowsableAttribute(false)]
13545         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13546         public new event System.EventHandler ForeColorChanged { add { } remove { } }
13547         [System.ComponentModel.BrowsableAttribute(false)]
13548         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13549         public new event System.EventHandler ImeModeChanged { add { } remove { } }
13550         [System.ComponentModel.BrowsableAttribute(false)]
13551         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13552         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
13553         [System.ComponentModel.BrowsableAttribute(false)]
13554         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13555         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
13556         [System.ComponentModel.BrowsableAttribute(false)]
13557         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13558         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
13559         [System.ComponentModel.BrowsableAttribute(false)]
13560         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13561         public new event System.EventHandler Leave { add { } remove { } }
13562         public event System.Windows.Forms.SplitterEventHandler SplitterMoved { add { } remove { } }
13563         public event System.Windows.Forms.SplitterEventHandler SplitterMoving { add { } remove { } }
13564         [System.ComponentModel.BrowsableAttribute(false)]
13565         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13566         public new event System.EventHandler TabStopChanged { add { } remove { } }
13567         [System.ComponentModel.BrowsableAttribute(false)]
13568         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13569         public new event System.EventHandler TextChanged { add { } remove { } }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)13570         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)13571         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs e)13572         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)13573         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnSplitterMoved(System.Windows.Forms.SplitterEventArgs sevent)13574         protected virtual void OnSplitterMoved(System.Windows.Forms.SplitterEventArgs sevent) { }
OnSplitterMoving(System.Windows.Forms.SplitterEventArgs sevent)13575         protected virtual void OnSplitterMoving(System.Windows.Forms.SplitterEventArgs sevent) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)13576         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
ToString()13577         public override string ToString() { throw null; }
13578     }
13579     public partial class SplitterCancelEventArgs : System.ComponentModel.CancelEventArgs
13580     {
SplitterCancelEventArgs(int mouseCursorX, int mouseCursorY, int splitX, int splitY)13581         public SplitterCancelEventArgs(int mouseCursorX, int mouseCursorY, int splitX, int splitY) { }
13582         public int MouseCursorX { get { throw null; } }
13583         public int MouseCursorY { get { throw null; } }
13584         public int SplitX { get { throw null; } set { } }
13585         public int SplitY { get { throw null; } set { } }
13586     }
SplitterCancelEventHandler(object sender, System.Windows.Forms.SplitterCancelEventArgs e)13587     public delegate void SplitterCancelEventHandler(object sender, System.Windows.Forms.SplitterCancelEventArgs e);
13588     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13589     public partial class SplitterEventArgs : System.EventArgs
13590     {
SplitterEventArgs(int x, int y, int splitX, int splitY)13591         public SplitterEventArgs(int x, int y, int splitX, int splitY) { }
13592         public int SplitX { get { throw null; } set { } }
13593         public int SplitY { get { throw null; } set { } }
13594         public int X { get { throw null; } }
13595         public int Y { get { throw null; } }
13596     }
SplitterEventHandler(object sender, System.Windows.Forms.SplitterEventArgs e)13597     public delegate void SplitterEventHandler(object sender, System.Windows.Forms.SplitterEventArgs e);
13598     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SplitterPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
13599     [System.ComponentModel.ToolboxItemAttribute(false)]
13600     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
13601     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13602     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(0))]
13603     public sealed partial class SplitterPanel : System.Windows.Forms.Panel
13604     {
SplitterPanel(System.Windows.Forms.SplitContainer owner)13605         public SplitterPanel(System.Windows.Forms.SplitContainer owner) { }
13606         [System.ComponentModel.BrowsableAttribute(false)]
13607         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13608         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13609         public new System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
13610         [System.ComponentModel.BrowsableAttribute(false)]
13611         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13612         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13613         public new bool AutoSize { get { throw null; } set { } }
13614         [System.ComponentModel.BrowsableAttribute(false)]
13615         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13616         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13617         [System.ComponentModel.LocalizableAttribute(false)]
13618         public override System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
13619         [System.ComponentModel.BrowsableAttribute(false)]
13620         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13621         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13622         public new System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
13623         protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
13624         [System.ComponentModel.BrowsableAttribute(false)]
13625         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13626         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13627         public new System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
13628         [System.ComponentModel.BrowsableAttribute(false)]
13629         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13630         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13631         public new System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding { get { throw null; } }
13632         [System.ComponentModel.BrowsableAttribute(false)]
13633         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13634         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
13635         public new int Height { get { throw null; } set { } }
13636         [System.ComponentModel.BrowsableAttribute(false)]
13637         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13638         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13639         public new System.Drawing.Point Location { get { throw null; } set { } }
13640         [System.ComponentModel.BrowsableAttribute(false)]
13641         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13642         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13643         public new System.Drawing.Size MaximumSize { get { throw null; } set { } }
13644         [System.ComponentModel.BrowsableAttribute(false)]
13645         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13646         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13647         public new System.Drawing.Size MinimumSize { get { throw null; } set { } }
13648         [System.ComponentModel.BrowsableAttribute(false)]
13649         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13650         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13651         public new string Name { get { throw null; } set { } }
13652         [System.ComponentModel.BrowsableAttribute(false)]
13653         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13654         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13655         public new System.Windows.Forms.Control Parent { get { throw null; } set { } }
13656         [System.ComponentModel.BrowsableAttribute(false)]
13657         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13658         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13659         public new System.Drawing.Size Size { get { throw null; } set { } }
13660         [System.ComponentModel.BrowsableAttribute(false)]
13661         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13662         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13663         public new int TabIndex { get { throw null; } set { } }
13664         [System.ComponentModel.BrowsableAttribute(false)]
13665         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13666         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13667         public new bool TabStop { get { throw null; } set { } }
13668         [System.ComponentModel.BrowsableAttribute(false)]
13669         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13670         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13671         public new bool Visible { get { throw null; } set { } }
13672         [System.ComponentModel.BrowsableAttribute(false)]
13673         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13674         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
13675         public new int Width { get { throw null; } set { } }
13676         [System.ComponentModel.BrowsableAttribute(false)]
13677         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13678         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
13679         [System.ComponentModel.BrowsableAttribute(false)]
13680         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13681         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13682         public new event System.EventHandler DockChanged { add { } remove { } }
13683         [System.ComponentModel.BrowsableAttribute(false)]
13684         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13685         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13686         public new event System.EventHandler LocationChanged { add { } remove { } }
13687         [System.ComponentModel.BrowsableAttribute(false)]
13688         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13689         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13690         public new event System.EventHandler TabIndexChanged { add { } remove { } }
13691         [System.ComponentModel.BrowsableAttribute(false)]
13692         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13693         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13694         public new event System.EventHandler TabStopChanged { add { } remove { } }
13695         [System.ComponentModel.BrowsableAttribute(false)]
13696         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13697         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13698         public new event System.EventHandler VisibleChanged { add { } remove { } }
13699     }
13700     [System.ComponentModel.DefaultEventAttribute("PanelClick")]
13701     [System.ComponentModel.DefaultPropertyAttribute("Text")]
13702     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.StatusBarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
13703     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
13704     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13705     public partial class StatusBar : System.Windows.Forms.Control
13706     {
StatusBar()13707         public StatusBar() { }
13708         [System.ComponentModel.BrowsableAttribute(false)]
13709         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13710         public override System.Drawing.Color BackColor { get { throw null; } set { } }
13711         [System.ComponentModel.BrowsableAttribute(false)]
13712         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13713         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
13714         [System.ComponentModel.BrowsableAttribute(false)]
13715         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13716         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
13717         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
13718         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
13719         protected override System.Drawing.Size DefaultSize { get { throw null; } }
13720         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(2))]
13721         [System.ComponentModel.LocalizableAttribute(true)]
13722         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
13723         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13724         protected override bool DoubleBuffered { get { throw null; } set { } }
13725         [System.ComponentModel.LocalizableAttribute(true)]
13726         public override System.Drawing.Font Font { get { throw null; } set { } }
13727         [System.ComponentModel.BrowsableAttribute(false)]
13728         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13729         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
13730         [System.ComponentModel.BrowsableAttribute(false)]
13731         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13732         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
13733         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
13734         [System.ComponentModel.LocalizableAttribute(true)]
13735         [System.ComponentModel.MergablePropertyAttribute(false)]
13736         public System.Windows.Forms.StatusBar.StatusBarPanelCollection Panels { get { throw null; } }
13737         [System.ComponentModel.DefaultValueAttribute(false)]
13738         public bool ShowPanels { get { throw null; } set { } }
13739         [System.ComponentModel.DefaultValueAttribute(true)]
13740         public bool SizingGrip { get { throw null; } set { } }
13741         [System.ComponentModel.DefaultValueAttribute(false)]
13742         public new bool TabStop { get { throw null; } set { } }
13743         [System.ComponentModel.LocalizableAttribute(true)]
13744         public override string Text { get { throw null; } set { } }
13745         [System.ComponentModel.BrowsableAttribute(false)]
13746         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13747         public new event System.EventHandler BackColorChanged { add { } remove { } }
13748         [System.ComponentModel.BrowsableAttribute(false)]
13749         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13750         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
13751         [System.ComponentModel.BrowsableAttribute(false)]
13752         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13753         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
13754         public event System.Windows.Forms.StatusBarDrawItemEventHandler DrawItem { add { } remove { } }
13755         [System.ComponentModel.BrowsableAttribute(false)]
13756         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13757         public new event System.EventHandler ForeColorChanged { add { } remove { } }
13758         [System.ComponentModel.BrowsableAttribute(false)]
13759         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13760         public new event System.EventHandler ImeModeChanged { add { } remove { } }
13761         [System.ComponentModel.BrowsableAttribute(false)]
13762         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13763         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
13764         public event System.Windows.Forms.StatusBarPanelClickEventHandler PanelClick { add { } remove { } }
CreateHandle()13765         protected override void CreateHandle() { }
Dispose(bool disposing)13766         protected override void Dispose(bool disposing) { }
OnDrawItem(System.Windows.Forms.StatusBarDrawItemEventArgs sbdievent)13767         protected virtual void OnDrawItem(System.Windows.Forms.StatusBarDrawItemEventArgs sbdievent) { }
OnHandleCreated(System.EventArgs e)13768         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)13769         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs levent)13770         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)13771         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnPanelClick(System.Windows.Forms.StatusBarPanelClickEventArgs e)13772         protected virtual void OnPanelClick(System.Windows.Forms.StatusBarPanelClickEventArgs e) { }
OnResize(System.EventArgs e)13773         protected override void OnResize(System.EventArgs e) { }
ToString()13774         public override string ToString() { throw null; }
WndProc(ref System.Windows.Forms.Message m)13775         protected override void WndProc(ref System.Windows.Forms.Message m) { }
13776         [System.ComponentModel.ListBindableAttribute(false)]
13777         public partial class StatusBarPanelCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
13778         {
StatusBarPanelCollection(System.Windows.Forms.StatusBar owner)13779             public StatusBarPanelCollection(System.Windows.Forms.StatusBar owner) { }
13780             [System.ComponentModel.BrowsableAttribute(false)]
13781             [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13782             public int Count { get { throw null; } }
13783             public bool IsReadOnly { get { throw null; } }
13784             public virtual System.Windows.Forms.StatusBarPanel this[int index] { get { throw null; } set { } }
13785             public virtual System.Windows.Forms.StatusBarPanel this[string key] { get { throw null; } }
13786             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
13787             object System.Collections.ICollection.SyncRoot { get { throw null; } }
13788             bool System.Collections.IList.IsFixedSize { get { throw null; } }
13789             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string text)13790             public virtual System.Windows.Forms.StatusBarPanel Add(string text) { throw null; }
Add(System.Windows.Forms.StatusBarPanel value)13791             public virtual int Add(System.Windows.Forms.StatusBarPanel value) { throw null; }
AddRange(System.Windows.Forms.StatusBarPanel[] panels)13792             public virtual void AddRange(System.Windows.Forms.StatusBarPanel[] panels) { }
Clear()13793             public virtual void Clear() { }
Contains(System.Windows.Forms.StatusBarPanel panel)13794             public bool Contains(System.Windows.Forms.StatusBarPanel panel) { throw null; }
ContainsKey(string key)13795             public virtual bool ContainsKey(string key) { throw null; }
GetEnumerator()13796             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.StatusBarPanel panel)13797             public int IndexOf(System.Windows.Forms.StatusBarPanel panel) { throw null; }
IndexOfKey(string key)13798             public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, System.Windows.Forms.StatusBarPanel value)13799             public virtual void Insert(int index, System.Windows.Forms.StatusBarPanel value) { }
Remove(System.Windows.Forms.StatusBarPanel value)13800             public virtual void Remove(System.Windows.Forms.StatusBarPanel value) { }
RemoveAt(int index)13801             public virtual void RemoveAt(int index) { }
RemoveByKey(string key)13802             public virtual void RemoveByKey(string key) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)13803             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object value)13804             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object panel)13805             bool System.Collections.IList.Contains(object panel) { throw null; }
System.Collections.IList.IndexOf(object panel)13806             int System.Collections.IList.IndexOf(object panel) { throw null; }
System.Collections.IList.Insert(int index, object value)13807             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)13808             void System.Collections.IList.Remove(object value) { }
13809         }
13810     }
13811     public partial class StatusBarDrawItemEventArgs : System.Windows.Forms.DrawItemEventArgs
13812     {
StatusBarDrawItemEventArgs(System.Drawing.Graphics g, System.Drawing.Font font, System.Drawing.Rectangle r, int itemId, System.Windows.Forms.DrawItemState itemState, System.Windows.Forms.StatusBarPanel panel)13813         public StatusBarDrawItemEventArgs(System.Drawing.Graphics g, System.Drawing.Font font, System.Drawing.Rectangle r, int itemId, System.Windows.Forms.DrawItemState itemState, System.Windows.Forms.StatusBarPanel panel) : base (default(System.Drawing.Graphics), default(System.Drawing.Font), default(System.Drawing.Rectangle), default(int), default(System.Windows.Forms.DrawItemState)) { }
StatusBarDrawItemEventArgs(System.Drawing.Graphics g, System.Drawing.Font font, System.Drawing.Rectangle r, int itemId, System.Windows.Forms.DrawItemState itemState, System.Windows.Forms.StatusBarPanel panel, System.Drawing.Color foreColor, System.Drawing.Color backColor)13814         public StatusBarDrawItemEventArgs(System.Drawing.Graphics g, System.Drawing.Font font, System.Drawing.Rectangle r, int itemId, System.Windows.Forms.DrawItemState itemState, System.Windows.Forms.StatusBarPanel panel, System.Drawing.Color foreColor, System.Drawing.Color backColor) : base (default(System.Drawing.Graphics), default(System.Drawing.Font), default(System.Drawing.Rectangle), default(int), default(System.Windows.Forms.DrawItemState)) { }
13815         public System.Windows.Forms.StatusBarPanel Panel { get { throw null; } }
13816     }
StatusBarDrawItemEventHandler(object sender, System.Windows.Forms.StatusBarDrawItemEventArgs sbdevent)13817     public delegate void StatusBarDrawItemEventHandler(object sender, System.Windows.Forms.StatusBarDrawItemEventArgs sbdevent);
13818     [System.ComponentModel.DefaultPropertyAttribute("Text")]
13819     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
13820     [System.ComponentModel.ToolboxItemAttribute(false)]
13821     public partial class StatusBarPanel : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
13822     {
StatusBarPanel()13823         public StatusBarPanel() { }
13824         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
13825         [System.ComponentModel.LocalizableAttribute(true)]
13826         public System.Windows.Forms.HorizontalAlignment Alignment { get { throw null; } set { } }
13827         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.StatusBarPanelAutoSize)(1))]
13828         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
13829         public System.Windows.Forms.StatusBarPanelAutoSize AutoSize { get { throw null; } set { } }
13830         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.StatusBarPanelBorderStyle)(3))]
13831         [System.Runtime.InteropServices.DispIdAttribute(-504)]
13832         public System.Windows.Forms.StatusBarPanelBorderStyle BorderStyle { get { throw null; } set { } }
13833         [System.ComponentModel.DefaultValueAttribute(null)]
13834         [System.ComponentModel.LocalizableAttribute(true)]
13835         public System.Drawing.Icon Icon { get { throw null; } set { } }
13836         [System.ComponentModel.DefaultValueAttribute(10)]
13837         [System.ComponentModel.LocalizableAttribute(true)]
13838         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
13839         public int MinWidth { get { throw null; } set { } }
13840         [System.ComponentModel.LocalizableAttribute(true)]
13841         public string Name { get { throw null; } set { } }
13842         [System.ComponentModel.BrowsableAttribute(false)]
13843         public System.Windows.Forms.StatusBar Parent { get { throw null; } }
13844         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.StatusBarPanelStyle)(1))]
13845         public System.Windows.Forms.StatusBarPanelStyle Style { get { throw null; } set { } }
13846         [System.ComponentModel.BindableAttribute(true)]
13847         [System.ComponentModel.DefaultValueAttribute(null)]
13848         [System.ComponentModel.LocalizableAttribute(false)]
13849         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
13850         public object Tag { get { throw null; } set { } }
13851         [System.ComponentModel.DefaultValueAttribute("")]
13852         [System.ComponentModel.LocalizableAttribute(true)]
13853         public string Text { get { throw null; } set { } }
13854         [System.ComponentModel.DefaultValueAttribute("")]
13855         [System.ComponentModel.LocalizableAttribute(true)]
13856         public string ToolTipText { get { throw null; } set { } }
13857         [System.ComponentModel.DefaultValueAttribute(100)]
13858         [System.ComponentModel.LocalizableAttribute(true)]
13859         public int Width { get { throw null; } set { } }
BeginInit()13860         public void BeginInit() { }
Dispose(bool disposing)13861         protected override void Dispose(bool disposing) { }
EndInit()13862         public void EndInit() { }
ToString()13863         public override string ToString() { throw null; }
13864     }
13865     public enum StatusBarPanelAutoSize
13866     {
13867         Contents = 3,
13868         None = 1,
13869         Spring = 2,
13870     }
13871     public enum StatusBarPanelBorderStyle
13872     {
13873         None = 1,
13874         Raised = 2,
13875         Sunken = 3,
13876     }
13877     public partial class StatusBarPanelClickEventArgs : System.Windows.Forms.MouseEventArgs
13878     {
StatusBarPanelClickEventArgs(System.Windows.Forms.StatusBarPanel statusBarPanel, System.Windows.Forms.MouseButtons button, int clicks, int x, int y)13879         public StatusBarPanelClickEventArgs(System.Windows.Forms.StatusBarPanel statusBarPanel, System.Windows.Forms.MouseButtons button, int clicks, int x, int y) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
13880         public System.Windows.Forms.StatusBarPanel StatusBarPanel { get { throw null; } }
13881     }
StatusBarPanelClickEventHandler(object sender, System.Windows.Forms.StatusBarPanelClickEventArgs e)13882     public delegate void StatusBarPanelClickEventHandler(object sender, System.Windows.Forms.StatusBarPanelClickEventArgs e);
13883     public enum StatusBarPanelStyle
13884     {
13885         OwnerDraw = 2,
13886         Text = 1,
13887     }
13888     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
13889     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13890     public partial class StatusStrip : System.Windows.Forms.ToolStrip
13891     {
StatusStrip()13892         public StatusStrip() { }
13893         [System.ComponentModel.BrowsableAttribute(false)]
13894         [System.ComponentModel.DefaultValueAttribute(false)]
13895         public new bool CanOverflow { get { throw null; } set { } }
13896         protected override System.Windows.Forms.DockStyle DefaultDock { get { throw null; } }
13897         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
13898         protected override bool DefaultShowItemToolTips { get { throw null; } }
13899         protected override System.Drawing.Size DefaultSize { get { throw null; } }
13900         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(2))]
13901         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
13902         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripGripStyle)(0))]
13903         public new System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } set { } }
13904         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripLayoutStyle)(4))]
13905         public new System.Windows.Forms.ToolStripLayoutStyle LayoutStyle { get { throw null; } set { } }
13906         [System.ComponentModel.BrowsableAttribute(false)]
13907         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
13908         [System.ComponentModel.DefaultValueAttribute(false)]
13909         public new bool ShowItemToolTips { get { throw null; } set { } }
13910         [System.ComponentModel.BrowsableAttribute(false)]
13911         public System.Drawing.Rectangle SizeGripBounds { get { throw null; } }
13912         [System.ComponentModel.DefaultValueAttribute(true)]
13913         public bool SizingGrip { get { throw null; } set { } }
13914         [System.ComponentModel.DefaultValueAttribute(true)]
13915         public new bool Stretch { get { throw null; } set { } }
13916         [System.ComponentModel.BrowsableAttribute(false)]
13917         public new event System.EventHandler PaddingChanged { add { } remove { } }
CreateAccessibilityInstance()13918         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick)13919         protected internal override System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
Dispose(bool disposing)13920         protected override void Dispose(bool disposing) { }
OnLayout(System.Windows.Forms.LayoutEventArgs levent)13921         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)13922         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
OnSpringTableLayoutCore()13923         protected virtual void OnSpringTableLayoutCore() { }
SetDisplayedItems()13924         protected override void SetDisplayedItems() { }
WndProc(ref System.Windows.Forms.Message m)13925         protected override void WndProc(ref System.Windows.Forms.Message m) { }
13926     }
13927     public enum StructFormat
13928     {
13929         Ansi = 1,
13930         Auto = 3,
13931         Unicode = 2,
13932     }
13933     public partial class SystemInformation
13934     {
SystemInformation()13935         internal SystemInformation() { }
13936         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13937         public static int ActiveWindowTrackingDelay { get { throw null; } }
13938         public static System.Windows.Forms.ArrangeDirection ArrangeDirection { get { throw null; } }
13939         public static System.Windows.Forms.ArrangeStartingPosition ArrangeStartingPosition { get { throw null; } }
13940         public static System.Windows.Forms.BootMode BootMode { get { throw null; } }
13941         public static System.Drawing.Size Border3DSize { get { throw null; } }
13942         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13943         public static int BorderMultiplierFactor { get { throw null; } }
13944         public static System.Drawing.Size BorderSize { get { throw null; } }
13945         public static System.Drawing.Size CaptionButtonSize { get { throw null; } }
13946         public static int CaptionHeight { get { throw null; } }
13947         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13948         public static int CaretBlinkTime { get { throw null; } }
13949         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13950         public static int CaretWidth { get { throw null; } }
13951         public static string ComputerName { get { throw null; } }
13952         public static System.Drawing.Size CursorSize { get { throw null; } }
13953         public static bool DbcsEnabled { get { throw null; } }
13954         public static bool DebugOS { get { throw null; } }
13955         public static System.Drawing.Size DoubleClickSize { get { throw null; } }
13956         public static int DoubleClickTime { get { throw null; } }
13957         public static bool DragFullWindows { get { throw null; } }
13958         public static System.Drawing.Size DragSize { get { throw null; } }
13959         public static System.Drawing.Size FixedFrameBorderSize { get { throw null; } }
13960         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13961         public static int FontSmoothingContrast { get { throw null; } }
13962         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13963         public static int FontSmoothingType { get { throw null; } }
13964         public static System.Drawing.Size FrameBorderSize { get { throw null; } }
13965         public static bool HighContrast { get { throw null; } }
13966         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13967         public static int HorizontalFocusThickness { get { throw null; } }
13968         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13969         public static int HorizontalResizeBorderThickness { get { throw null; } }
13970         public static int HorizontalScrollBarArrowWidth { get { throw null; } }
13971         public static int HorizontalScrollBarHeight { get { throw null; } }
13972         public static int HorizontalScrollBarThumbWidth { get { throw null; } }
13973         public static int IconHorizontalSpacing { get { throw null; } }
13974         public static System.Drawing.Size IconSize { get { throw null; } }
13975         public static System.Drawing.Size IconSpacingSize { get { throw null; } }
13976         public static int IconVerticalSpacing { get { throw null; } }
13977         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13978         public static bool IsActiveWindowTrackingEnabled { get { throw null; } }
13979         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13980         public static bool IsComboBoxAnimationEnabled { get { throw null; } }
13981         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13982         public static bool IsDropShadowEnabled { get { throw null; } }
13983         public static bool IsFlatMenuEnabled { get { throw null; } }
13984         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13985         public static bool IsFontSmoothingEnabled { get { throw null; } }
13986         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13987         public static bool IsHotTrackingEnabled { get { throw null; } }
13988         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13989         public static bool IsIconTitleWrappingEnabled { get { throw null; } }
13990         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13991         public static bool IsKeyboardPreferred { get { throw null; } }
13992         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13993         public static bool IsListBoxSmoothScrollingEnabled { get { throw null; } }
13994         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13995         public static bool IsMenuAnimationEnabled { get { throw null; } }
13996         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13997         public static bool IsMenuFadeEnabled { get { throw null; } }
13998         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
13999         public static bool IsMinimizeRestoreAnimationEnabled { get { throw null; } }
14000         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
14001         public static bool IsSelectionFadeEnabled { get { throw null; } }
14002         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
14003         public static bool IsSnapToDefaultEnabled { get { throw null; } }
14004         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
14005         public static bool IsTitleBarGradientEnabled { get { throw null; } }
14006         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
14007         public static bool IsToolTipAnimationEnabled { get { throw null; } }
14008         public static int KanjiWindowHeight { get { throw null; } }
14009         public static int KeyboardDelay { get { throw null; } }
14010         public static int KeyboardSpeed { get { throw null; } }
14011         public static System.Drawing.Size MaxWindowTrackSize { get { throw null; } }
14012         public static bool MenuAccessKeysUnderlined { get { throw null; } }
14013         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
14014         public static System.Drawing.Size MenuBarButtonSize { get { throw null; } }
14015         public static System.Drawing.Size MenuButtonSize { get { throw null; } }
14016         public static System.Drawing.Size MenuCheckSize { get { throw null; } }
14017         public static System.Drawing.Font MenuFont { get { throw null; } }
14018         public static int MenuHeight { get { throw null; } }
14019         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
14020         public static int MenuShowDelay { get { throw null; } }
14021         public static bool MidEastEnabled { get { throw null; } }
14022         public static System.Drawing.Size MinimizedWindowSize { get { throw null; } }
14023         public static System.Drawing.Size MinimizedWindowSpacingSize { get { throw null; } }
14024         public static System.Drawing.Size MinimumWindowSize { get { throw null; } }
14025         public static System.Drawing.Size MinWindowTrackSize { get { throw null; } }
14026         public static int MonitorCount { get { throw null; } }
14027         public static bool MonitorsSameDisplayFormat { get { throw null; } }
14028         public static int MouseButtons { get { throw null; } }
14029         public static bool MouseButtonsSwapped { get { throw null; } }
14030         public static System.Drawing.Size MouseHoverSize { get { throw null; } }
14031         public static int MouseHoverTime { get { throw null; } }
14032         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14033         public static bool MousePresent { get { throw null; } }
14034         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
14035         public static int MouseSpeed { get { throw null; } }
14036         public static bool MouseWheelPresent { get { throw null; } }
14037         public static int MouseWheelScrollDelta { get { throw null; } }
14038         public static int MouseWheelScrollLines { get { throw null; } }
14039         public static bool NativeMouseWheelSupport { get { throw null; } }
14040         public static bool Network { get { throw null; } }
14041         public static bool PenWindows { get { throw null; } }
14042         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
14043         public static System.Windows.Forms.LeftRightAlignment PopupMenuAlignment { get { throw null; } }
14044         [System.MonoTODOAttribute("Only implemented for Win32.")]
14045         public static System.Windows.Forms.PowerStatus PowerStatus { get { throw null; } }
14046         public static System.Drawing.Size PrimaryMonitorMaximizedWindowSize { get { throw null; } }
14047         public static System.Drawing.Size PrimaryMonitorSize { get { throw null; } }
14048         public static bool RightAlignedMenus { get { throw null; } }
14049         public static System.Windows.Forms.ScreenOrientation ScreenOrientation { get { throw null; } }
14050         public static bool Secure { get { throw null; } }
14051         public static bool ShowSounds { get { throw null; } }
14052         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
14053         public static int SizingBorderWidth { get { throw null; } }
14054         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
14055         public static System.Drawing.Size SmallCaptionButtonSize { get { throw null; } }
14056         public static System.Drawing.Size SmallIconSize { get { throw null; } }
14057         public static bool TerminalServerSession { get { throw null; } }
14058         public static System.Drawing.Size ToolWindowCaptionButtonSize { get { throw null; } }
14059         public static int ToolWindowCaptionHeight { get { throw null; } }
14060         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
14061         public static bool UIEffectsEnabled { get { throw null; } }
14062         public static string UserDomainName { get { throw null; } }
14063         public static bool UserInteractive { get { throw null; } }
14064         public static string UserName { get { throw null; } }
14065         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
14066         public static int VerticalFocusThickness { get { throw null; } }
14067         [System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
14068         public static int VerticalResizeBorderThickness { get { throw null; } }
14069         public static int VerticalScrollBarArrowHeight { get { throw null; } }
14070         public static int VerticalScrollBarThumbHeight { get { throw null; } }
14071         public static int VerticalScrollBarWidth { get { throw null; } }
14072         public static System.Drawing.Rectangle VirtualScreen { get { throw null; } }
14073         public static System.Drawing.Rectangle WorkingArea { get { throw null; } }
14074     }
14075     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14076     public enum SystemParameter
14077     {
14078         CaretWidthMetric = 8,
14079         DropShadow = 0,
14080         FlatMenu = 1,
14081         FontSmoothingContrastMetric = 2,
14082         FontSmoothingTypeMetric = 3,
14083         HorizontalFocusThicknessMetric = 10,
14084         MenuFadeEnabled = 4,
14085         SelectionFade = 5,
14086         ToolTipAnimationMetric = 6,
14087         UIEffects = 7,
14088         VerticalFocusThicknessMetric = 9,
14089     }
14090     public enum TabAlignment
14091     {
14092         Bottom = 1,
14093         Left = 2,
14094         Right = 3,
14095         Top = 0,
14096     }
14097     public enum TabAppearance
14098     {
14099         Buttons = 1,
14100         FlatButtons = 2,
14101         Normal = 0,
14102     }
14103     [System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
14104     [System.ComponentModel.DefaultPropertyAttribute("TabPages")]
14105     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TabControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
14106     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
14107     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14108     public partial class TabControl : System.Windows.Forms.Control
14109     {
TabControl()14110         public TabControl() { }
14111         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TabAlignment)(0))]
14112         [System.ComponentModel.LocalizableAttribute(true)]
14113         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
14114         public System.Windows.Forms.TabAlignment Alignment { get { throw null; } set { } }
14115         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TabAppearance)(0))]
14116         [System.ComponentModel.LocalizableAttribute(true)]
14117         public System.Windows.Forms.TabAppearance Appearance { get { throw null; } set { } }
14118         [System.ComponentModel.BrowsableAttribute(false)]
14119         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14120         public override System.Drawing.Color BackColor { get { throw null; } set { } }
14121         [System.ComponentModel.BrowsableAttribute(false)]
14122         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14123         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
14124         [System.ComponentModel.BrowsableAttribute(false)]
14125         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14126         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
14127         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
14128         protected override System.Drawing.Size DefaultSize { get { throw null; } }
14129         public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
14130         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14131         protected override bool DoubleBuffered { get { throw null; } set { } }
14132         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TabDrawMode)(0))]
14133         public System.Windows.Forms.TabDrawMode DrawMode { get { throw null; } set { } }
14134         [System.ComponentModel.BrowsableAttribute(false)]
14135         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14136         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
14137         [System.ComponentModel.DefaultValueAttribute(false)]
14138         public bool HotTrack { get { throw null; } set { } }
14139         [System.ComponentModel.DefaultValueAttribute(null)]
14140         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14141         public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
14142         [System.ComponentModel.LocalizableAttribute(true)]
14143         public System.Drawing.Size ItemSize { get { throw null; } set { } }
14144         [System.ComponentModel.DefaultValueAttribute(false)]
14145         public bool Multiline { get { throw null; } set { } }
14146         [System.ComponentModel.LocalizableAttribute(true)]
14147         public new System.Drawing.Point Padding { get { throw null; } set { } }
14148         [System.ComponentModel.DefaultValueAttribute(false)]
14149         [System.ComponentModel.LocalizableAttribute(true)]
14150         [System.MonoTODOAttribute("RTL not supported")]
14151         public virtual bool RightToLeftLayout { get { throw null; } set { } }
14152         [System.ComponentModel.BrowsableAttribute(false)]
14153         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14154         public int RowCount { get { throw null; } }
14155         [System.ComponentModel.BrowsableAttribute(false)]
14156         [System.ComponentModel.DefaultValueAttribute(-1)]
14157         public int SelectedIndex { get { throw null; } set { } }
14158         [System.ComponentModel.BrowsableAttribute(false)]
14159         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14160         public System.Windows.Forms.TabPage SelectedTab { get { throw null; } set { } }
14161         [System.ComponentModel.DefaultValueAttribute(false)]
14162         [System.ComponentModel.LocalizableAttribute(true)]
14163         public bool ShowToolTips { get { throw null; } set { } }
14164         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TabSizeMode)(0))]
14165         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14166         public System.Windows.Forms.TabSizeMode SizeMode { get { throw null; } set { } }
14167         [System.ComponentModel.BrowsableAttribute(false)]
14168         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14169         public int TabCount { get { throw null; } }
14170         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14171         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.TabPageCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
14172         [System.ComponentModel.MergablePropertyAttribute(false)]
14173         public System.Windows.Forms.TabControl.TabPageCollection TabPages { get { throw null; } }
14174         [System.ComponentModel.BindableAttribute(false)]
14175         [System.ComponentModel.BrowsableAttribute(false)]
14176         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14177         public override string Text { get { throw null; } set { } }
14178         [System.ComponentModel.BrowsableAttribute(false)]
14179         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14180         public new event System.EventHandler BackColorChanged { add { } remove { } }
14181         [System.ComponentModel.BrowsableAttribute(false)]
14182         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14183         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
14184         [System.ComponentModel.BrowsableAttribute(false)]
14185         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14186         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
14187         public event System.Windows.Forms.TabControlEventHandler Deselected { add { } remove { } }
14188         public event System.Windows.Forms.TabControlCancelEventHandler Deselecting { add { } remove { } }
14189         public event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
14190         [System.ComponentModel.BrowsableAttribute(false)]
14191         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14192         public new event System.EventHandler ForeColorChanged { add { } remove { } }
14193         [System.ComponentModel.BrowsableAttribute(false)]
14194         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14195         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
14196         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
14197         public event System.Windows.Forms.TabControlEventHandler Selected { add { } remove { } }
14198         public event System.EventHandler SelectedIndexChanged { add { } remove { } }
14199         public event System.Windows.Forms.TabControlCancelEventHandler Selecting { add { } remove { } }
14200         [System.ComponentModel.BrowsableAttribute(false)]
14201         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14202         public new event System.EventHandler TextChanged { add { } remove { } }
CreateControlsInstance()14203         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
CreateHandle()14204         protected override void CreateHandle() { }
DeselectTab(int index)14205         public void DeselectTab(int index) { }
DeselectTab(string tabPageName)14206         public void DeselectTab(string tabPageName) { }
DeselectTab(System.Windows.Forms.TabPage tabPage)14207         public void DeselectTab(System.Windows.Forms.TabPage tabPage) { }
Dispose(bool disposing)14208         protected override void Dispose(bool disposing) { }
GetControl(int index)14209         public System.Windows.Forms.Control GetControl(int index) { throw null; }
GetItems()14210         protected virtual object[] GetItems() { throw null; }
GetItems(System.Type baseType)14211         protected virtual object[] GetItems(System.Type baseType) { throw null; }
GetTabRect(int index)14212         public System.Drawing.Rectangle GetTabRect(int index) { throw null; }
GetToolTipText(object item)14213         protected string GetToolTipText(object item) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)14214         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnDeselected(System.Windows.Forms.TabControlEventArgs e)14215         protected virtual void OnDeselected(System.Windows.Forms.TabControlEventArgs e) { }
OnDeselecting(System.Windows.Forms.TabControlCancelEventArgs e)14216         protected virtual void OnDeselecting(System.Windows.Forms.TabControlCancelEventArgs e) { }
OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)14217         protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
OnEnter(System.EventArgs e)14218         protected override void OnEnter(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)14219         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)14220         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)14221         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs ke)14222         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs ke) { }
OnLeave(System.EventArgs e)14223         protected override void OnLeave(System.EventArgs e) { }
OnResize(System.EventArgs e)14224         protected override void OnResize(System.EventArgs e) { }
14225         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)14226         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
OnSelected(System.Windows.Forms.TabControlEventArgs e)14227         protected virtual void OnSelected(System.Windows.Forms.TabControlEventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)14228         protected virtual void OnSelectedIndexChanged(System.EventArgs e) { }
OnSelecting(System.Windows.Forms.TabControlCancelEventArgs e)14229         protected virtual void OnSelecting(System.Windows.Forms.TabControlCancelEventArgs e) { }
OnStyleChanged(System.EventArgs e)14230         protected override void OnStyleChanged(System.EventArgs e) { }
ProcessKeyPreview(ref System.Windows.Forms.Message m)14231         protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
RemoveAll()14232         protected void RemoveAll() { }
14233         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)14234         protected override void ScaleCore(float dx, float dy) { }
SelectTab(int index)14235         public void SelectTab(int index) { }
SelectTab(string tabPageName)14236         public void SelectTab(string tabPageName) { }
SelectTab(System.Windows.Forms.TabPage tabPage)14237         public void SelectTab(System.Windows.Forms.TabPage tabPage) { }
ToString()14238         public override string ToString() { throw null; }
UpdateTabSelection(bool updateFocus)14239         protected void UpdateTabSelection(bool updateFocus) { }
WndProc(ref System.Windows.Forms.Message m)14240         protected override void WndProc(ref System.Windows.Forms.Message m) { }
14241         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
14242         public partial class ControlCollection : System.Windows.Forms.Control.ControlCollection
14243         {
ControlCollection(System.Windows.Forms.TabControl owner)14244             public ControlCollection(System.Windows.Forms.TabControl owner) : base (default(System.Windows.Forms.Control)) { }
Add(System.Windows.Forms.Control value)14245             public override void Add(System.Windows.Forms.Control value) { }
Remove(System.Windows.Forms.Control value)14246             public override void Remove(System.Windows.Forms.Control value) { }
14247         }
14248         public partial class TabPageCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
14249         {
TabPageCollection(System.Windows.Forms.TabControl owner)14250             public TabPageCollection(System.Windows.Forms.TabControl owner) { }
14251             [System.ComponentModel.BrowsableAttribute(false)]
14252             public int Count { get { throw null; } }
14253             public bool IsReadOnly { get { throw null; } }
14254             public virtual System.Windows.Forms.TabPage this[int index] { get { throw null; } set { } }
14255             public virtual System.Windows.Forms.TabPage this[string key] { get { throw null; } }
14256             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
14257             object System.Collections.ICollection.SyncRoot { get { throw null; } }
14258             bool System.Collections.IList.IsFixedSize { get { throw null; } }
14259             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string text)14260             public void Add(string text) { }
Add(string key, string text)14261             public void Add(string key, string text) { }
Add(string key, string text, int imageIndex)14262             public void Add(string key, string text, int imageIndex) { }
Add(string key, string text, string imageKey)14263             public void Add(string key, string text, string imageKey) { }
Add(System.Windows.Forms.TabPage value)14264             public void Add(System.Windows.Forms.TabPage value) { }
AddRange(System.Windows.Forms.TabPage[] pages)14265             public void AddRange(System.Windows.Forms.TabPage[] pages) { }
Clear()14266             public virtual void Clear() { }
Contains(System.Windows.Forms.TabPage page)14267             public bool Contains(System.Windows.Forms.TabPage page) { throw null; }
ContainsKey(string key)14268             public virtual bool ContainsKey(string key) { throw null; }
GetEnumerator()14269             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.TabPage page)14270             public int IndexOf(System.Windows.Forms.TabPage page) { throw null; }
IndexOfKey(string key)14271             public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, string text)14272             public void Insert(int index, string text) { }
Insert(int index, string key, string text)14273             public void Insert(int index, string key, string text) { }
Insert(int index, string key, string text, int imageIndex)14274             public void Insert(int index, string key, string text, int imageIndex) { }
Insert(int index, string key, string text, string imageKey)14275             public void Insert(int index, string key, string text, string imageKey) { }
Insert(int index, System.Windows.Forms.TabPage tabPage)14276             public void Insert(int index, System.Windows.Forms.TabPage tabPage) { }
Remove(System.Windows.Forms.TabPage value)14277             public void Remove(System.Windows.Forms.TabPage value) { }
RemoveAt(int index)14278             public void RemoveAt(int index) { }
RemoveByKey(string key)14279             public virtual void RemoveByKey(string key) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)14280             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object value)14281             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object page)14282             bool System.Collections.IList.Contains(object page) { throw null; }
System.Collections.IList.IndexOf(object page)14283             int System.Collections.IList.IndexOf(object page) { throw null; }
System.Collections.IList.Insert(int index, object tabPage)14284             void System.Collections.IList.Insert(int index, object tabPage) { }
System.Collections.IList.Remove(object value)14285             void System.Collections.IList.Remove(object value) { }
14286         }
14287     }
14288     public enum TabControlAction
14289     {
14290         Deselected = 3,
14291         Deselecting = 2,
14292         Selected = 1,
14293         Selecting = 0,
14294     }
14295     public partial class TabControlCancelEventArgs : System.ComponentModel.CancelEventArgs
14296     {
TabControlCancelEventArgs(System.Windows.Forms.TabPage tabPage, int tabPageIndex, bool cancel, System.Windows.Forms.TabControlAction action)14297         public TabControlCancelEventArgs(System.Windows.Forms.TabPage tabPage, int tabPageIndex, bool cancel, System.Windows.Forms.TabControlAction action) { }
14298         public System.Windows.Forms.TabControlAction Action { get { throw null; } }
14299         public System.Windows.Forms.TabPage TabPage { get { throw null; } }
14300         public int TabPageIndex { get { throw null; } }
14301     }
TabControlCancelEventHandler(object sender, System.Windows.Forms.TabControlCancelEventArgs e)14302     public delegate void TabControlCancelEventHandler(object sender, System.Windows.Forms.TabControlCancelEventArgs e);
14303     public partial class TabControlEventArgs : System.EventArgs
14304     {
TabControlEventArgs(System.Windows.Forms.TabPage tabPage, int tabPageIndex, System.Windows.Forms.TabControlAction action)14305         public TabControlEventArgs(System.Windows.Forms.TabPage tabPage, int tabPageIndex, System.Windows.Forms.TabControlAction action) { }
14306         public System.Windows.Forms.TabControlAction Action { get { throw null; } }
14307         public System.Windows.Forms.TabPage TabPage { get { throw null; } }
14308         public int TabPageIndex { get { throw null; } }
14309     }
TabControlEventHandler(object sender, System.Windows.Forms.TabControlEventArgs e)14310     public delegate void TabControlEventHandler(object sender, System.Windows.Forms.TabControlEventArgs e);
14311     public enum TabDrawMode
14312     {
14313         Normal = 0,
14314         OwnerDrawFixed = 1,
14315     }
14316     public partial class TableLayoutCellPaintEventArgs : System.Windows.Forms.PaintEventArgs
14317     {
TableLayoutCellPaintEventArgs(System.Drawing.Graphics g, System.Drawing.Rectangle clipRectangle, System.Drawing.Rectangle cellBounds, int column, int row)14318         public TableLayoutCellPaintEventArgs(System.Drawing.Graphics g, System.Drawing.Rectangle clipRectangle, System.Drawing.Rectangle cellBounds, int column, int row) : base (default(System.Drawing.Graphics), default(System.Drawing.Rectangle)) { }
14319         public System.Drawing.Rectangle CellBounds { get { throw null; } }
14320         public int Column { get { throw null; } }
14321         public int Row { get { throw null; } }
14322     }
TableLayoutCellPaintEventHandler(object sender, System.Windows.Forms.TableLayoutCellPaintEventArgs e)14323     public delegate void TableLayoutCellPaintEventHandler(object sender, System.Windows.Forms.TableLayoutCellPaintEventArgs e);
14324     public partial class TableLayoutColumnStyleCollection : System.Windows.Forms.TableLayoutStyleCollection
14325     {
TableLayoutColumnStyleCollection()14326         internal TableLayoutColumnStyleCollection() { }
14327         public new System.Windows.Forms.ColumnStyle this[int index] { get { throw null; } set { } }
Add(System.Windows.Forms.ColumnStyle columnStyle)14328         public int Add(System.Windows.Forms.ColumnStyle columnStyle) { throw null; }
Contains(System.Windows.Forms.ColumnStyle columnStyle)14329         public bool Contains(System.Windows.Forms.ColumnStyle columnStyle) { throw null; }
IndexOf(System.Windows.Forms.ColumnStyle columnStyle)14330         public int IndexOf(System.Windows.Forms.ColumnStyle columnStyle) { throw null; }
Insert(int index, System.Windows.Forms.ColumnStyle columnStyle)14331         public void Insert(int index, System.Windows.Forms.ColumnStyle columnStyle) { }
Remove(System.Windows.Forms.ColumnStyle columnStyle)14332         public void Remove(System.Windows.Forms.ColumnStyle columnStyle) { }
14333     }
14334     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.TableLayoutControlCollectionCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
14335     [System.ComponentModel.ListBindableAttribute(false)]
14336     public partial class TableLayoutControlCollection : System.Windows.Forms.Control.ControlCollection
14337     {
TableLayoutControlCollection(System.Windows.Forms.TableLayoutPanel container)14338         public TableLayoutControlCollection(System.Windows.Forms.TableLayoutPanel container) : base (default(System.Windows.Forms.Control)) { }
14339         public System.Windows.Forms.TableLayoutPanel Container { get { throw null; } }
Add(System.Windows.Forms.Control control, int column, int row)14340         public virtual void Add(System.Windows.Forms.Control control, int column, int row) { }
14341     }
14342     [System.ComponentModel.DefaultPropertyAttribute("ColumnCount")]
14343     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.TableLayoutPanelCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
14344     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TableLayoutPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
14345     [System.ComponentModel.ProvidePropertyAttribute("CellPosition", typeof(System.Windows.Forms.Control))]
14346     [System.ComponentModel.ProvidePropertyAttribute("Column", typeof(System.Windows.Forms.Control))]
14347     [System.ComponentModel.ProvidePropertyAttribute("ColumnSpan", typeof(System.Windows.Forms.Control))]
14348     [System.ComponentModel.ProvidePropertyAttribute("Row", typeof(System.Windows.Forms.Control))]
14349     [System.ComponentModel.ProvidePropertyAttribute("RowSpan", typeof(System.Windows.Forms.Control))]
14350     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
14351     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14352     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(0))]
14353     public partial class TableLayoutPanel : System.Windows.Forms.Panel, System.ComponentModel.IExtenderProvider
14354     {
TableLayoutPanel()14355         public TableLayoutPanel() { }
14356         [System.ComponentModel.BrowsableAttribute(false)]
14357         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14358         [System.ComponentModel.LocalizableAttribute(true)]
14359         public new System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
14360         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TableLayoutPanelCellBorderStyle)(0))]
14361         [System.ComponentModel.LocalizableAttribute(true)]
14362         public System.Windows.Forms.TableLayoutPanelCellBorderStyle CellBorderStyle { get { throw null; } set { } }
14363         [System.ComponentModel.DefaultValueAttribute(0)]
14364         [System.ComponentModel.LocalizableAttribute(true)]
14365         public int ColumnCount { get { throw null; } set { } }
14366         [System.ComponentModel.BrowsableAttribute(false)]
14367         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
14368         [System.ComponentModel.DisplayNameAttribute("Columns")]
14369         [System.ComponentModel.MergablePropertyAttribute(false)]
14370         public System.Windows.Forms.TableLayoutColumnStyleCollection ColumnStyles { get { throw null; } }
14371         [System.ComponentModel.BrowsableAttribute(false)]
14372         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
14373         public new System.Windows.Forms.TableLayoutControlCollection Controls { get { throw null; } }
14374         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TableLayoutPanelGrowStyle)(1))]
14375         public System.Windows.Forms.TableLayoutPanelGrowStyle GrowStyle { get { throw null; } set { } }
14376         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
14377         [System.ComponentModel.BrowsableAttribute(false)]
14378         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14379         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14380         public System.Windows.Forms.TableLayoutSettings LayoutSettings { get { throw null; } set { } }
14381         [System.ComponentModel.DefaultValueAttribute(0)]
14382         [System.ComponentModel.LocalizableAttribute(true)]
14383         public int RowCount { get { throw null; } set { } }
14384         [System.ComponentModel.BrowsableAttribute(false)]
14385         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
14386         [System.ComponentModel.DisplayNameAttribute("Rows")]
14387         [System.ComponentModel.MergablePropertyAttribute(false)]
14388         public System.Windows.Forms.TableLayoutRowStyleCollection RowStyles { get { throw null; } }
14389         public event System.Windows.Forms.TableLayoutCellPaintEventHandler CellPaint { add { } remove { } }
14390         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateControlsInstance()14391         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
14392         [System.ComponentModel.DefaultValueAttribute(-1)]
14393         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14394         [System.ComponentModel.DisplayNameAttribute("Cell")]
GetCellPosition(System.Windows.Forms.Control control)14395         public System.Windows.Forms.TableLayoutPanelCellPosition GetCellPosition(System.Windows.Forms.Control control) { throw null; }
14396         [System.ComponentModel.DefaultValueAttribute(-1)]
14397         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14398         [System.ComponentModel.DisplayNameAttribute("Column")]
GetColumn(System.Windows.Forms.Control control)14399         public int GetColumn(System.Windows.Forms.Control control) { throw null; }
14400         [System.ComponentModel.DefaultValueAttribute(1)]
14401         [System.ComponentModel.DisplayNameAttribute("ColumnSpan")]
GetColumnSpan(System.Windows.Forms.Control control)14402         public int GetColumnSpan(System.Windows.Forms.Control control) { throw null; }
14403         [System.ComponentModel.BrowsableAttribute(false)]
14404         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetColumnWidths()14405         public int[] GetColumnWidths() { throw null; }
GetControlFromPosition(int column, int row)14406         public System.Windows.Forms.Control GetControlFromPosition(int column, int row) { throw null; }
GetPositionFromControl(System.Windows.Forms.Control control)14407         public System.Windows.Forms.TableLayoutPanelCellPosition GetPositionFromControl(System.Windows.Forms.Control control) { throw null; }
14408         [System.ComponentModel.DefaultValueAttribute("-1")]
14409         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14410         [System.ComponentModel.DisplayNameAttribute("Row")]
GetRow(System.Windows.Forms.Control control)14411         public int GetRow(System.Windows.Forms.Control control) { throw null; }
14412         [System.ComponentModel.BrowsableAttribute(false)]
14413         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetRowHeights()14414         public int[] GetRowHeights() { throw null; }
14415         [System.ComponentModel.DefaultValueAttribute(1)]
14416         [System.ComponentModel.DisplayNameAttribute("RowSpan")]
GetRowSpan(System.Windows.Forms.Control control)14417         public int GetRowSpan(System.Windows.Forms.Control control) { throw null; }
OnCellPaint(System.Windows.Forms.TableLayoutCellPaintEventArgs e)14418         protected virtual void OnCellPaint(System.Windows.Forms.TableLayoutCellPaintEventArgs e) { }
14419         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLayout(System.Windows.Forms.LayoutEventArgs levent)14420         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)14421         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)14422         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
14423         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)14424         protected override void ScaleCore(float dx, float dy) { }
SetCellPosition(System.Windows.Forms.Control control, System.Windows.Forms.TableLayoutPanelCellPosition position)14425         public void SetCellPosition(System.Windows.Forms.Control control, System.Windows.Forms.TableLayoutPanelCellPosition position) { }
SetColumn(System.Windows.Forms.Control control, int column)14426         public void SetColumn(System.Windows.Forms.Control control, int column) { }
SetColumnSpan(System.Windows.Forms.Control control, int value)14427         public void SetColumnSpan(System.Windows.Forms.Control control, int value) { }
SetRow(System.Windows.Forms.Control control, int row)14428         public void SetRow(System.Windows.Forms.Control control, int row) { }
SetRowSpan(System.Windows.Forms.Control control, int value)14429         public void SetRowSpan(System.Windows.Forms.Control control, int value) { }
System.ComponentModel.IExtenderProvider.CanExtend(object obj)14430         bool System.ComponentModel.IExtenderProvider.CanExtend(object obj) { throw null; }
14431     }
14432     public enum TableLayoutPanelCellBorderStyle
14433     {
14434         Inset = 2,
14435         InsetDouble = 3,
14436         None = 0,
14437         Outset = 4,
14438         OutsetDouble = 5,
14439         OutsetPartial = 6,
14440         Single = 1,
14441     }
14442     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.TableLayoutPanelCellPositionTypeConverter")]
14443     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
14444     public partial struct TableLayoutPanelCellPosition
14445     {
TableLayoutPanelCellPositionSystem.Windows.Forms.TableLayoutPanelCellPosition14446         public TableLayoutPanelCellPosition(int column, int row) { throw null;}
14447         public int Column { get { throw null; } set { } }
14448         public int Row { get { throw null; } set { } }
EqualsSystem.Windows.Forms.TableLayoutPanelCellPosition14449         public override bool Equals(object other) { throw null; }
GetHashCodeSystem.Windows.Forms.TableLayoutPanelCellPosition14450         public override int GetHashCode() { throw null; }
operator ==System.Windows.Forms.TableLayoutPanelCellPosition14451         public static bool operator ==(System.Windows.Forms.TableLayoutPanelCellPosition p1, System.Windows.Forms.TableLayoutPanelCellPosition p2) { throw null; }
operator !=System.Windows.Forms.TableLayoutPanelCellPosition14452         public static bool operator !=(System.Windows.Forms.TableLayoutPanelCellPosition p1, System.Windows.Forms.TableLayoutPanelCellPosition p2) { throw null; }
ToStringSystem.Windows.Forms.TableLayoutPanelCellPosition14453         public override string ToString() { throw null; }
14454     }
14455     public enum TableLayoutPanelGrowStyle
14456     {
14457         AddColumns = 2,
14458         AddRows = 1,
14459         FixedSize = 0,
14460     }
14461     public partial class TableLayoutRowStyleCollection : System.Windows.Forms.TableLayoutStyleCollection
14462     {
TableLayoutRowStyleCollection()14463         internal TableLayoutRowStyleCollection() { }
14464         public new System.Windows.Forms.RowStyle this[int index] { get { throw null; } set { } }
Add(System.Windows.Forms.RowStyle rowStyle)14465         public int Add(System.Windows.Forms.RowStyle rowStyle) { throw null; }
Contains(System.Windows.Forms.RowStyle rowStyle)14466         public bool Contains(System.Windows.Forms.RowStyle rowStyle) { throw null; }
IndexOf(System.Windows.Forms.RowStyle rowStyle)14467         public int IndexOf(System.Windows.Forms.RowStyle rowStyle) { throw null; }
Insert(int index, System.Windows.Forms.RowStyle rowStyle)14468         public void Insert(int index, System.Windows.Forms.RowStyle rowStyle) { }
Remove(System.Windows.Forms.RowStyle rowStyle)14469         public void Remove(System.Windows.Forms.RowStyle rowStyle) { }
14470     }
14471     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.Layout.TableLayoutSettingsTypeConverter))]
14472     [System.SerializableAttribute]
14473     public sealed partial class TableLayoutSettings : System.Windows.Forms.LayoutSettings, System.Runtime.Serialization.ISerializable
14474     {
TableLayoutSettings()14475         internal TableLayoutSettings() { }
14476         [System.ComponentModel.DefaultValueAttribute(0)]
14477         public int ColumnCount { get { throw null; } set { } }
14478         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
14479         public System.Windows.Forms.TableLayoutColumnStyleCollection ColumnStyles { get { throw null; } }
14480         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TableLayoutPanelGrowStyle)(1))]
14481         public System.Windows.Forms.TableLayoutPanelGrowStyle GrowStyle { get { throw null; } set { } }
14482         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
14483         [System.ComponentModel.DefaultValueAttribute(0)]
14484         public int RowCount { get { throw null; } set { } }
14485         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
14486         public System.Windows.Forms.TableLayoutRowStyleCollection RowStyles { get { throw null; } }
14487         [System.ComponentModel.DefaultValueAttribute(-1)]
GetCellPosition(object control)14488         public System.Windows.Forms.TableLayoutPanelCellPosition GetCellPosition(object control) { throw null; }
14489         [System.ComponentModel.DefaultValueAttribute(-1)]
GetColumn(object control)14490         public int GetColumn(object control) { throw null; }
GetColumnSpan(object control)14491         public int GetColumnSpan(object control) { throw null; }
14492         [System.ComponentModel.DefaultValueAttribute(-1)]
GetRow(object control)14493         public int GetRow(object control) { throw null; }
GetRowSpan(object control)14494         public int GetRowSpan(object control) { throw null; }
14495         [System.ComponentModel.DefaultValueAttribute(-1)]
SetCellPosition(object control, System.Windows.Forms.TableLayoutPanelCellPosition cellPosition)14496         public void SetCellPosition(object control, System.Windows.Forms.TableLayoutPanelCellPosition cellPosition) { }
SetColumn(object control, int column)14497         public void SetColumn(object control, int column) { }
SetColumnSpan(object control, int value)14498         public void SetColumnSpan(object control, int value) { }
SetRow(object control, int row)14499         public void SetRow(object control, int row) { }
SetRowSpan(object control, int value)14500         public void SetRowSpan(object control, int value) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)14501         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
14502     }
14503     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.TableLayoutSettings.StyleConverter")]
14504     public abstract partial class TableLayoutStyle
14505     {
TableLayoutStyle()14506         protected TableLayoutStyle() { }
14507         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.SizeType)(0))]
14508         public System.Windows.Forms.SizeType SizeType { get { throw null; } set { } }
14509     }
14510     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StyleCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
14511     public abstract partial class TableLayoutStyleCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
14512     {
TableLayoutStyleCollection()14513         internal TableLayoutStyleCollection() { }
14514         public int Count { get { throw null; } }
14515         public System.Windows.Forms.TableLayoutStyle this[int index] { get { throw null; } set { } }
14516         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
14517         object System.Collections.ICollection.SyncRoot { get { throw null; } }
14518         bool System.Collections.IList.IsFixedSize { get { throw null; } }
14519         bool System.Collections.IList.IsReadOnly { get { throw null; } }
14520         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.Windows.Forms.TableLayoutStyle style)14521         public int Add(System.Windows.Forms.TableLayoutStyle style) { throw null; }
Clear()14522         public void Clear() { }
RemoveAt(int index)14523         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int startIndex)14524         void System.Collections.ICollection.CopyTo(System.Array array, int startIndex) { }
System.Collections.IEnumerable.GetEnumerator()14525         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object style)14526         int System.Collections.IList.Add(object style) { throw null; }
System.Collections.IList.Contains(object style)14527         bool System.Collections.IList.Contains(object style) { throw null; }
System.Collections.IList.IndexOf(object style)14528         int System.Collections.IList.IndexOf(object style) { throw null; }
System.Collections.IList.Insert(int index, object style)14529         void System.Collections.IList.Insert(int index, object style) { }
System.Collections.IList.Remove(object style)14530         void System.Collections.IList.Remove(object style) { }
14531     }
14532     [System.ComponentModel.DefaultEventAttribute("Click")]
14533     [System.ComponentModel.DefaultPropertyAttribute("Text")]
14534     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TabPageDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
14535     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
14536     [System.ComponentModel.ToolboxItemAttribute(false)]
14537     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
14538     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14539     public partial class TabPage : System.Windows.Forms.Panel
14540     {
TabPage()14541         public TabPage() { }
TabPage(string text)14542         public TabPage(string text) { }
14543         [System.ComponentModel.BrowsableAttribute(false)]
14544         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14545         public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
14546         [System.ComponentModel.BrowsableAttribute(false)]
14547         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14548         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14549         public override bool AutoSize { get { throw null; } set { } }
14550         [System.ComponentModel.BrowsableAttribute(false)]
14551         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14552         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14553         [System.ComponentModel.LocalizableAttribute(false)]
14554         public override System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
14555         public override System.Drawing.Color BackColor { get { throw null; } set { } }
14556         [System.ComponentModel.BrowsableAttribute(false)]
14557         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14558         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
14559         [System.ComponentModel.BrowsableAttribute(false)]
14560         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14561         public new bool Enabled { get { throw null; } set { } }
14562         [System.ComponentModel.DefaultValueAttribute(-1)]
14563         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
14564         [System.ComponentModel.LocalizableAttribute(true)]
14565         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14566         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
14567         public int ImageIndex { get { throw null; } set { } }
14568         [System.ComponentModel.DefaultValueAttribute("")]
14569         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
14570         [System.ComponentModel.LocalizableAttribute(true)]
14571         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14572         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
14573         public string ImageKey { get { throw null; } set { } }
14574         [System.ComponentModel.BrowsableAttribute(false)]
14575         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14576         public new System.Drawing.Point Location { get { throw null; } set { } }
14577         [System.ComponentModel.BrowsableAttribute(false)]
14578         [System.ComponentModel.DefaultValueAttribute("{Width=0, Height=0}")]
14579         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14580         public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
14581         [System.ComponentModel.BrowsableAttribute(false)]
14582         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14583         public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
14584         [System.ComponentModel.BrowsableAttribute(false)]
14585         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14586         public new System.Drawing.Size PreferredSize { get { throw null; } }
14587         [System.ComponentModel.BrowsableAttribute(false)]
14588         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14589         public new int TabIndex { get { throw null; } set { } }
14590         [System.ComponentModel.BrowsableAttribute(false)]
14591         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14592         public new bool TabStop { get { throw null; } set { } }
14593         [System.ComponentModel.BrowsableAttribute(true)]
14594         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14595         [System.ComponentModel.LocalizableAttribute(true)]
14596         public override string Text { get { throw null; } set { } }
14597         [System.ComponentModel.DefaultValueAttribute("")]
14598         [System.ComponentModel.LocalizableAttribute(true)]
14599         public string ToolTipText { get { throw null; } set { } }
14600         [System.ComponentModel.DefaultValueAttribute(false)]
14601         public bool UseVisualStyleBackColor { get { throw null; } set { } }
14602         [System.ComponentModel.BrowsableAttribute(false)]
14603         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14604         public new bool Visible { get { throw null; } set { } }
14605         [System.ComponentModel.BrowsableAttribute(false)]
14606         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14607         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
14608         [System.ComponentModel.BrowsableAttribute(false)]
14609         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14610         public new event System.EventHandler DockChanged { add { } remove { } }
14611         [System.ComponentModel.BrowsableAttribute(false)]
14612         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14613         public new event System.EventHandler EnabledChanged { add { } remove { } }
14614         [System.ComponentModel.BrowsableAttribute(false)]
14615         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14616         public new event System.EventHandler LocationChanged { add { } remove { } }
14617         [System.ComponentModel.BrowsableAttribute(false)]
14618         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14619         public new event System.EventHandler TabIndexChanged { add { } remove { } }
14620         [System.ComponentModel.BrowsableAttribute(false)]
14621         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14622         public new event System.EventHandler TabStopChanged { add { } remove { } }
14623         [System.ComponentModel.BrowsableAttribute(true)]
14624         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14625         public new event System.EventHandler TextChanged { add { } remove { } }
14626         [System.ComponentModel.BrowsableAttribute(false)]
14627         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14628         public new event System.EventHandler VisibleChanged { add { } remove { } }
CreateControlsInstance()14629         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
GetTabPageOfComponent(object comp)14630         public static System.Windows.Forms.TabPage GetTabPageOfComponent(object comp) { throw null; }
OnEnter(System.EventArgs e)14631         protected override void OnEnter(System.EventArgs e) { }
OnLeave(System.EventArgs e)14632         protected override void OnLeave(System.EventArgs e) { }
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)14633         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)14634         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
ToString()14635         public override string ToString() { throw null; }
14636         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
14637         public partial class TabPageControlCollection : System.Windows.Forms.Control.ControlCollection
14638         {
TabPageControlCollection(System.Windows.Forms.TabPage owner)14639             public TabPageControlCollection(System.Windows.Forms.TabPage owner) : base (default(System.Windows.Forms.Control)) { }
Add(System.Windows.Forms.Control value)14640             public override void Add(System.Windows.Forms.Control value) { }
14641         }
14642     }
14643     public sealed partial class TabRenderer
14644     {
TabRenderer()14645         internal TabRenderer() { }
14646         public static bool IsSupported { get { throw null; } }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, bool focused, System.Windows.Forms.VisualStyles.TabItemState state)14647         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state)14648         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.TabItemState state)14649         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state)14650         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.TabItemState state)14651         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state)14652         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.TabItemState state)14653         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TabItemState state)14654         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabPage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)14655         public static void DrawTabPage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
14656     }
14657     public enum TabSizeMode
14658     {
14659         FillToRight = 1,
14660         Fixed = 2,
14661         Normal = 0,
14662     }
14663     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
14664     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
14665     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14666     public partial class TextBox : System.Windows.Forms.TextBoxBase
14667     {
TextBox()14668         public TextBox() { }
14669         [System.ComponentModel.DefaultValueAttribute(false)]
14670         public bool AcceptsReturn { get { throw null; } set { } }
14671         [System.ComponentModel.BrowsableAttribute(true)]
14672         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
14673         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
14674         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14675         [System.ComponentModel.LocalizableAttribute(true)]
14676         [System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
14677         public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw null; } set { } }
14678         [System.ComponentModel.BrowsableAttribute(true)]
14679         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteMode)(0))]
14680         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14681         [System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
14682         public System.Windows.Forms.AutoCompleteMode AutoCompleteMode { get { throw null; } set { } }
14683         [System.ComponentModel.BrowsableAttribute(true)]
14684         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteSource)(128))]
14685         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14686         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.TextBoxAutoCompleteSourceConverter")]
14687         [System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
14688         public System.Windows.Forms.AutoCompleteSource AutoCompleteSource { get { throw null; } set { } }
14689         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.CharacterCasing)(0))]
14690         public System.Windows.Forms.CharacterCasing CharacterCasing { get { throw null; } set { } }
14691         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
14692         public override bool Multiline { get { throw null; } set { } }
14693         [System.ComponentModel.DefaultValueAttribute('\0')]
14694         [System.ComponentModel.LocalizableAttribute(true)]
14695         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14696         public char PasswordChar { get { throw null; } set { } }
14697         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ScrollBars)(0))]
14698         [System.ComponentModel.LocalizableAttribute(true)]
14699         public System.Windows.Forms.ScrollBars ScrollBars { get { throw null; } set { } }
14700         public override string Text { get { throw null; } set { } }
14701         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
14702         [System.ComponentModel.LocalizableAttribute(true)]
14703         public System.Windows.Forms.HorizontalAlignment TextAlign { get { throw null; } set { } }
14704         [System.ComponentModel.DefaultValueAttribute(false)]
14705         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14706         public bool UseSystemPasswordChar { get { throw null; } set { } }
14707         public event System.EventHandler TextAlignChanged { add { } remove { } }
Dispose(bool disposing)14708         protected override void Dispose(bool disposing) { }
IsInputKey(System.Windows.Forms.Keys keyData)14709         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnBackColorChanged(System.EventArgs e)14710         protected override void OnBackColorChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)14711         protected override void OnFontChanged(System.EventArgs e) { }
OnGotFocus(System.EventArgs e)14712         protected override void OnGotFocus(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)14713         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)14714         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnTextAlignChanged(System.EventArgs e)14715         protected virtual void OnTextAlignChanged(System.EventArgs e) { }
Paste(string text)14716         public void Paste(string text) { }
WndProc(ref System.Windows.Forms.Message m)14717         protected override void WndProc(ref System.Windows.Forms.Message m) { }
14718     }
14719     [System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
14720     [System.ComponentModel.DefaultEventAttribute("TextChanged")]
14721     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TextBoxBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
14722     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
14723     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14724     public abstract partial class TextBoxBase : System.Windows.Forms.Control
14725     {
TextBoxBase()14726         internal TextBoxBase() { }
14727         [System.ComponentModel.DefaultValueAttribute(false)]
14728         public bool AcceptsTab { get { throw null; } set { } }
14729         [System.ComponentModel.BrowsableAttribute(false)]
14730         [System.ComponentModel.DefaultValueAttribute(true)]
14731         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14732         [System.ComponentModel.LocalizableAttribute(true)]
14733         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14734         public override bool AutoSize { get { throw null; } set { } }
14735         [System.Runtime.InteropServices.DispIdAttribute(-501)]
14736         public override System.Drawing.Color BackColor { get { throw null; } set { } }
14737         [System.ComponentModel.BrowsableAttribute(false)]
14738         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14739         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
14740         [System.ComponentModel.BrowsableAttribute(false)]
14741         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14742         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
14743         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(2))]
14744         [System.Runtime.InteropServices.DispIdAttribute(-504)]
14745         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
14746         protected override bool CanEnableIme { get { throw null; } }
14747         [System.ComponentModel.BrowsableAttribute(false)]
14748         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14749         public bool CanUndo { get { throw null; } }
14750         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
14751         protected override System.Windows.Forms.Cursor DefaultCursor { get { throw null; } }
14752         protected override System.Drawing.Size DefaultSize { get { throw null; } }
14753         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14754         protected override bool DoubleBuffered { get { throw null; } set { } }
14755         [System.Runtime.InteropServices.DispIdAttribute(-513)]
14756         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
14757         [System.ComponentModel.DefaultValueAttribute(true)]
14758         public bool HideSelection { get { throw null; } set { } }
14759         protected override System.Windows.Forms.ImeMode ImeModeBase { get { throw null; } set { } }
14760         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14761         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringArrayEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
14762         [System.ComponentModel.LocalizableAttribute(true)]
14763         [System.ComponentModel.MergablePropertyAttribute(false)]
14764         public string[] Lines { get { throw null; } set { } }
14765         [System.ComponentModel.DefaultValueAttribute(32767)]
14766         [System.ComponentModel.LocalizableAttribute(true)]
14767         public virtual int MaxLength { get { throw null; } set { } }
14768         [System.ComponentModel.BrowsableAttribute(false)]
14769         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14770         public bool Modified { get { throw null; } set { } }
14771         [System.ComponentModel.DefaultValueAttribute(false)]
14772         [System.ComponentModel.LocalizableAttribute(true)]
14773         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
14774         public virtual bool Multiline { get { throw null; } set { } }
14775         [System.ComponentModel.BrowsableAttribute(false)]
14776         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14777         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14778         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
14779         [System.ComponentModel.BrowsableAttribute(false)]
14780         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14781         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
14782         public int PreferredHeight { get { throw null; } }
14783         [System.ComponentModel.DefaultValueAttribute(false)]
14784         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14785         public bool ReadOnly { get { throw null; } set { } }
14786         [System.ComponentModel.BrowsableAttribute(false)]
14787         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14788         public virtual string SelectedText { get { throw null; } set { } }
14789         [System.ComponentModel.BrowsableAttribute(false)]
14790         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14791         public virtual int SelectionLength { get { throw null; } set { } }
14792         [System.ComponentModel.BrowsableAttribute(false)]
14793         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14794         public int SelectionStart { get { throw null; } set { } }
14795         [System.ComponentModel.DefaultValueAttribute(true)]
14796         public virtual bool ShortcutsEnabled { get { throw null; } set { } }
14797         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
14798         [System.ComponentModel.LocalizableAttribute(true)]
14799         public override string Text { get { throw null; } set { } }
14800         [System.ComponentModel.BrowsableAttribute(false)]
14801         public virtual int TextLength { get { throw null; } }
14802         [System.ComponentModel.DefaultValueAttribute(true)]
14803         [System.ComponentModel.LocalizableAttribute(true)]
14804         public bool WordWrap { get { throw null; } set { } }
14805         public event System.EventHandler AcceptsTabChanged { add { } remove { } }
14806         [System.ComponentModel.BrowsableAttribute(false)]
14807         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14808         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
14809         [System.ComponentModel.BrowsableAttribute(false)]
14810         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14811         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
14812         [System.ComponentModel.BrowsableAttribute(false)]
14813         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14814         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
14815         public event System.EventHandler BorderStyleChanged { add { } remove { } }
14816         [System.ComponentModel.BrowsableAttribute(true)]
14817         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14818         public new event System.EventHandler Click { add { } remove { } }
14819         public event System.EventHandler HideSelectionChanged { add { } remove { } }
14820         public event System.EventHandler ModifiedChanged { add { } remove { } }
14821         [System.ComponentModel.BrowsableAttribute(true)]
14822         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14823         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
14824         public event System.EventHandler MultilineChanged { add { } remove { } }
14825         [System.ComponentModel.BrowsableAttribute(false)]
14826         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14827         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14828         public new event System.EventHandler PaddingChanged { add { } remove { } }
14829         [System.ComponentModel.BrowsableAttribute(false)]
14830         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14831         [System.MonoTODOAttribute]
14832         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
14833         public event System.EventHandler ReadOnlyChanged { add { } remove { } }
AppendText(string text)14834         public void AppendText(string text) { }
Clear()14835         public void Clear() { }
ClearUndo()14836         public void ClearUndo() { }
Copy()14837         public void Copy() { }
CreateHandle()14838         protected override void CreateHandle() { }
Cut()14839         public void Cut() { }
DeselectAll()14840         public void DeselectAll() { }
GetCharFromPosition(System.Drawing.Point pt)14841         public virtual char GetCharFromPosition(System.Drawing.Point pt) { throw null; }
GetCharIndexFromPosition(System.Drawing.Point pt)14842         public virtual int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; }
GetFirstCharIndexFromLine(int lineNumber)14843         public int GetFirstCharIndexFromLine(int lineNumber) { throw null; }
GetFirstCharIndexOfCurrentLine()14844         public int GetFirstCharIndexOfCurrentLine() { throw null; }
GetLineFromCharIndex(int index)14845         public virtual int GetLineFromCharIndex(int index) { throw null; }
GetPositionFromCharIndex(int index)14846         public virtual System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)14847         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnAcceptsTabChanged(System.EventArgs e)14848         protected virtual void OnAcceptsTabChanged(System.EventArgs e) { }
OnBorderStyleChanged(System.EventArgs e)14849         protected virtual void OnBorderStyleChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)14850         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)14851         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)14852         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnHideSelectionChanged(System.EventArgs e)14853         protected virtual void OnHideSelectionChanged(System.EventArgs e) { }
OnModifiedChanged(System.EventArgs e)14854         protected virtual void OnModifiedChanged(System.EventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)14855         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
OnMultilineChanged(System.EventArgs e)14856         protected virtual void OnMultilineChanged(System.EventArgs e) { }
OnPaddingChanged(System.EventArgs e)14857         protected override void OnPaddingChanged(System.EventArgs e) { }
OnReadOnlyChanged(System.EventArgs e)14858         protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
OnTextChanged(System.EventArgs e)14859         protected override void OnTextChanged(System.EventArgs e) { }
Paste()14860         public void Paste() { }
ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData)14861         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
ProcessDialogKey(System.Windows.Forms.Keys keyData)14862         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ScrollToCaret()14863         public void ScrollToCaret() { }
Select(int start, int length)14864         public void Select(int start, int length) { }
SelectAll()14865         public void SelectAll() { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)14866         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
ToString()14867         public override string ToString() { throw null; }
14868         [System.MonoInternalNoteAttribute("Deleting is classed as Typing, instead of its own Undo event")]
Undo()14869         public void Undo() { }
WndProc(ref System.Windows.Forms.Message m)14870         protected override void WndProc(ref System.Windows.Forms.Message m) { }
14871     }
14872     public sealed partial class TextBoxRenderer
14873     {
TextBoxRenderer()14874         internal TextBoxRenderer() { }
14875         public static bool IsSupported { get { throw null; } }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.TextBoxState state)14876         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.TextBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.VisualStyles.TextBoxState state)14877         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.VisualStyles.TextBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.TextBoxState state)14878         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.TextBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.TextBoxState state)14879         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.TextBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TextBoxState state)14880         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TextBoxState state) { }
14881     }
14882     public enum TextDataFormat
14883     {
14884         CommaSeparatedValue = 4,
14885         Html = 3,
14886         Rtf = 2,
14887         Text = 0,
14888         UnicodeText = 1,
14889     }
14890     [System.FlagsAttribute]
14891     public enum TextFormatFlags
14892     {
14893         Bottom = 8,
14894         Default = 0,
14895         EndEllipsis = 32768,
14896         ExpandTabs = 64,
14897         ExternalLeading = 512,
14898         GlyphOverhangPadding = 0,
14899         HidePrefix = 1048576,
14900         HorizontalCenter = 1,
14901         Internal = 4096,
14902         Left = 0,
14903         LeftAndRightPadding = 536870912,
14904         ModifyString = 65536,
14905         NoClipping = 256,
14906         NoFullWidthCharacterBreak = 524288,
14907         NoPadding = 268435456,
14908         NoPrefix = 2048,
14909         PathEllipsis = 16384,
14910         PrefixOnly = 2097152,
14911         PreserveGraphicsClipping = 16777216,
14912         PreserveGraphicsTranslateTransform = 33554432,
14913         Right = 2,
14914         RightToLeft = 131072,
14915         SingleLine = 32,
14916         TextBoxControl = 8192,
14917         Top = 0,
14918         VerticalCenter = 4,
14919         WordBreak = 16,
14920         WordEllipsis = 262144,
14921     }
14922     public enum TextImageRelation
14923     {
14924         ImageAboveText = 1,
14925         ImageBeforeText = 4,
14926         Overlay = 0,
14927         TextAboveImage = 2,
14928         TextBeforeImage = 8,
14929     }
14930     public sealed partial class TextRenderer
14931     {
TextRenderer()14932         internal TextRenderer() { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor)14933         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor) { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Drawing.Color backColor)14934         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Windows.Forms.TextFormatFlags flags)14935         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Windows.Forms.TextFormatFlags flags) { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Windows.Forms.TextFormatFlags flags)14936         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Windows.Forms.TextFormatFlags flags) { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor)14937         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor) { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Drawing.Color backColor)14938         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Windows.Forms.TextFormatFlags flags)14939         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Windows.Forms.TextFormatFlags flags) { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Windows.Forms.TextFormatFlags flags)14940         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Windows.Forms.TextFormatFlags flags) { }
MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font)14941         public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font) { throw null; }
MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Size proposedSize)14942         public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Size proposedSize) { throw null; }
MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Size proposedSize, System.Windows.Forms.TextFormatFlags flags)14943         public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Size proposedSize, System.Windows.Forms.TextFormatFlags flags) { throw null; }
MeasureText(string text, System.Drawing.Font font)14944         public static System.Drawing.Size MeasureText(string text, System.Drawing.Font font) { throw null; }
MeasureText(string text, System.Drawing.Font font, System.Drawing.Size proposedSize)14945         public static System.Drawing.Size MeasureText(string text, System.Drawing.Font font, System.Drawing.Size proposedSize) { throw null; }
MeasureText(string text, System.Drawing.Font font, System.Drawing.Size proposedSize, System.Windows.Forms.TextFormatFlags flags)14946         public static System.Drawing.Size MeasureText(string text, System.Drawing.Font font, System.Drawing.Size proposedSize, System.Windows.Forms.TextFormatFlags flags) { throw null; }
14947     }
14948     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
14949     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14950     public partial class ThreadExceptionDialog : System.Windows.Forms.Form
14951     {
ThreadExceptionDialog(System.Exception t)14952         public ThreadExceptionDialog(System.Exception t) { }
14953         [System.ComponentModel.BrowsableAttribute(false)]
14954         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14955         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14956         public override bool AutoSize { get { throw null; } set { } }
14957         [System.ComponentModel.BrowsableAttribute(false)]
14958         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14959         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
14960     }
14961     public enum TickStyle
14962     {
14963         Both = 3,
14964         BottomRight = 2,
14965         None = 0,
14966         TopLeft = 1,
14967     }
14968     [System.ComponentModel.DefaultEventAttribute("Tick")]
14969     [System.ComponentModel.DefaultPropertyAttribute("Interval")]
14970     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms", (System.ComponentModel.ToolboxItemFilterType)(0))]
14971     public partial class Timer : System.ComponentModel.Component
14972     {
Timer()14973         public Timer() { }
Timer(System.ComponentModel.IContainer container)14974         public Timer(System.ComponentModel.IContainer container) { }
14975         [System.ComponentModel.DefaultValueAttribute(false)]
14976         public virtual bool Enabled { get { throw null; } set { } }
14977         [System.ComponentModel.DefaultValueAttribute(100)]
14978         public int Interval { get { throw null; } set { } }
14979         [System.ComponentModel.BindableAttribute(true)]
14980         [System.ComponentModel.DefaultValueAttribute(null)]
14981         [System.ComponentModel.LocalizableAttribute(false)]
14982         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
14983         public object Tag { get { throw null; } set { } }
14984         public event System.EventHandler Tick { add { } remove { } }
Dispose(bool disposing)14985         protected override void Dispose(bool disposing) { }
OnTick(System.EventArgs e)14986         protected virtual void OnTick(System.EventArgs e) { }
Start()14987         public void Start() { }
Stop()14988         public void Stop() { }
ToString()14989         public override string ToString() { throw null; }
14990     }
14991     [System.ComponentModel.DefaultEventAttribute("ButtonClick")]
14992     [System.ComponentModel.DefaultPropertyAttribute("Buttons")]
14993     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolBarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
14994     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
14995     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14996     public partial class ToolBar : System.Windows.Forms.Control
14997     {
ToolBar()14998         public ToolBar() { }
14999         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolBarAppearance)(0))]
15000         [System.ComponentModel.LocalizableAttribute(true)]
15001         public System.Windows.Forms.ToolBarAppearance Appearance { get { throw null; } set { } }
15002         [System.ComponentModel.BrowsableAttribute(true)]
15003         [System.ComponentModel.DefaultValueAttribute(true)]
15004         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
15005         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15006         [System.ComponentModel.LocalizableAttribute(true)]
15007         public override bool AutoSize { get { throw null; } set { } }
15008         [System.ComponentModel.BrowsableAttribute(false)]
15009         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15010         public override System.Drawing.Color BackColor { get { throw null; } set { } }
15011         [System.ComponentModel.BrowsableAttribute(false)]
15012         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15013         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
15014         [System.ComponentModel.BrowsableAttribute(false)]
15015         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15016         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
15017         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(0))]
15018         [System.Runtime.InteropServices.DispIdAttribute(-504)]
15019         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
15020         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15021         [System.ComponentModel.LocalizableAttribute(true)]
15022         [System.ComponentModel.MergablePropertyAttribute(false)]
15023         public System.Windows.Forms.ToolBar.ToolBarButtonCollection Buttons { get { throw null; } }
15024         [System.ComponentModel.LocalizableAttribute(true)]
15025         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
15026         public System.Drawing.Size ButtonSize { get { throw null; } set { } }
15027         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
15028         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
15029         protected override System.Drawing.Size DefaultSize { get { throw null; } }
15030         [System.ComponentModel.DefaultValueAttribute(true)]
15031         public bool Divider { get { throw null; } set { } }
15032         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(1))]
15033         [System.ComponentModel.LocalizableAttribute(true)]
15034         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
15035         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15036         protected override bool DoubleBuffered { get { throw null; } set { } }
15037         [System.ComponentModel.DefaultValueAttribute(false)]
15038         [System.ComponentModel.LocalizableAttribute(true)]
15039         public bool DropDownArrows { get { throw null; } set { } }
15040         [System.ComponentModel.BrowsableAttribute(false)]
15041         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15042         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
15043         [System.ComponentModel.DefaultValueAttribute(null)]
15044         public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
15045         [System.ComponentModel.BrowsableAttribute(false)]
15046         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15047         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15048         public System.Drawing.Size ImageSize { get { throw null; } }
15049         [System.ComponentModel.BrowsableAttribute(false)]
15050         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15051         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
15052         [System.ComponentModel.BrowsableAttribute(false)]
15053         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15054         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
15055         [System.ComponentModel.DefaultValueAttribute(false)]
15056         [System.ComponentModel.LocalizableAttribute(true)]
15057         public bool ShowToolTips { get { throw null; } set { } }
15058         [System.ComponentModel.DefaultValueAttribute(false)]
15059         public new bool TabStop { get { throw null; } set { } }
15060         [System.ComponentModel.BindableAttribute(false)]
15061         [System.ComponentModel.BrowsableAttribute(false)]
15062         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15063         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15064         public override string Text { get { throw null; } set { } }
15065         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolBarTextAlign)(0))]
15066         [System.ComponentModel.LocalizableAttribute(true)]
15067         public System.Windows.Forms.ToolBarTextAlign TextAlign { get { throw null; } set { } }
15068         [System.ComponentModel.DefaultValueAttribute(true)]
15069         [System.ComponentModel.LocalizableAttribute(true)]
15070         public bool Wrappable { get { throw null; } set { } }
15071         [System.ComponentModel.BrowsableAttribute(true)]
15072         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15073         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
15074         [System.ComponentModel.BrowsableAttribute(false)]
15075         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15076         public new event System.EventHandler BackColorChanged { add { } remove { } }
15077         [System.ComponentModel.BrowsableAttribute(false)]
15078         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15079         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
15080         [System.ComponentModel.BrowsableAttribute(false)]
15081         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15082         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
15083         public event System.Windows.Forms.ToolBarButtonClickEventHandler ButtonClick { add { } remove { } }
15084         public event System.Windows.Forms.ToolBarButtonClickEventHandler ButtonDropDown { add { } remove { } }
15085         [System.ComponentModel.BrowsableAttribute(false)]
15086         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15087         public new event System.EventHandler ForeColorChanged { add { } remove { } }
15088         [System.ComponentModel.BrowsableAttribute(false)]
15089         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15090         public new event System.EventHandler ImeModeChanged { add { } remove { } }
15091         [System.ComponentModel.BrowsableAttribute(false)]
15092         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15093         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
15094         [System.ComponentModel.BrowsableAttribute(false)]
15095         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15096         public new event System.EventHandler RightToLeftChanged { add { } remove { } }
15097         [System.ComponentModel.BrowsableAttribute(false)]
15098         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15099         public new event System.EventHandler TextChanged { add { } remove { } }
CreateHandle()15100         protected override void CreateHandle() { }
Dispose(bool disposing)15101         protected override void Dispose(bool disposing) { }
OnButtonClick(System.Windows.Forms.ToolBarButtonClickEventArgs e)15102         protected virtual void OnButtonClick(System.Windows.Forms.ToolBarButtonClickEventArgs e) { }
OnButtonDropDown(System.Windows.Forms.ToolBarButtonClickEventArgs e)15103         protected virtual void OnButtonDropDown(System.Windows.Forms.ToolBarButtonClickEventArgs e) { }
OnFontChanged(System.EventArgs e)15104         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)15105         protected override void OnHandleCreated(System.EventArgs e) { }
OnResize(System.EventArgs e)15106         protected override void OnResize(System.EventArgs e) { }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)15107         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
15108         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)15109         protected override void ScaleCore(float dx, float dy) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)15110         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
ToString()15111         public override string ToString() { throw null; }
WndProc(ref System.Windows.Forms.Message m)15112         protected override void WndProc(ref System.Windows.Forms.Message m) { }
15113         public partial class ToolBarButtonCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
15114         {
ToolBarButtonCollection(System.Windows.Forms.ToolBar owner)15115             public ToolBarButtonCollection(System.Windows.Forms.ToolBar owner) { }
15116             [System.ComponentModel.BrowsableAttribute(false)]
15117             public int Count { get { throw null; } }
15118             public bool IsReadOnly { get { throw null; } }
15119             public virtual System.Windows.Forms.ToolBarButton this[int index] { get { throw null; } set { } }
15120             public virtual System.Windows.Forms.ToolBarButton this[string key] { get { throw null; } }
15121             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
15122             object System.Collections.ICollection.SyncRoot { get { throw null; } }
15123             bool System.Collections.IList.IsFixedSize { get { throw null; } }
15124             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string text)15125             public int Add(string text) { throw null; }
Add(System.Windows.Forms.ToolBarButton button)15126             public int Add(System.Windows.Forms.ToolBarButton button) { throw null; }
AddRange(System.Windows.Forms.ToolBarButton[] buttons)15127             public void AddRange(System.Windows.Forms.ToolBarButton[] buttons) { }
Clear()15128             public void Clear() { }
Contains(System.Windows.Forms.ToolBarButton button)15129             public bool Contains(System.Windows.Forms.ToolBarButton button) { throw null; }
ContainsKey(string key)15130             public virtual bool ContainsKey(string key) { throw null; }
GetEnumerator()15131             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.ToolBarButton button)15132             public int IndexOf(System.Windows.Forms.ToolBarButton button) { throw null; }
IndexOfKey(string key)15133             public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, System.Windows.Forms.ToolBarButton button)15134             public void Insert(int index, System.Windows.Forms.ToolBarButton button) { }
Remove(System.Windows.Forms.ToolBarButton button)15135             public void Remove(System.Windows.Forms.ToolBarButton button) { }
RemoveAt(int index)15136             public void RemoveAt(int index) { }
RemoveByKey(string key)15137             public virtual void RemoveByKey(string key) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)15138             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object button)15139             int System.Collections.IList.Add(object button) { throw null; }
System.Collections.IList.Contains(object button)15140             bool System.Collections.IList.Contains(object button) { throw null; }
System.Collections.IList.IndexOf(object button)15141             int System.Collections.IList.IndexOf(object button) { throw null; }
System.Collections.IList.Insert(int index, object button)15142             void System.Collections.IList.Insert(int index, object button) { }
System.Collections.IList.Remove(object button)15143             void System.Collections.IList.Remove(object button) { }
15144         }
15145     }
15146     public enum ToolBarAppearance
15147     {
15148         Flat = 1,
15149         Normal = 0,
15150     }
15151     [System.ComponentModel.DefaultPropertyAttribute("Text")]
15152     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolBarButtonDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
15153     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
15154     [System.ComponentModel.ToolboxItemAttribute(false)]
15155     public partial class ToolBarButton : System.ComponentModel.Component
15156     {
ToolBarButton()15157         public ToolBarButton() { }
ToolBarButton(string text)15158         public ToolBarButton(string text) { }
15159         [System.ComponentModel.DefaultValueAttribute(null)]
15160         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
15161         public System.Windows.Forms.Menu DropDownMenu { get { throw null; } set { } }
15162         [System.ComponentModel.DefaultValueAttribute(true)]
15163         [System.ComponentModel.LocalizableAttribute(true)]
15164         public bool Enabled { get { throw null; } set { } }
15165         [System.ComponentModel.DefaultValueAttribute(-1)]
15166         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
15167         [System.ComponentModel.LocalizableAttribute(true)]
15168         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
15169         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
15170         public int ImageIndex { get { throw null; } set { } }
15171         [System.ComponentModel.DefaultValueAttribute("")]
15172         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
15173         [System.ComponentModel.LocalizableAttribute(true)]
15174         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
15175         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
15176         public string ImageKey { get { throw null; } set { } }
15177         [System.ComponentModel.BrowsableAttribute(false)]
15178         public string Name { get { throw null; } set { } }
15179         [System.ComponentModel.BrowsableAttribute(false)]
15180         public System.Windows.Forms.ToolBar Parent { get { throw null; } }
15181         [System.ComponentModel.DefaultValueAttribute(false)]
15182         public bool PartialPush { get { throw null; } set { } }
15183         [System.ComponentModel.DefaultValueAttribute(false)]
15184         public bool Pushed { get { throw null; } set { } }
15185         public System.Drawing.Rectangle Rectangle { get { throw null; } }
15186         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolBarButtonStyle)(1))]
15187         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
15188         public System.Windows.Forms.ToolBarButtonStyle Style { get { throw null; } set { } }
15189         [System.ComponentModel.BindableAttribute(true)]
15190         [System.ComponentModel.DefaultValueAttribute(null)]
15191         [System.ComponentModel.LocalizableAttribute(false)]
15192         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
15193         public object Tag { get { throw null; } set { } }
15194         [System.ComponentModel.DefaultValueAttribute("")]
15195         [System.ComponentModel.LocalizableAttribute(true)]
15196         public string Text { get { throw null; } set { } }
15197         [System.ComponentModel.DefaultValueAttribute("")]
15198         [System.ComponentModel.LocalizableAttribute(true)]
15199         public string ToolTipText { get { throw null; } set { } }
15200         [System.ComponentModel.DefaultValueAttribute(true)]
15201         [System.ComponentModel.LocalizableAttribute(true)]
15202         public bool Visible { get { throw null; } set { } }
Dispose(bool disposing)15203         protected override void Dispose(bool disposing) { }
ToString()15204         public override string ToString() { throw null; }
15205     }
15206     public partial class ToolBarButtonClickEventArgs : System.EventArgs
15207     {
ToolBarButtonClickEventArgs(System.Windows.Forms.ToolBarButton button)15208         public ToolBarButtonClickEventArgs(System.Windows.Forms.ToolBarButton button) { }
15209         public System.Windows.Forms.ToolBarButton Button { get { throw null; } set { } }
15210     }
ToolBarButtonClickEventHandler(object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e)15211     public delegate void ToolBarButtonClickEventHandler(object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e);
15212     public enum ToolBarButtonStyle
15213     {
15214         DropDownButton = 4,
15215         PushButton = 1,
15216         Separator = 3,
15217         ToggleButton = 2,
15218     }
15219     public enum ToolBarTextAlign
15220     {
15221         Right = 1,
15222         Underneath = 0,
15223     }
15224     [System.ComponentModel.DefaultEventAttribute("ItemClicked")]
15225     [System.ComponentModel.DefaultPropertyAttribute("Items")]
15226     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.ToolStripCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
15227     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
15228     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
15229     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15230     public partial class ToolStrip : System.Windows.Forms.ScrollableControl, System.ComponentModel.IComponent, System.IDisposable
15231     {
ToolStrip()15232         public ToolStrip() { }
ToolStrip(params System.Windows.Forms.ToolStripItem[] items)15233         public ToolStrip(params System.Windows.Forms.ToolStripItem[] items) { }
15234         [System.MonoTODOAttribute("Stub, does nothing")]
15235         public override bool AllowDrop { get { throw null; } set { } }
15236         [System.ComponentModel.DefaultValueAttribute(false)]
15237         [System.MonoTODOAttribute("Stub, does nothing")]
15238         public bool AllowItemReorder { get { throw null; } set { } }
15239         [System.ComponentModel.DefaultValueAttribute(true)]
15240         public bool AllowMerge { get { throw null; } set { } }
15241         public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
15242         [System.ComponentModel.BrowsableAttribute(false)]
15243         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15244         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15245         public override bool AutoScroll { get { throw null; } set { } }
15246         [System.ComponentModel.BrowsableAttribute(false)]
15247         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15248         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15249         public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
15250         [System.ComponentModel.BrowsableAttribute(false)]
15251         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15252         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15253         public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
15254         [System.ComponentModel.BrowsableAttribute(false)]
15255         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15256         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15257         public new System.Drawing.Point AutoScrollPosition { get { throw null; } set { } }
15258         [System.ComponentModel.BrowsableAttribute(true)]
15259         [System.ComponentModel.DefaultValueAttribute(true)]
15260         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
15261         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15262         public override bool AutoSize { get { throw null; } set { } }
15263         public new System.Drawing.Color BackColor { get { throw null; } set { } }
15264         public override System.Windows.Forms.BindingContext BindingContext { get { throw null; } set { } }
15265         [System.ComponentModel.DefaultValueAttribute(true)]
15266         public bool CanOverflow { get { throw null; } set { } }
15267         [System.ComponentModel.BrowsableAttribute(false)]
15268         [System.ComponentModel.DefaultValueAttribute(false)]
15269         public new bool CausesValidation { get { throw null; } set { } }
15270         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15271         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15272         public new System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
15273         [System.ComponentModel.BrowsableAttribute(false)]
15274         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15275         public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
15276         protected virtual System.Windows.Forms.DockStyle DefaultDock { get { throw null; } }
15277         [System.ComponentModel.BrowsableAttribute(false)]
15278         public virtual System.Windows.Forms.ToolStripDropDownDirection DefaultDropDownDirection { get { throw null; } set { } }
15279         protected virtual System.Windows.Forms.Padding DefaultGripMargin { get { throw null; } }
15280         protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
15281         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
15282         protected virtual bool DefaultShowItemToolTips { get { throw null; } }
15283         protected override System.Drawing.Size DefaultSize { get { throw null; } }
15284         protected internal virtual System.Windows.Forms.ToolStripItemCollection DisplayedItems { get { throw null; } }
15285         public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
15286         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(1))]
15287         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
15288         public override System.Drawing.Font Font { get { throw null; } set { } }
15289         [System.ComponentModel.BrowsableAttribute(false)]
15290         public new System.Drawing.Color ForeColor { get { throw null; } set { } }
15291         [System.ComponentModel.BrowsableAttribute(false)]
15292         public System.Windows.Forms.ToolStripGripDisplayStyle GripDisplayStyle { get { throw null; } }
15293         public System.Windows.Forms.Padding GripMargin { get { throw null; } set { } }
15294         [System.ComponentModel.BrowsableAttribute(false)]
15295         public System.Drawing.Rectangle GripRectangle { get { throw null; } }
15296         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripGripStyle)(1))]
15297         public System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } set { } }
15298         [System.ComponentModel.BrowsableAttribute(false)]
15299         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15300         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15301         public new bool HasChildren { get { throw null; } }
15302         [System.ComponentModel.BrowsableAttribute(false)]
15303         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15304         public new System.Windows.Forms.HScrollProperties HorizontalScroll { get { throw null; } }
15305         [System.ComponentModel.BrowsableAttribute(false)]
15306         [System.ComponentModel.DefaultValueAttribute(null)]
15307         public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
15308         [System.ComponentModel.DefaultValueAttribute("{Width=16, Height=16}")]
15309         public System.Drawing.Size ImageScalingSize { get { throw null; } set { } }
15310         [System.ComponentModel.BrowsableAttribute(false)]
15311         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15312         [System.MonoTODOAttribute("Always returns false, dragging not implemented yet.")]
15313         public bool IsCurrentlyDragging { get { throw null; } }
15314         [System.ComponentModel.BrowsableAttribute(false)]
15315         public bool IsDropDown { get { throw null; } }
15316         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15317         [System.ComponentModel.MergablePropertyAttribute(false)]
15318         public virtual System.Windows.Forms.ToolStripItemCollection Items { get { throw null; } }
15319         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
15320         [System.ComponentModel.BrowsableAttribute(false)]
15321         [System.ComponentModel.DefaultValueAttribute(null)]
15322         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15323         public System.Windows.Forms.LayoutSettings LayoutSettings { get { throw null; } set { } }
15324         [System.ComponentModel.AmbientValueAttribute((System.Windows.Forms.ToolStripLayoutStyle)(0))]
15325         public System.Windows.Forms.ToolStripLayoutStyle LayoutStyle { get { throw null; } set { } }
15326         protected internal virtual System.Drawing.Size MaxItemSize { get { throw null; } }
15327         [System.ComponentModel.BrowsableAttribute(false)]
15328         public System.Windows.Forms.Orientation Orientation { get { throw null; } }
15329         [System.ComponentModel.BrowsableAttribute(false)]
15330         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15331         public System.Windows.Forms.ToolStripOverflowButton OverflowButton { get { throw null; } }
15332         [System.ComponentModel.BrowsableAttribute(false)]
15333         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15334         public System.Windows.Forms.ToolStripRenderer Renderer { get { throw null; } set { } }
15335         public System.Windows.Forms.ToolStripRenderMode RenderMode { get { throw null; } set { } }
15336         [System.ComponentModel.DefaultValueAttribute(true)]
15337         public bool ShowItemToolTips { get { throw null; } set { } }
15338         [System.ComponentModel.DefaultValueAttribute(false)]
15339         public bool Stretch { get { throw null; } set { } }
15340         [System.ComponentModel.DefaultValueAttribute(false)]
15341         [System.Runtime.InteropServices.DispIdAttribute(-516)]
15342         public new bool TabStop { get { throw null; } set { } }
15343         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripTextDirection)(1))]
15344         public virtual System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
15345         [System.ComponentModel.BrowsableAttribute(false)]
15346         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15347         public new System.Windows.Forms.VScrollProperties VerticalScroll { get { throw null; } }
15348         [System.ComponentModel.BrowsableAttribute(true)]
15349         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15350         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
15351         [System.MonoTODOAttribute("Event never raised")]
15352         public event System.EventHandler BeginDrag { add { } remove { } }
15353         [System.ComponentModel.BrowsableAttribute(false)]
15354         public new event System.EventHandler CausesValidationChanged { add { } remove { } }
15355         [System.ComponentModel.BrowsableAttribute(false)]
15356         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15357         public new event System.Windows.Forms.ControlEventHandler ControlAdded { add { } remove { } }
15358         [System.ComponentModel.BrowsableAttribute(false)]
15359         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15360         public new event System.Windows.Forms.ControlEventHandler ControlRemoved { add { } remove { } }
15361         [System.ComponentModel.BrowsableAttribute(false)]
15362         public new event System.EventHandler CursorChanged { add { } remove { } }
15363         [System.MonoTODOAttribute("Event never raised")]
15364         public event System.EventHandler EndDrag { add { } remove { } }
15365         [System.ComponentModel.BrowsableAttribute(false)]
15366         public new event System.EventHandler ForeColorChanged { add { } remove { } }
15367         public event System.Windows.Forms.ToolStripItemEventHandler ItemAdded { add { } remove { } }
15368         public event System.Windows.Forms.ToolStripItemClickedEventHandler ItemClicked { add { } remove { } }
15369         public event System.Windows.Forms.ToolStripItemEventHandler ItemRemoved { add { } remove { } }
15370         public event System.EventHandler LayoutCompleted { add { } remove { } }
15371         public event System.EventHandler LayoutStyleChanged { add { } remove { } }
15372         public event System.Windows.Forms.PaintEventHandler PaintGrip { add { } remove { } }
15373         public event System.EventHandler RendererChanged { add { } remove { } }
CreateAccessibilityInstance()15374         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateControlsInstance()15375         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick)15376         protected internal virtual System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
CreateLayoutSettings(System.Windows.Forms.ToolStripLayoutStyle layoutStyle)15377         protected virtual System.Windows.Forms.LayoutSettings CreateLayoutSettings(System.Windows.Forms.ToolStripLayoutStyle layoutStyle) { throw null; }
Dispose(bool disposing)15378         protected override void Dispose(bool disposing) { }
15379         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetChildAtPoint(System.Drawing.Point point)15380         public new System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point point) { throw null; }
15381         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetChildAtPoint(System.Drawing.Point pt, System.Windows.Forms.GetChildAtPointSkip skipValue)15382         public new System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point pt, System.Windows.Forms.GetChildAtPointSkip skipValue) { throw null; }
GetItemAt(System.Drawing.Point point)15383         public System.Windows.Forms.ToolStripItem GetItemAt(System.Drawing.Point point) { throw null; }
GetItemAt(int x, int y)15384         public System.Windows.Forms.ToolStripItem GetItemAt(int x, int y) { throw null; }
GetNextItem(System.Windows.Forms.ToolStripItem start, System.Windows.Forms.ArrowDirection direction)15385         public virtual System.Windows.Forms.ToolStripItem GetNextItem(System.Windows.Forms.ToolStripItem start, System.Windows.Forms.ArrowDirection direction) { throw null; }
IsInputChar(char charCode)15386         protected override bool IsInputChar(char charCode) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)15387         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
15388         [System.MonoTODOAttribute("Stub, never called")]
OnBeginDrag(System.EventArgs e)15389         protected virtual void OnBeginDrag(System.EventArgs e) { }
OnDockChanged(System.EventArgs e)15390         protected override void OnDockChanged(System.EventArgs e) { }
OnEnabledChanged(System.EventArgs e)15391         protected override void OnEnabledChanged(System.EventArgs e) { }
15392         [System.MonoTODOAttribute("Stub, never called")]
OnEndDrag(System.EventArgs e)15393         protected virtual void OnEndDrag(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)15394         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)15395         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)15396         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnInvalidated(System.Windows.Forms.InvalidateEventArgs e)15397         protected override void OnInvalidated(System.Windows.Forms.InvalidateEventArgs e) { }
OnItemAdded(System.Windows.Forms.ToolStripItemEventArgs e)15398         protected internal virtual void OnItemAdded(System.Windows.Forms.ToolStripItemEventArgs e) { }
OnItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e)15399         protected virtual void OnItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e) { }
OnItemRemoved(System.Windows.Forms.ToolStripItemEventArgs e)15400         protected internal virtual void OnItemRemoved(System.Windows.Forms.ToolStripItemEventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)15401         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnLayoutCompleted(System.EventArgs e)15402         protected virtual void OnLayoutCompleted(System.EventArgs e) { }
OnLayoutStyleChanged(System.EventArgs e)15403         protected virtual void OnLayoutStyleChanged(System.EventArgs e) { }
OnLeave(System.EventArgs e)15404         protected override void OnLeave(System.EventArgs e) { }
OnLostFocus(System.EventArgs e)15405         protected override void OnLostFocus(System.EventArgs e) { }
OnMouseCaptureChanged(System.EventArgs e)15406         protected override void OnMouseCaptureChanged(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs mea)15407         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs mea) { }
OnMouseLeave(System.EventArgs e)15408         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs mea)15409         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs mea) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mea)15410         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mea) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)15411         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
15412         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)15413         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
OnPaintGrip(System.Windows.Forms.PaintEventArgs e)15414         protected internal virtual void OnPaintGrip(System.Windows.Forms.PaintEventArgs e) { }
OnRendererChanged(System.EventArgs e)15415         protected virtual void OnRendererChanged(System.EventArgs e) { }
15416         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftChanged(System.EventArgs e)15417         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnScroll(System.Windows.Forms.ScrollEventArgs se)15418         protected override void OnScroll(System.Windows.Forms.ScrollEventArgs se) { }
OnTabStopChanged(System.EventArgs e)15419         protected override void OnTabStopChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)15420         protected override void OnVisibleChanged(System.EventArgs e) { }
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)15421         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
ProcessDialogKey(System.Windows.Forms.Keys keyData)15422         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessMnemonic(char charCode)15423         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
15424         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetMinimumSize()15425         public void ResetMinimumSize() { }
15426         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15427         [System.MonoTODOAttribute("Stub, does nothing")]
RestoreFocus()15428         protected virtual void RestoreFocus() { }
Select(bool directed, bool forward)15429         protected override void Select(bool directed, bool forward) { }
15430         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
SetAutoScrollMargin(int x, int y)15431         public new void SetAutoScrollMargin(int x, int y) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)15432         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetDisplayedItems()15433         protected virtual void SetDisplayedItems() { }
SetItemLocation(System.Windows.Forms.ToolStripItem item, System.Drawing.Point location)15434         protected internal void SetItemLocation(System.Windows.Forms.ToolStripItem item, System.Drawing.Point location) { }
SetItemParent(System.Windows.Forms.ToolStripItem item, System.Windows.Forms.ToolStrip parent)15435         protected static void SetItemParent(System.Windows.Forms.ToolStripItem item, System.Windows.Forms.ToolStrip parent) { }
SetVisibleCore(bool visible)15436         protected override void SetVisibleCore(bool visible) { }
ToString()15437         public override string ToString() { throw null; }
WndProc(ref System.Windows.Forms.Message m)15438         protected override void WndProc(ref System.Windows.Forms.Message m) { }
15439         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15440         public partial class ToolStripAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
15441         {
ToolStripAccessibleObject(System.Windows.Forms.ToolStrip owner)15442             public ToolStripAccessibleObject(System.Windows.Forms.ToolStrip owner) : base (default(System.Windows.Forms.Control)) { }
15443             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
GetChild(int index)15444             public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()15445             public override int GetChildCount() { throw null; }
HitTest(int x, int y)15446             public override System.Windows.Forms.AccessibleObject HitTest(int x, int y) { throw null; }
15447         }
15448     }
15449     public partial class ToolStripArrowRenderEventArgs : System.EventArgs
15450     {
ToolStripArrowRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem toolStripItem, System.Drawing.Rectangle arrowRectangle, System.Drawing.Color arrowColor, System.Windows.Forms.ArrowDirection arrowDirection)15451         public ToolStripArrowRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem toolStripItem, System.Drawing.Rectangle arrowRectangle, System.Drawing.Color arrowColor, System.Windows.Forms.ArrowDirection arrowDirection) { }
15452         public System.Drawing.Color ArrowColor { get { throw null; } set { } }
15453         public System.Drawing.Rectangle ArrowRectangle { get { throw null; } set { } }
15454         public System.Windows.Forms.ArrowDirection Direction { get { throw null; } set { } }
15455         public System.Drawing.Graphics Graphics { get { throw null; } }
15456         public System.Windows.Forms.ToolStripItem Item { get { throw null; } }
15457     }
ToolStripArrowRenderEventHandler(object sender, System.Windows.Forms.ToolStripArrowRenderEventArgs e)15458     public delegate void ToolStripArrowRenderEventHandler(object sender, System.Windows.Forms.ToolStripArrowRenderEventArgs e);
15459     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(1))]
15460     public partial class ToolStripButton : System.Windows.Forms.ToolStripItem
15461     {
ToolStripButton()15462         public ToolStripButton() { }
ToolStripButton(System.Drawing.Image image)15463         public ToolStripButton(System.Drawing.Image image) { }
ToolStripButton(string text)15464         public ToolStripButton(string text) { }
ToolStripButton(string text, System.Drawing.Image image)15465         public ToolStripButton(string text, System.Drawing.Image image) { }
ToolStripButton(string text, System.Drawing.Image image, System.EventHandler onClick)15466         public ToolStripButton(string text, System.Drawing.Image image, System.EventHandler onClick) { }
ToolStripButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name)15467         public ToolStripButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
15468         [System.ComponentModel.DefaultValueAttribute(true)]
15469         public new bool AutoToolTip { get { throw null; } set { } }
15470         public override bool CanSelect { get { throw null; } }
15471         [System.ComponentModel.DefaultValueAttribute(false)]
15472         public bool Checked { get { throw null; } set { } }
15473         [System.ComponentModel.DefaultValueAttribute(false)]
15474         public bool CheckOnClick { get { throw null; } set { } }
15475         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.CheckState)(0))]
15476         public System.Windows.Forms.CheckState CheckState { get { throw null; } set { } }
15477         protected override bool DefaultAutoToolTip { get { throw null; } }
15478         public event System.EventHandler CheckedChanged { add { } remove { } }
15479         public event System.EventHandler CheckStateChanged { add { } remove { } }
15480         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateAccessibilityInstance()15481         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetPreferredSize(System.Drawing.Size constrainingSize)15482         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnCheckedChanged(System.EventArgs e)15483         protected virtual void OnCheckedChanged(System.EventArgs e) { }
OnCheckStateChanged(System.EventArgs e)15484         protected virtual void OnCheckStateChanged(System.EventArgs e) { }
OnClick(System.EventArgs e)15485         protected override void OnClick(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)15486         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
15487     }
15488     [System.ComponentModel.DefaultPropertyAttribute("Items")]
15489     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(7))]
15490     public partial class ToolStripComboBox : System.Windows.Forms.ToolStripControlHost
15491     {
ToolStripComboBox()15492         public ToolStripComboBox() : base (default(System.Windows.Forms.Control)) { }
ToolStripComboBox(string name)15493         public ToolStripComboBox(string name) : base (default(System.Windows.Forms.Control)) { }
15494         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ToolStripComboBox(System.Windows.Forms.Control c)15495         public ToolStripComboBox(System.Windows.Forms.Control c) : base (default(System.Windows.Forms.Control)) { }
15496         [System.ComponentModel.BrowsableAttribute(true)]
15497         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15498         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
15499         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15500         [System.ComponentModel.LocalizableAttribute(true)]
15501         public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw null; } set { } }
15502         [System.ComponentModel.BrowsableAttribute(true)]
15503         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteMode)(0))]
15504         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15505         public System.Windows.Forms.AutoCompleteMode AutoCompleteMode { get { throw null; } set { } }
15506         [System.ComponentModel.BrowsableAttribute(true)]
15507         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteSource)(128))]
15508         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15509         public System.Windows.Forms.AutoCompleteSource AutoCompleteSource { get { throw null; } set { } }
15510         [System.ComponentModel.BrowsableAttribute(false)]
15511         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15512         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15513         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
15514         [System.ComponentModel.BrowsableAttribute(false)]
15515         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15516         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15517         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
15518         [System.ComponentModel.BrowsableAttribute(false)]
15519         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15520         public System.Windows.Forms.ComboBox ComboBox { get { throw null; } }
15521         protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
15522         protected override System.Drawing.Size DefaultSize { get { throw null; } }
15523         [System.ComponentModel.BrowsableAttribute(true)]
15524         [System.ComponentModel.DefaultValueAttribute(106)]
15525         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15526         public int DropDownHeight { get { throw null; } set { } }
15527         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ComboBoxStyle)(1))]
15528         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
15529         public System.Windows.Forms.ComboBoxStyle DropDownStyle { get { throw null; } set { } }
15530         public int DropDownWidth { get { throw null; } set { } }
15531         [System.ComponentModel.BrowsableAttribute(false)]
15532         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15533         public bool DroppedDown { get { throw null; } set { } }
15534         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(1))]
15535         [System.ComponentModel.LocalizableAttribute(true)]
15536         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
15537         [System.ComponentModel.DefaultValueAttribute(true)]
15538         [System.ComponentModel.LocalizableAttribute(true)]
15539         public bool IntegralHeight { get { throw null; } set { } }
15540         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15541         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
15542         [System.ComponentModel.LocalizableAttribute(true)]
15543         public System.Windows.Forms.ComboBox.ObjectCollection Items { get { throw null; } }
15544         [System.ComponentModel.DefaultValueAttribute(8)]
15545         [System.ComponentModel.LocalizableAttribute(true)]
15546         public int MaxDropDownItems { get { throw null; } set { } }
15547         [System.ComponentModel.DefaultValueAttribute(0)]
15548         [System.ComponentModel.LocalizableAttribute(true)]
15549         public int MaxLength { get { throw null; } set { } }
15550         [System.ComponentModel.BrowsableAttribute(false)]
15551         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15552         public int SelectedIndex { get { throw null; } set { } }
15553         [System.ComponentModel.BindableAttribute(true)]
15554         [System.ComponentModel.BrowsableAttribute(false)]
15555         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15556         public object SelectedItem { get { throw null; } set { } }
15557         [System.ComponentModel.BrowsableAttribute(false)]
15558         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15559         public string SelectedText { get { throw null; } set { } }
15560         [System.ComponentModel.BrowsableAttribute(false)]
15561         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15562         public int SelectionLength { get { throw null; } set { } }
15563         [System.ComponentModel.BrowsableAttribute(false)]
15564         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15565         public int SelectionStart { get { throw null; } set { } }
15566         [System.ComponentModel.DefaultValueAttribute(false)]
15567         public bool Sorted { get { throw null; } set { } }
15568         [System.ComponentModel.BrowsableAttribute(false)]
15569         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15570         public new event System.EventHandler DoubleClick { add { } remove { } }
15571         public event System.EventHandler DropDown { add { } remove { } }
15572         public event System.EventHandler DropDownClosed { add { } remove { } }
15573         public event System.EventHandler DropDownStyleChanged { add { } remove { } }
15574         public event System.EventHandler SelectedIndexChanged { add { } remove { } }
15575         public event System.EventHandler TextUpdate { add { } remove { } }
BeginUpdate()15576         public void BeginUpdate() { }
EndUpdate()15577         public void EndUpdate() { }
FindString(string s)15578         public int FindString(string s) { throw null; }
FindString(string s, int startIndex)15579         public int FindString(string s, int startIndex) { throw null; }
FindStringExact(string s)15580         public int FindStringExact(string s) { throw null; }
FindStringExact(string s, int startIndex)15581         public int FindStringExact(string s, int startIndex) { throw null; }
GetItemHeight(int index)15582         public int GetItemHeight(int index) { throw null; }
GetPreferredSize(System.Drawing.Size constrainingSize)15583         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnDropDown(System.EventArgs e)15584         protected virtual void OnDropDown(System.EventArgs e) { }
OnDropDownClosed(System.EventArgs e)15585         protected virtual void OnDropDownClosed(System.EventArgs e) { }
OnDropDownStyleChanged(System.EventArgs e)15586         protected virtual void OnDropDownStyleChanged(System.EventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)15587         protected virtual void OnSelectedIndexChanged(System.EventArgs e) { }
OnSelectionChangeCommitted(System.EventArgs e)15588         protected virtual void OnSelectionChangeCommitted(System.EventArgs e) { }
OnSubscribeControlEvents(System.Windows.Forms.Control control)15589         protected override void OnSubscribeControlEvents(System.Windows.Forms.Control control) { }
OnTextUpdate(System.EventArgs e)15590         protected virtual void OnTextUpdate(System.EventArgs e) { }
OnUnsubscribeControlEvents(System.Windows.Forms.Control control)15591         protected override void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { }
Select(int start, int length)15592         public void Select(int start, int length) { }
SelectAll()15593         public void SelectAll() { }
ToString()15594         public override string ToString() { throw null; }
15595     }
15596     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripContainerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
15597     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
15598     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15599     public partial class ToolStripContainer : System.Windows.Forms.ContainerControl
15600     {
ToolStripContainer()15601         public ToolStripContainer() { }
15602         [System.ComponentModel.BrowsableAttribute(false)]
15603         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15604         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15605         public override bool AutoScroll { get { throw null; } set { } }
15606         [System.ComponentModel.BrowsableAttribute(false)]
15607         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15608         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15609         public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
15610         [System.ComponentModel.BrowsableAttribute(false)]
15611         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15612         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15613         public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
15614         [System.ComponentModel.BrowsableAttribute(false)]
15615         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15616         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15617         public new System.Drawing.Color BackColor { get { throw null; } set { } }
15618         [System.ComponentModel.BrowsableAttribute(false)]
15619         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15620         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15621         public new System.Drawing.Image BackgroundImage { get { throw null; } set { } }
15622         [System.ComponentModel.BrowsableAttribute(false)]
15623         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15624         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15625         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
15626         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15627         [System.ComponentModel.LocalizableAttribute(false)]
15628         public System.Windows.Forms.ToolStripPanel BottomToolStripPanel { get { throw null; } }
15629         [System.ComponentModel.DefaultValueAttribute(true)]
15630         public bool BottomToolStripPanelVisible { get { throw null; } set { } }
15631         [System.ComponentModel.BrowsableAttribute(false)]
15632         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15633         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15634         public new bool CausesValidation { get { throw null; } set { } }
15635         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15636         [System.ComponentModel.LocalizableAttribute(false)]
15637         public System.Windows.Forms.ToolStripContentPanel ContentPanel { get { throw null; } }
15638         [System.ComponentModel.BrowsableAttribute(false)]
15639         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15640         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15641         public new System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
15642         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15643         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15644         public new System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
15645         [System.ComponentModel.BrowsableAttribute(false)]
15646         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15647         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15648         public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
15649         protected override System.Drawing.Size DefaultSize { get { throw null; } }
15650         [System.ComponentModel.BrowsableAttribute(false)]
15651         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15652         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15653         public new System.Drawing.Color ForeColor { get { throw null; } set { } }
15654         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15655         [System.ComponentModel.LocalizableAttribute(false)]
15656         public System.Windows.Forms.ToolStripPanel LeftToolStripPanel { get { throw null; } }
15657         [System.ComponentModel.DefaultValueAttribute(true)]
15658         public bool LeftToolStripPanelVisible { get { throw null; } set { } }
15659         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15660         [System.ComponentModel.LocalizableAttribute(false)]
15661         public System.Windows.Forms.ToolStripPanel RightToolStripPanel { get { throw null; } }
15662         [System.ComponentModel.DefaultValueAttribute(true)]
15663         public bool RightToolStripPanelVisible { get { throw null; } set { } }
15664         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15665         [System.ComponentModel.LocalizableAttribute(false)]
15666         public System.Windows.Forms.ToolStripPanel TopToolStripPanel { get { throw null; } }
15667         [System.ComponentModel.DefaultValueAttribute(true)]
15668         public bool TopToolStripPanelVisible { get { throw null; } set { } }
15669         [System.ComponentModel.BrowsableAttribute(false)]
15670         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15671         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15672         public new event System.EventHandler BackColorChanged { add { } remove { } }
15673         [System.ComponentModel.BrowsableAttribute(false)]
15674         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15675         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15676         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
15677         [System.ComponentModel.BrowsableAttribute(false)]
15678         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15679         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15680         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
15681         [System.ComponentModel.BrowsableAttribute(false)]
15682         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15683         public new event System.EventHandler CausesValidationChanged { add { } remove { } }
15684         [System.ComponentModel.BrowsableAttribute(false)]
15685         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15686         public new event System.EventHandler ContextMenuStripChanged { add { } remove { } }
15687         [System.ComponentModel.BrowsableAttribute(false)]
15688         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15689         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15690         public new event System.EventHandler CursorChanged { add { } remove { } }
15691         [System.ComponentModel.BrowsableAttribute(false)]
15692         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15693         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15694         public new event System.EventHandler ForeColorChanged { add { } remove { } }
15695         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateControlsInstance()15696         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
OnRightToLeftChanged(System.EventArgs e)15697         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnSizeChanged(System.EventArgs e)15698         protected override void OnSizeChanged(System.EventArgs e) { }
15699     }
15700     [System.ComponentModel.DefaultEventAttribute("Load")]
15701     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripContentPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
15702     [System.ComponentModel.InitializationEventAttribute("Load")]
15703     [System.ComponentModel.ToolboxItemAttribute(false)]
15704     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
15705     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15706     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(0))]
15707     public partial class ToolStripContentPanel : System.Windows.Forms.Panel
15708     {
ToolStripContentPanel()15709         public ToolStripContentPanel() { }
15710         [System.ComponentModel.BrowsableAttribute(false)]
15711         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15712         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15713         public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
15714         [System.ComponentModel.BrowsableAttribute(false)]
15715         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15716         public override bool AutoScroll { get { throw null; } set { } }
15717         [System.ComponentModel.BrowsableAttribute(false)]
15718         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15719         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15720         public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
15721         [System.ComponentModel.BrowsableAttribute(false)]
15722         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15723         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15724         public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
15725         [System.ComponentModel.BrowsableAttribute(false)]
15726         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15727         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15728         public override bool AutoSize { get { throw null; } set { } }
15729         [System.ComponentModel.BrowsableAttribute(false)]
15730         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15731         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15732         [System.ComponentModel.LocalizableAttribute(false)]
15733         public override System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
15734         public override System.Drawing.Color BackColor { get { throw null; } set { } }
15735         [System.ComponentModel.BrowsableAttribute(false)]
15736         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15737         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15738         public new bool CausesValidation { get { throw null; } set { } }
15739         [System.ComponentModel.BrowsableAttribute(false)]
15740         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15741         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15742         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
15743         [System.ComponentModel.BrowsableAttribute(false)]
15744         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15745         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15746         public new System.Drawing.Point Location { get { throw null; } set { } }
15747         [System.ComponentModel.BrowsableAttribute(false)]
15748         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15749         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15750         public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
15751         [System.ComponentModel.BrowsableAttribute(false)]
15752         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15753         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15754         public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
15755         [System.ComponentModel.BrowsableAttribute(false)]
15756         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15757         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15758         public new string Name { get { throw null; } set { } }
15759         [System.ComponentModel.BrowsableAttribute(false)]
15760         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15761         public System.Windows.Forms.ToolStripRenderer Renderer { get { throw null; } set { } }
15762         public System.Windows.Forms.ToolStripRenderMode RenderMode { get { throw null; } set { } }
15763         [System.ComponentModel.BrowsableAttribute(false)]
15764         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15765         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15766         public new int TabIndex { get { throw null; } set { } }
15767         [System.ComponentModel.BrowsableAttribute(false)]
15768         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15769         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15770         public new bool TabStop { get { throw null; } set { } }
15771         [System.ComponentModel.BrowsableAttribute(false)]
15772         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15773         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15774         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
15775         [System.ComponentModel.BrowsableAttribute(false)]
15776         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15777         public new event System.EventHandler CausesValidationChanged { add { } remove { } }
15778         [System.ComponentModel.BrowsableAttribute(false)]
15779         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15780         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15781         public new event System.EventHandler DockChanged { add { } remove { } }
15782         public event System.EventHandler Load { add { } remove { } }
15783         [System.ComponentModel.BrowsableAttribute(false)]
15784         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15785         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15786         public new event System.EventHandler LocationChanged { add { } remove { } }
15787         public event System.EventHandler RendererChanged { add { } remove { } }
15788         [System.ComponentModel.BrowsableAttribute(false)]
15789         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15790         public new event System.EventHandler TabIndexChanged { add { } remove { } }
15791         [System.ComponentModel.BrowsableAttribute(false)]
15792         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15793         public new event System.EventHandler TabStopChanged { add { } remove { } }
OnHandleCreated(System.EventArgs e)15794         protected override void OnHandleCreated(System.EventArgs e) { }
15795         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLoad(System.EventArgs e)15796         protected virtual void OnLoad(System.EventArgs e) { }
15797         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)15798         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
OnRendererChanged(System.EventArgs e)15799         protected virtual void OnRendererChanged(System.EventArgs e) { }
15800     }
15801     public partial class ToolStripContentPanelRenderEventArgs : System.EventArgs
15802     {
ToolStripContentPanelRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripContentPanel contentPanel)15803         public ToolStripContentPanelRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripContentPanel contentPanel) { }
15804         public System.Drawing.Graphics Graphics { get { throw null; } }
15805         public bool Handled { get { throw null; } set { } }
15806         public System.Windows.Forms.ToolStripContentPanel ToolStripContentPanel { get { throw null; } }
15807     }
ToolStripContentPanelRenderEventHandler(object sender, System.Windows.Forms.ToolStripContentPanelRenderEventArgs e)15808     public delegate void ToolStripContentPanelRenderEventHandler(object sender, System.Windows.Forms.ToolStripContentPanelRenderEventArgs e);
15809     public partial class ToolStripControlHost : System.Windows.Forms.ToolStripItem
15810     {
ToolStripControlHost(System.Windows.Forms.Control c)15811         public ToolStripControlHost(System.Windows.Forms.Control c) { }
ToolStripControlHost(System.Windows.Forms.Control c, string name)15812         public ToolStripControlHost(System.Windows.Forms.Control c, string name) { }
15813         public override System.Drawing.Color BackColor { get { throw null; } set { } }
15814         [System.ComponentModel.DefaultValueAttribute(null)]
15815         [System.ComponentModel.LocalizableAttribute(true)]
15816         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
15817         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ImageLayout)(1))]
15818         [System.ComponentModel.LocalizableAttribute(true)]
15819         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
15820         public override bool CanSelect { get { throw null; } }
15821         [System.ComponentModel.DefaultValueAttribute(true)]
15822         public bool CausesValidation { get { throw null; } set { } }
15823         [System.ComponentModel.BrowsableAttribute(false)]
15824         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15825         public System.Windows.Forms.Control Control { get { throw null; } }
15826         [System.ComponentModel.BrowsableAttribute(false)]
15827         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(32))]
15828         public System.Drawing.ContentAlignment ControlAlign { get { throw null; } set { } }
15829         protected override System.Drawing.Size DefaultSize { get { throw null; } }
15830         [System.ComponentModel.BrowsableAttribute(false)]
15831         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15832         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15833         public new System.Windows.Forms.ToolStripItemDisplayStyle DisplayStyle { get { throw null; } set { } }
15834         [System.ComponentModel.BrowsableAttribute(false)]
15835         [System.ComponentModel.DefaultValueAttribute(false)]
15836         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15837         public new bool DoubleClickEnabled { get { throw null; } set { } }
15838         public override bool Enabled { get { throw null; } set { } }
15839         [System.ComponentModel.BrowsableAttribute(false)]
15840         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15841         public virtual bool Focused { get { throw null; } }
15842         public override System.Drawing.Font Font { get { throw null; } set { } }
15843         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
15844         [System.ComponentModel.BrowsableAttribute(false)]
15845         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15846         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15847         public override System.Drawing.Image Image { get { throw null; } set { } }
15848         [System.ComponentModel.BrowsableAttribute(false)]
15849         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15850         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15851         public new System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
15852         [System.ComponentModel.BrowsableAttribute(false)]
15853         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15854         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15855         public new System.Windows.Forms.ToolStripItemImageScaling ImageScaling { get { throw null; } set { } }
15856         [System.ComponentModel.BrowsableAttribute(false)]
15857         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15858         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15859         public new System.Drawing.Color ImageTransparentColor { get { throw null; } set { } }
15860         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
15861         [System.ComponentModel.BrowsableAttribute(false)]
15862         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15863         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15864         public new bool RightToLeftAutoMirrorImage { get { throw null; } set { } }
15865         public override bool Selected { get { throw null; } }
15866         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15867         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
15868         public override System.Drawing.Size Size { get { throw null; } set { } }
15869         [System.ComponentModel.DefaultValueAttribute("")]
15870         public override string Text { get { throw null; } set { } }
15871         [System.ComponentModel.BrowsableAttribute(false)]
15872         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15873         public new System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
15874         [System.ComponentModel.BrowsableAttribute(false)]
15875         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripTextDirection)(1))]
15876         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15877         public override System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
15878         [System.ComponentModel.BrowsableAttribute(false)]
15879         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15880         public new System.Windows.Forms.TextImageRelation TextImageRelation { get { throw null; } set { } }
15881         [System.ComponentModel.BrowsableAttribute(false)]
15882         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15883         public new event System.EventHandler DisplayStyleChanged { add { } remove { } }
15884         public event System.EventHandler Enter { add { } remove { } }
15885         [System.ComponentModel.BrowsableAttribute(false)]
15886         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15887         public event System.EventHandler GotFocus { add { } remove { } }
15888         public event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
15889         public event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
15890         public event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
15891         public event System.EventHandler Leave { add { } remove { } }
15892         [System.ComponentModel.BrowsableAttribute(false)]
15893         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15894         public event System.EventHandler LostFocus { add { } remove { } }
15895         public event System.EventHandler Validated { add { } remove { } }
15896         public event System.ComponentModel.CancelEventHandler Validating { add { } remove { } }
15897         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateAccessibilityInstance()15898         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
Dispose(bool disposing)15899         protected override void Dispose(bool disposing) { }
15900         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
Focus()15901         public void Focus() { }
GetPreferredSize(System.Drawing.Size constrainingSize)15902         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnBoundsChanged()15903         protected override void OnBoundsChanged() { }
OnEnter(System.EventArgs e)15904         protected virtual void OnEnter(System.EventArgs e) { }
OnGotFocus(System.EventArgs e)15905         protected virtual void OnGotFocus(System.EventArgs e) { }
OnHostedControlResize(System.EventArgs e)15906         protected virtual void OnHostedControlResize(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)15907         protected virtual void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)15908         protected virtual void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e)15909         protected virtual void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)15910         protected internal override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnLeave(System.EventArgs e)15911         protected virtual void OnLeave(System.EventArgs e) { }
OnLostFocus(System.EventArgs e)15912         protected virtual void OnLostFocus(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)15913         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
OnParentChanged(System.Windows.Forms.ToolStrip oldParent, System.Windows.Forms.ToolStrip newParent)15914         protected override void OnParentChanged(System.Windows.Forms.ToolStrip oldParent, System.Windows.Forms.ToolStrip newParent) { }
OnSubscribeControlEvents(System.Windows.Forms.Control control)15915         protected virtual void OnSubscribeControlEvents(System.Windows.Forms.Control control) { }
OnUnsubscribeControlEvents(System.Windows.Forms.Control control)15916         protected virtual void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { }
OnValidated(System.EventArgs e)15917         protected virtual void OnValidated(System.EventArgs e) { }
OnValidating(System.ComponentModel.CancelEventArgs e)15918         protected virtual void OnValidating(System.ComponentModel.CancelEventArgs e) { }
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)15919         protected internal override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
ProcessDialogKey(System.Windows.Forms.Keys keyData)15920         protected internal override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessMnemonic(char charCode)15921         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
15922         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetBackColor()15923         public override void ResetBackColor() { }
15924         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetForeColor()15925         public override void ResetForeColor() { }
SetVisibleCore(bool visible)15926         protected override void SetVisibleCore(bool visible) { }
15927     }
15928     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripDropDownDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
15929     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
15930     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15931     public partial class ToolStripDropDown : System.Windows.Forms.ToolStrip
15932     {
ToolStripDropDown()15933         public ToolStripDropDown() { }
15934         [System.ComponentModel.BrowsableAttribute(false)]
15935         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15936         public new bool AllowItemReorder { get { throw null; } set { } }
15937         [System.ComponentModel.BrowsableAttribute(false)]
15938         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15939         public bool AllowTransparency { get { throw null; } set { } }
15940         [System.ComponentModel.BrowsableAttribute(false)]
15941         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15942         public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
15943         [System.ComponentModel.DefaultValueAttribute(true)]
15944         public bool AutoClose { get { throw null; } set { } }
15945         [System.ComponentModel.DefaultValueAttribute(true)]
15946         public override bool AutoSize { get { throw null; } set { } }
15947         [System.ComponentModel.BrowsableAttribute(false)]
15948         [System.ComponentModel.DefaultValueAttribute(false)]
15949         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15950         public new bool CanOverflow { get { throw null; } set { } }
15951         [System.ComponentModel.BrowsableAttribute(false)]
15952         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15953         public new System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
15954         [System.ComponentModel.BrowsableAttribute(false)]
15955         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15956         public new System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
15957         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
15958         protected override System.Windows.Forms.DockStyle DefaultDock { get { throw null; } }
15959         public override System.Windows.Forms.ToolStripDropDownDirection DefaultDropDownDirection { get { throw null; } set { } }
15960         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
15961         protected override bool DefaultShowItemToolTips { get { throw null; } }
15962         [System.ComponentModel.BrowsableAttribute(false)]
15963         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(0))]
15964         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15965         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
15966         public bool DropShadowEnabled { get { throw null; } set { } }
15967         public override System.Drawing.Font Font { get { throw null; } set { } }
15968         [System.ComponentModel.BrowsableAttribute(false)]
15969         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15970         public new System.Windows.Forms.ToolStripGripDisplayStyle GripDisplayStyle { get { throw null; } }
15971         [System.ComponentModel.BrowsableAttribute(false)]
15972         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15973         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15974         public new System.Windows.Forms.Padding GripMargin { get { throw null; } set { } }
15975         [System.ComponentModel.BrowsableAttribute(false)]
15976         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15977         public new System.Drawing.Rectangle GripRectangle { get { throw null; } }
15978         [System.ComponentModel.BrowsableAttribute(false)]
15979         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripGripStyle)(0))]
15980         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15981         public new System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } set { } }
15982         [System.ComponentModel.BrowsableAttribute(false)]
15983         public bool IsAutoGenerated { get { throw null; } }
15984         [System.ComponentModel.BrowsableAttribute(false)]
15985         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15986         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15987         public new System.Drawing.Point Location { get { throw null; } set { } }
15988         protected internal override System.Drawing.Size MaxItemSize { get { throw null; } }
15989         [System.ComponentModel.BrowsableAttribute(false)]
15990         [System.ComponentModel.DefaultValueAttribute(1)]
15991         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15992         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.OpacityConverter))]
15993         public double Opacity { get { throw null; } set { } }
15994         [System.ComponentModel.BrowsableAttribute(false)]
15995         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15996         public new System.Windows.Forms.ToolStripOverflowButton OverflowButton { get { throw null; } }
15997         [System.ComponentModel.BrowsableAttribute(false)]
15998         [System.ComponentModel.DefaultValueAttribute(null)]
15999         public System.Windows.Forms.ToolStripItem OwnerItem { get { throw null; } set { } }
16000         [System.ComponentModel.BrowsableAttribute(false)]
16001         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16002         public new System.Drawing.Region Region { get { throw null; } set { } }
16003         [System.ComponentModel.AmbientValueAttribute((System.Windows.Forms.RightToLeft)(2))]
16004         [System.ComponentModel.LocalizableAttribute(true)]
16005         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
16006         [System.ComponentModel.BrowsableAttribute(false)]
16007         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16008         public new bool Stretch { get { throw null; } set { } }
16009         [System.ComponentModel.BrowsableAttribute(false)]
16010         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16011         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16012         public new int TabIndex { get { throw null; } set { } }
16013         [System.ComponentModel.BrowsableAttribute(false)]
16014         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripTextDirection)(1))]
16015         public override System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
16016         [System.ComponentModel.BrowsableAttribute(false)]
16017         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16018         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16019         public bool TopLevel { get { throw null; } set { } }
16020         protected virtual bool TopMost { get { throw null; } }
16021         [System.ComponentModel.BrowsableAttribute(false)]
16022         [System.ComponentModel.DefaultValueAttribute(false)]
16023         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16024         [System.ComponentModel.LocalizableAttribute(true)]
16025         public new bool Visible { get { throw null; } set { } }
16026         [System.ComponentModel.BrowsableAttribute(false)]
16027         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
16028         [System.ComponentModel.BrowsableAttribute(false)]
16029         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
16030         [System.ComponentModel.BrowsableAttribute(false)]
16031         public new event System.EventHandler BindingContextChanged { add { } remove { } }
16032         [System.ComponentModel.BrowsableAttribute(false)]
16033         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16034         public new event System.Windows.Forms.UICuesEventHandler ChangeUICues { add { } remove { } }
16035         public event System.Windows.Forms.ToolStripDropDownClosedEventHandler Closed { add { } remove { } }
16036         public event System.Windows.Forms.ToolStripDropDownClosingEventHandler Closing { add { } remove { } }
16037         [System.ComponentModel.BrowsableAttribute(false)]
16038         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16039         public new event System.EventHandler ContextMenuChanged { add { } remove { } }
16040         [System.ComponentModel.BrowsableAttribute(false)]
16041         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16042         public new event System.EventHandler ContextMenuStripChanged { add { } remove { } }
16043         [System.ComponentModel.BrowsableAttribute(false)]
16044         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16045         public new event System.EventHandler DockChanged { add { } remove { } }
16046         [System.ComponentModel.BrowsableAttribute(false)]
16047         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16048         public new event System.EventHandler Enter { add { } remove { } }
16049         [System.ComponentModel.BrowsableAttribute(false)]
16050         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16051         public new event System.EventHandler FontChanged { add { } remove { } }
16052         [System.ComponentModel.BrowsableAttribute(false)]
16053         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16054         public new event System.EventHandler ForeColorChanged { add { } remove { } }
16055         [System.ComponentModel.BrowsableAttribute(false)]
16056         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16057         public new event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
16058         [System.ComponentModel.BrowsableAttribute(false)]
16059         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16060         public new event System.Windows.Forms.HelpEventHandler HelpRequested { add { } remove { } }
16061         [System.ComponentModel.BrowsableAttribute(false)]
16062         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16063         public new event System.EventHandler ImeModeChanged { add { } remove { } }
16064         [System.ComponentModel.BrowsableAttribute(false)]
16065         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16066         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
16067         [System.ComponentModel.BrowsableAttribute(false)]
16068         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16069         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
16070         [System.ComponentModel.BrowsableAttribute(false)]
16071         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16072         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
16073         [System.ComponentModel.BrowsableAttribute(false)]
16074         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16075         public new event System.EventHandler Leave { add { } remove { } }
16076         public event System.EventHandler Opened { add { } remove { } }
16077         public event System.ComponentModel.CancelEventHandler Opening { add { } remove { } }
16078         [System.ComponentModel.BrowsableAttribute(false)]
16079         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16080         public new event System.EventHandler RegionChanged { add { } remove { } }
16081         [System.ComponentModel.BrowsableAttribute(false)]
16082         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16083         public new event System.Windows.Forms.ScrollEventHandler Scroll { add { } remove { } }
16084         [System.ComponentModel.BrowsableAttribute(false)]
16085         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16086         public new event System.EventHandler StyleChanged { add { } remove { } }
16087         [System.ComponentModel.BrowsableAttribute(false)]
16088         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16089         public new event System.EventHandler TabIndexChanged { add { } remove { } }
16090         [System.ComponentModel.BrowsableAttribute(false)]
16091         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16092         public new event System.EventHandler TabStopChanged { add { } remove { } }
16093         [System.ComponentModel.BrowsableAttribute(false)]
16094         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16095         public new event System.EventHandler TextChanged { add { } remove { } }
16096         [System.ComponentModel.BrowsableAttribute(false)]
16097         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16098         public new event System.EventHandler Validated { add { } remove { } }
16099         [System.ComponentModel.BrowsableAttribute(false)]
16100         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16101         public new event System.ComponentModel.CancelEventHandler Validating { add { } remove { } }
Close()16102         public void Close() { }
Close(System.Windows.Forms.ToolStripDropDownCloseReason reason)16103         public void Close(System.Windows.Forms.ToolStripDropDownCloseReason reason) { }
CreateAccessibilityInstance()16104         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateHandle()16105         protected override void CreateHandle() { }
CreateLayoutSettings(System.Windows.Forms.ToolStripLayoutStyle style)16106         protected override System.Windows.Forms.LayoutSettings CreateLayoutSettings(System.Windows.Forms.ToolStripLayoutStyle style) { throw null; }
Dispose(bool disposing)16107         protected override void Dispose(bool disposing) { }
OnClosed(System.Windows.Forms.ToolStripDropDownClosedEventArgs e)16108         protected virtual void OnClosed(System.Windows.Forms.ToolStripDropDownClosedEventArgs e) { }
OnClosing(System.Windows.Forms.ToolStripDropDownClosingEventArgs e)16109         protected virtual void OnClosing(System.Windows.Forms.ToolStripDropDownClosingEventArgs e) { }
OnHandleCreated(System.EventArgs e)16110         protected override void OnHandleCreated(System.EventArgs e) { }
OnItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e)16111         protected override void OnItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)16112         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mea)16113         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mea) { }
OnOpened(System.EventArgs e)16114         protected virtual void OnOpened(System.EventArgs e) { }
OnOpening(System.ComponentModel.CancelEventArgs e)16115         protected virtual void OnOpening(System.ComponentModel.CancelEventArgs e) { }
OnParentChanged(System.EventArgs e)16116         protected override void OnParentChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)16117         protected override void OnVisibleChanged(System.EventArgs e) { }
16118         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ProcessDialogChar(char charCode)16119         protected override bool ProcessDialogChar(char charCode) { throw null; }
ProcessDialogKey(System.Windows.Forms.Keys keyData)16120         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessMnemonic(char charCode)16121         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)16122         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
16123         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)16124         protected override void ScaleCore(float dx, float dy) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)16125         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetVisibleCore(bool visible)16126         protected override void SetVisibleCore(bool visible) { }
16127         [System.ComponentModel.BrowsableAttribute(false)]
16128         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Show()16129         public new void Show() { }
Show(System.Drawing.Point screenLocation)16130         public void Show(System.Drawing.Point screenLocation) { }
Show(System.Drawing.Point position, System.Windows.Forms.ToolStripDropDownDirection direction)16131         public void Show(System.Drawing.Point position, System.Windows.Forms.ToolStripDropDownDirection direction) { }
Show(int x, int y)16132         public void Show(int x, int y) { }
Show(System.Windows.Forms.Control control, System.Drawing.Point position)16133         public void Show(System.Windows.Forms.Control control, System.Drawing.Point position) { }
Show(System.Windows.Forms.Control control, System.Drawing.Point position, System.Windows.Forms.ToolStripDropDownDirection direction)16134         public void Show(System.Windows.Forms.Control control, System.Drawing.Point position, System.Windows.Forms.ToolStripDropDownDirection direction) { }
Show(System.Windows.Forms.Control control, int x, int y)16135         public void Show(System.Windows.Forms.Control control, int x, int y) { }
WndProc(ref System.Windows.Forms.Message m)16136         protected override void WndProc(ref System.Windows.Forms.Message m) { }
16137         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16138         public partial class ToolStripDropDownAccessibleObject : System.Windows.Forms.ToolStrip.ToolStripAccessibleObject
16139         {
ToolStripDropDownAccessibleObject(System.Windows.Forms.ToolStripDropDown owner)16140             public ToolStripDropDownAccessibleObject(System.Windows.Forms.ToolStripDropDown owner) : base (default(System.Windows.Forms.ToolStrip)) { }
16141             public override string Name { get { throw null; } set { } }
16142             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
16143         }
16144     }
16145     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(9))]
16146     public partial class ToolStripDropDownButton : System.Windows.Forms.ToolStripDropDownItem
16147     {
ToolStripDropDownButton()16148         public ToolStripDropDownButton() { }
ToolStripDropDownButton(System.Drawing.Image image)16149         public ToolStripDropDownButton(System.Drawing.Image image) { }
ToolStripDropDownButton(string text)16150         public ToolStripDropDownButton(string text) { }
ToolStripDropDownButton(string text, System.Drawing.Image image)16151         public ToolStripDropDownButton(string text, System.Drawing.Image image) { }
ToolStripDropDownButton(string text, System.Drawing.Image image, System.EventHandler onClick)16152         public ToolStripDropDownButton(string text, System.Drawing.Image image, System.EventHandler onClick) { }
ToolStripDropDownButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name)16153         public ToolStripDropDownButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
ToolStripDropDownButton(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems)16154         public ToolStripDropDownButton(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems) { }
16155         [System.ComponentModel.DefaultValueAttribute(true)]
16156         public new bool AutoToolTip { get { throw null; } set { } }
16157         protected override bool DefaultAutoToolTip { get { throw null; } }
16158         [System.ComponentModel.DefaultValueAttribute(true)]
16159         public bool ShowDropDownArrow { get { throw null; } set { } }
CreateDefaultDropDown()16160         protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)16161         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseLeave(System.EventArgs e)16162         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)16163         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)16164         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
ProcessMnemonic(char charCode)16165         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
16166     }
16167     public partial class ToolStripDropDownClosedEventArgs : System.EventArgs
16168     {
ToolStripDropDownClosedEventArgs(System.Windows.Forms.ToolStripDropDownCloseReason reason)16169         public ToolStripDropDownClosedEventArgs(System.Windows.Forms.ToolStripDropDownCloseReason reason) { }
16170         public System.Windows.Forms.ToolStripDropDownCloseReason CloseReason { get { throw null; } }
16171     }
ToolStripDropDownClosedEventHandler(object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e)16172     public delegate void ToolStripDropDownClosedEventHandler(object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e);
16173     public enum ToolStripDropDownCloseReason
16174     {
16175         AppClicked = 1,
16176         AppFocusChange = 0,
16177         CloseCalled = 4,
16178         ItemClicked = 2,
16179         Keyboard = 3,
16180     }
16181     public partial class ToolStripDropDownClosingEventArgs : System.ComponentModel.CancelEventArgs
16182     {
ToolStripDropDownClosingEventArgs(System.Windows.Forms.ToolStripDropDownCloseReason reason)16183         public ToolStripDropDownClosingEventArgs(System.Windows.Forms.ToolStripDropDownCloseReason reason) { }
16184         public System.Windows.Forms.ToolStripDropDownCloseReason CloseReason { get { throw null; } }
16185     }
ToolStripDropDownClosingEventHandler(object sender, System.Windows.Forms.ToolStripDropDownClosingEventArgs e)16186     public delegate void ToolStripDropDownClosingEventHandler(object sender, System.Windows.Forms.ToolStripDropDownClosingEventArgs e);
16187     public enum ToolStripDropDownDirection
16188     {
16189         AboveLeft = 0,
16190         AboveRight = 1,
16191         BelowLeft = 2,
16192         BelowRight = 3,
16193         Default = 7,
16194         Left = 4,
16195         Right = 5,
16196     }
16197     [System.ComponentModel.DefaultPropertyAttribute("DropDownItems")]
16198     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripMenuItemDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
16199     public abstract partial class ToolStripDropDownItem : System.Windows.Forms.ToolStripItem
16200     {
ToolStripDropDownItem()16201         protected ToolStripDropDownItem() { }
ToolStripDropDownItem(string text, System.Drawing.Image image, System.EventHandler onClick)16202         protected ToolStripDropDownItem(string text, System.Drawing.Image image, System.EventHandler onClick) { }
ToolStripDropDownItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name)16203         protected ToolStripDropDownItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
ToolStripDropDownItem(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems)16204         protected ToolStripDropDownItem(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems) { }
16205         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
16206         public System.Windows.Forms.ToolStripDropDown DropDown { get { throw null; } set { } }
16207         [System.ComponentModel.BrowsableAttribute(false)]
16208         public System.Windows.Forms.ToolStripDropDownDirection DropDownDirection { get { throw null; } set { } }
16209         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
16210         public System.Windows.Forms.ToolStripItemCollection DropDownItems { get { throw null; } }
16211         protected internal virtual System.Drawing.Point DropDownLocation { get { throw null; } }
16212         public bool HasDropDown { get { throw null; } }
16213         [System.ComponentModel.BrowsableAttribute(false)]
16214         public virtual bool HasDropDownItems { get { throw null; } }
16215         [System.ComponentModel.BrowsableAttribute(false)]
16216         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16217         public override bool Pressed { get { throw null; } }
16218         public event System.EventHandler DropDownClosed { add { } remove { } }
16219         public event System.Windows.Forms.ToolStripItemClickedEventHandler DropDownItemClicked { add { } remove { } }
16220         public event System.EventHandler DropDownOpened { add { } remove { } }
16221         public event System.EventHandler DropDownOpening { add { } remove { } }
CreateAccessibilityInstance()16222         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateDefaultDropDown()16223         protected virtual System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
Dispose(bool disposing)16224         protected override void Dispose(bool disposing) { }
HideDropDown()16225         public void HideDropDown() { }
OnBoundsChanged()16226         protected override void OnBoundsChanged() { }
OnDropDownClosed(System.EventArgs e)16227         protected internal virtual void OnDropDownClosed(System.EventArgs e) { }
OnDropDownHide(System.EventArgs e)16228         protected virtual void OnDropDownHide(System.EventArgs e) { }
OnDropDownItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e)16229         protected internal virtual void OnDropDownItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e) { }
OnDropDownOpened(System.EventArgs e)16230         protected internal virtual void OnDropDownOpened(System.EventArgs e) { }
OnDropDownShow(System.EventArgs e)16231         protected virtual void OnDropDownShow(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)16232         protected override void OnFontChanged(System.EventArgs e) { }
OnRightToLeftChanged(System.EventArgs e)16233         protected override void OnRightToLeftChanged(System.EventArgs e) { }
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)16234         protected internal override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
ProcessDialogKey(System.Windows.Forms.Keys keyData)16235         protected internal override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ShowDropDown()16236         public void ShowDropDown() { }
16237     }
16238     public partial class ToolStripDropDownItemAccessibleObject : System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject
16239     {
ToolStripDropDownItemAccessibleObject(System.Windows.Forms.ToolStripDropDownItem item)16240         public ToolStripDropDownItemAccessibleObject(System.Windows.Forms.ToolStripDropDownItem item) : base (default(System.Windows.Forms.ToolStripItem)) { }
16241         public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
DoDefaultAction()16242         public override void DoDefaultAction() { }
GetChild(int index)16243         public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()16244         public override int GetChildCount() { throw null; }
16245     }
16246     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripDropDownDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
16247     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
16248     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16249     public partial class ToolStripDropDownMenu : System.Windows.Forms.ToolStripDropDown
16250     {
ToolStripDropDownMenu()16251         public ToolStripDropDownMenu() { }
16252         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
16253         public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
16254         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
16255         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripLayoutStyle)(3))]
16256         public new System.Windows.Forms.ToolStripLayoutStyle LayoutStyle { get { throw null; } set { } }
16257         protected internal override System.Drawing.Size MaxItemSize { get { throw null; } }
16258         [System.ComponentModel.DefaultValueAttribute(false)]
16259         public bool ShowCheckMargin { get { throw null; } set { } }
16260         [System.ComponentModel.DefaultValueAttribute(true)]
16261         public bool ShowImageMargin { get { throw null; } set { } }
CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick)16262         protected internal override System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
OnFontChanged(System.EventArgs e)16263         protected override void OnFontChanged(System.EventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)16264         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)16265         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
SetDisplayedItems()16266         protected override void SetDisplayedItems() { }
16267     }
16268     public enum ToolStripGripDisplayStyle
16269     {
16270         Horizontal = 0,
16271         Vertical = 1,
16272     }
16273     public partial class ToolStripGripRenderEventArgs : System.Windows.Forms.ToolStripRenderEventArgs
16274     {
ToolStripGripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip)16275         public ToolStripGripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStrip)) { }
16276         public System.Drawing.Rectangle GripBounds { get { throw null; } }
16277         public System.Windows.Forms.ToolStripGripDisplayStyle GripDisplayStyle { get { throw null; } }
16278         public System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } }
16279     }
ToolStripGripRenderEventHandler(object sender, System.Windows.Forms.ToolStripGripRenderEventArgs e)16280     public delegate void ToolStripGripRenderEventHandler(object sender, System.Windows.Forms.ToolStripGripRenderEventArgs e);
16281     public enum ToolStripGripStyle
16282     {
16283         Hidden = 0,
16284         Visible = 1,
16285     }
16286     [System.ComponentModel.DefaultEventAttribute("Click")]
16287     [System.ComponentModel.DefaultPropertyAttribute("Text")]
16288     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripItemDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
16289     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
16290     [System.ComponentModel.ToolboxItemAttribute(false)]
16291     public abstract partial class ToolStripItem : System.ComponentModel.Component, System.ComponentModel.IComponent, System.IDisposable, System.Windows.Forms.IDropTarget
16292     {
ToolStripItem()16293         protected ToolStripItem() { }
ToolStripItem(string text, System.Drawing.Image image, System.EventHandler onClick)16294         protected ToolStripItem(string text, System.Drawing.Image image, System.EventHandler onClick) { }
ToolStripItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name)16295         protected ToolStripItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
16296         [System.ComponentModel.BrowsableAttribute(false)]
16297         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16298         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16299         public System.Windows.Forms.AccessibleObject AccessibilityObject { get { throw null; } }
16300         [System.ComponentModel.BrowsableAttribute(false)]
16301         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16302         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16303         public string AccessibleDefaultActionDescription { get { throw null; } set { } }
16304         [System.ComponentModel.DefaultValueAttribute(null)]
16305         [System.ComponentModel.LocalizableAttribute(true)]
16306         public string AccessibleDescription { get { throw null; } set { } }
16307         [System.ComponentModel.DefaultValueAttribute(null)]
16308         [System.ComponentModel.LocalizableAttribute(true)]
16309         public string AccessibleName { get { throw null; } set { } }
16310         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AccessibleRole)(-1))]
16311         public System.Windows.Forms.AccessibleRole AccessibleRole { get { throw null; } set { } }
16312         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripItemAlignment)(0))]
16313         public System.Windows.Forms.ToolStripItemAlignment Alignment { get { throw null; } set { } }
16314         [System.ComponentModel.BrowsableAttribute(false)]
16315         [System.ComponentModel.DefaultValueAttribute(false)]
16316         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16317         [System.MonoTODOAttribute("Stub, does nothing")]
16318         public virtual bool AllowDrop { get { throw null; } set { } }
16319         [System.ComponentModel.BrowsableAttribute(false)]
16320         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AnchorStyles)(5))]
16321         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16322         public System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
16323         [System.ComponentModel.DefaultValueAttribute(true)]
16324         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
16325         [System.ComponentModel.LocalizableAttribute(true)]
16326         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
16327         public bool AutoSize { get { throw null; } set { } }
16328         [System.ComponentModel.DefaultValueAttribute(false)]
16329         public bool AutoToolTip { get { throw null; } set { } }
16330         [System.ComponentModel.BrowsableAttribute(false)]
16331         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16332         public bool Available { get { throw null; } set { } }
16333         public virtual System.Drawing.Color BackColor { get { throw null; } set { } }
16334         [System.ComponentModel.DefaultValueAttribute(null)]
16335         [System.ComponentModel.LocalizableAttribute(true)]
16336         public virtual System.Drawing.Image BackgroundImage { get { throw null; } set { } }
16337         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ImageLayout)(1))]
16338         [System.ComponentModel.LocalizableAttribute(true)]
16339         public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
16340         [System.ComponentModel.BrowsableAttribute(false)]
16341         public virtual System.Drawing.Rectangle Bounds { get { throw null; } }
16342         [System.ComponentModel.BrowsableAttribute(false)]
16343         public virtual bool CanSelect { get { throw null; } }
16344         [System.ComponentModel.BrowsableAttribute(false)]
16345         public System.Drawing.Rectangle ContentRectangle { get { throw null; } }
16346         protected virtual bool DefaultAutoToolTip { get { throw null; } }
16347         protected virtual System.Windows.Forms.ToolStripItemDisplayStyle DefaultDisplayStyle { get { throw null; } }
16348         protected internal virtual System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
16349         protected virtual System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
16350         protected virtual System.Drawing.Size DefaultSize { get { throw null; } }
16351         protected internal virtual bool DismissWhenClicked { get { throw null; } }
16352         public virtual System.Windows.Forms.ToolStripItemDisplayStyle DisplayStyle { get { throw null; } set { } }
16353         [System.ComponentModel.BrowsableAttribute(false)]
16354         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(0))]
16355         public System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
16356         [System.ComponentModel.DefaultValueAttribute(false)]
16357         public bool DoubleClickEnabled { get { throw null; } set { } }
16358         [System.ComponentModel.DefaultValueAttribute(true)]
16359         [System.ComponentModel.LocalizableAttribute(true)]
16360         public virtual bool Enabled { get { throw null; } set { } }
16361         [System.ComponentModel.LocalizableAttribute(true)]
16362         public virtual System.Drawing.Font Font { get { throw null; } set { } }
16363         public virtual System.Drawing.Color ForeColor { get { throw null; } set { } }
16364         [System.ComponentModel.BrowsableAttribute(false)]
16365         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16366         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16367         public int Height { get { throw null; } set { } }
16368         [System.ComponentModel.LocalizableAttribute(true)]
16369         public virtual System.Drawing.Image Image { get { throw null; } set { } }
16370         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(32))]
16371         [System.ComponentModel.LocalizableAttribute(true)]
16372         public System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
16373         [System.ComponentModel.BrowsableAttribute(false)]
16374         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ToolStripImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
16375         [System.ComponentModel.LocalizableAttribute(true)]
16376         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
16377         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
16378         [System.Windows.Forms.RelatedImageListAttribute("Owner.ImageList")]
16379         public int ImageIndex { get { throw null; } set { } }
16380         [System.ComponentModel.BrowsableAttribute(false)]
16381         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ToolStripImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
16382         [System.ComponentModel.LocalizableAttribute(true)]
16383         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
16384         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
16385         [System.Windows.Forms.RelatedImageListAttribute("Owner.ImageList")]
16386         public string ImageKey { get { throw null; } set { } }
16387         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripItemImageScaling)(1))]
16388         [System.ComponentModel.LocalizableAttribute(true)]
16389         public System.Windows.Forms.ToolStripItemImageScaling ImageScaling { get { throw null; } set { } }
16390         [System.ComponentModel.LocalizableAttribute(true)]
16391         public System.Drawing.Color ImageTransparentColor { get { throw null; } set { } }
16392         [System.ComponentModel.BrowsableAttribute(false)]
16393         public bool IsDisposed { get { throw null; } }
16394         [System.ComponentModel.BrowsableAttribute(false)]
16395         public bool IsOnDropDown { get { throw null; } }
16396         [System.ComponentModel.BrowsableAttribute(false)]
16397         public bool IsOnOverflow { get { throw null; } }
16398         public System.Windows.Forms.Padding Margin { get { throw null; } set { } }
16399         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.MergeAction)(0))]
16400         public System.Windows.Forms.MergeAction MergeAction { get { throw null; } set { } }
16401         [System.ComponentModel.DefaultValueAttribute(-1)]
16402         public int MergeIndex { get { throw null; } set { } }
16403         [System.ComponentModel.BrowsableAttribute(false)]
16404         [System.ComponentModel.DefaultValueAttribute(null)]
16405         public string Name { get { throw null; } set { } }
16406         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripItemOverflow)(2))]
16407         public System.Windows.Forms.ToolStripItemOverflow Overflow { get { throw null; } set { } }
16408         [System.ComponentModel.BrowsableAttribute(false)]
16409         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16410         public System.Windows.Forms.ToolStrip Owner { get { throw null; } set { } }
16411         [System.ComponentModel.BrowsableAttribute(false)]
16412         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16413         public System.Windows.Forms.ToolStripItem OwnerItem { get { throw null; } }
16414         public virtual System.Windows.Forms.Padding Padding { get { throw null; } set { } }
16415         [System.ComponentModel.BrowsableAttribute(false)]
16416         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16417         protected internal System.Windows.Forms.ToolStrip Parent { get { throw null; } set { } }
16418         [System.ComponentModel.BrowsableAttribute(false)]
16419         public System.Windows.Forms.ToolStripItemPlacement Placement { get { throw null; } }
16420         [System.ComponentModel.BrowsableAttribute(false)]
16421         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16422         public virtual bool Pressed { get { throw null; } }
16423         [System.ComponentModel.LocalizableAttribute(true)]
16424         [System.MonoTODOAttribute("RTL not implemented")]
16425         public virtual System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
16426         [System.ComponentModel.DefaultValueAttribute(false)]
16427         [System.ComponentModel.LocalizableAttribute(true)]
16428         public bool RightToLeftAutoMirrorImage { get { throw null; } set { } }
16429         [System.ComponentModel.BrowsableAttribute(false)]
16430         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16431         public virtual bool Selected { get { throw null; } }
16432         protected internal virtual bool ShowKeyboardCues { get { throw null; } }
16433         [System.ComponentModel.LocalizableAttribute(true)]
16434         public virtual System.Drawing.Size Size { get { throw null; } set { } }
16435         [System.ComponentModel.BindableAttribute(true)]
16436         [System.ComponentModel.DefaultValueAttribute(null)]
16437         [System.ComponentModel.LocalizableAttribute(false)]
16438         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
16439         public object Tag { get { throw null; } set { } }
16440         [System.ComponentModel.DefaultValueAttribute("")]
16441         [System.ComponentModel.LocalizableAttribute(true)]
16442         public virtual string Text { get { throw null; } set { } }
16443         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(32))]
16444         [System.ComponentModel.LocalizableAttribute(true)]
16445         public virtual System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
16446         public virtual System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
16447         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TextImageRelation)(4))]
16448         [System.ComponentModel.LocalizableAttribute(true)]
16449         public System.Windows.Forms.TextImageRelation TextImageRelation { get { throw null; } set { } }
16450         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
16451         [System.ComponentModel.LocalizableAttribute(true)]
16452         public string ToolTipText { get { throw null; } set { } }
16453         [System.ComponentModel.LocalizableAttribute(true)]
16454         public bool Visible { get { throw null; } set { } }
16455         [System.ComponentModel.BrowsableAttribute(false)]
16456         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16457         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16458         public int Width { get { throw null; } set { } }
16459         [System.ComponentModel.BrowsableAttribute(false)]
16460         public event System.EventHandler AvailableChanged { add { } remove { } }
16461         public event System.EventHandler BackColorChanged { add { } remove { } }
16462         public event System.EventHandler Click { add { } remove { } }
16463         public event System.EventHandler DisplayStyleChanged { add { } remove { } }
16464         public event System.EventHandler DoubleClick { add { } remove { } }
16465         [System.ComponentModel.BrowsableAttribute(false)]
16466         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16467         [System.MonoTODOAttribute("Event never raised")]
16468         public event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
16469         [System.ComponentModel.BrowsableAttribute(false)]
16470         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16471         [System.MonoTODOAttribute("Event never raised")]
16472         public event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
16473         [System.ComponentModel.BrowsableAttribute(false)]
16474         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16475         [System.MonoTODOAttribute("Event never raised")]
16476         public event System.EventHandler DragLeave { add { } remove { } }
16477         [System.ComponentModel.BrowsableAttribute(false)]
16478         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16479         [System.MonoTODOAttribute("Event never raised")]
16480         public event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
16481         public event System.EventHandler EnabledChanged { add { } remove { } }
16482         public event System.EventHandler ForeColorChanged { add { } remove { } }
16483         [System.ComponentModel.BrowsableAttribute(false)]
16484         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16485         [System.MonoTODOAttribute("Event never raised")]
16486         public event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
16487         public event System.EventHandler LocationChanged { add { } remove { } }
16488         public event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
16489         public event System.EventHandler MouseEnter { add { } remove { } }
16490         public event System.EventHandler MouseHover { add { } remove { } }
16491         public event System.EventHandler MouseLeave { add { } remove { } }
16492         public event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
16493         public event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
16494         public event System.EventHandler OwnerChanged { add { } remove { } }
16495         public event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
16496         [System.MonoTODOAttribute("Event never raised")]
16497         public event System.Windows.Forms.QueryAccessibilityHelpEventHandler QueryAccessibilityHelp { add { } remove { } }
16498         [System.ComponentModel.BrowsableAttribute(false)]
16499         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16500         [System.MonoTODOAttribute("Event never raised")]
16501         public event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
16502         public event System.EventHandler RightToLeftChanged { add { } remove { } }
16503         public event System.EventHandler TextChanged { add { } remove { } }
16504         public event System.EventHandler VisibleChanged { add { } remove { } }
16505         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateAccessibilityInstance()16506         protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
Dispose(bool disposing)16507         protected override void Dispose(bool disposing) { }
16508         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16509         [System.MonoTODOAttribute("Stub, does nothing")]
DoDragDrop(object data, System.Windows.Forms.DragDropEffects allowedEffects)16510         public System.Windows.Forms.DragDropEffects DoDragDrop(object data, System.Windows.Forms.DragDropEffects allowedEffects) { throw null; }
GetCurrentParent()16511         public System.Windows.Forms.ToolStrip GetCurrentParent() { throw null; }
GetPreferredSize(System.Drawing.Size constrainingSize)16512         public virtual System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
Invalidate()16513         public void Invalidate() { }
Invalidate(System.Drawing.Rectangle r)16514         public void Invalidate(System.Drawing.Rectangle r) { }
IsInputChar(char charCode)16515         protected internal virtual bool IsInputChar(char charCode) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)16516         protected internal virtual bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnAvailableChanged(System.EventArgs e)16517         protected virtual void OnAvailableChanged(System.EventArgs e) { }
16518         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnBackColorChanged(System.EventArgs e)16519         protected virtual void OnBackColorChanged(System.EventArgs e) { }
OnBoundsChanged()16520         protected virtual void OnBoundsChanged() { }
OnClick(System.EventArgs e)16521         protected virtual void OnClick(System.EventArgs e) { }
16522         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDisplayStyleChanged(System.EventArgs e)16523         protected virtual void OnDisplayStyleChanged(System.EventArgs e) { }
OnDoubleClick(System.EventArgs e)16524         protected virtual void OnDoubleClick(System.EventArgs e) { }
16525         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragDrop(System.Windows.Forms.DragEventArgs dragEvent)16526         protected virtual void OnDragDrop(System.Windows.Forms.DragEventArgs dragEvent) { }
16527         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragEnter(System.Windows.Forms.DragEventArgs dragEvent)16528         protected virtual void OnDragEnter(System.Windows.Forms.DragEventArgs dragEvent) { }
16529         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragLeave(System.EventArgs e)16530         protected virtual void OnDragLeave(System.EventArgs e) { }
16531         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragOver(System.Windows.Forms.DragEventArgs dragEvent)16532         protected virtual void OnDragOver(System.Windows.Forms.DragEventArgs dragEvent) { }
OnEnabledChanged(System.EventArgs e)16533         protected virtual void OnEnabledChanged(System.EventArgs e) { }
16534         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnFontChanged(System.EventArgs e)16535         protected virtual void OnFontChanged(System.EventArgs e) { }
16536         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnForeColorChanged(System.EventArgs e)16537         protected virtual void OnForeColorChanged(System.EventArgs e) { }
16538         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs giveFeedbackEvent)16539         protected virtual void OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs giveFeedbackEvent) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)16540         protected internal virtual void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnLocationChanged(System.EventArgs e)16541         protected virtual void OnLocationChanged(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)16542         protected virtual void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseEnter(System.EventArgs e)16543         protected virtual void OnMouseEnter(System.EventArgs e) { }
OnMouseHover(System.EventArgs e)16544         protected virtual void OnMouseHover(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)16545         protected virtual void OnMouseLeave(System.EventArgs e) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs mea)16546         protected virtual void OnMouseMove(System.Windows.Forms.MouseEventArgs mea) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)16547         protected virtual void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnOwnerChanged(System.EventArgs e)16548         protected virtual void OnOwnerChanged(System.EventArgs e) { }
16549         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnOwnerFontChanged(System.EventArgs e)16550         protected internal virtual void OnOwnerFontChanged(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)16551         protected virtual void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
16552         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentBackColorChanged(System.EventArgs e)16553         protected virtual void OnParentBackColorChanged(System.EventArgs e) { }
OnParentChanged(System.Windows.Forms.ToolStrip oldParent, System.Windows.Forms.ToolStrip newParent)16554         protected virtual void OnParentChanged(System.Windows.Forms.ToolStrip oldParent, System.Windows.Forms.ToolStrip newParent) { }
OnParentEnabledChanged(System.EventArgs e)16555         protected internal virtual void OnParentEnabledChanged(System.EventArgs e) { }
16556         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentForeColorChanged(System.EventArgs e)16557         protected virtual void OnParentForeColorChanged(System.EventArgs e) { }
16558         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentRightToLeftChanged(System.EventArgs e)16559         protected internal virtual void OnParentRightToLeftChanged(System.EventArgs e) { }
16560         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs queryContinueDragEvent)16561         protected virtual void OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs queryContinueDragEvent) { }
OnRightToLeftChanged(System.EventArgs e)16562         protected virtual void OnRightToLeftChanged(System.EventArgs e) { }
16563         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnTextChanged(System.EventArgs e)16564         protected virtual void OnTextChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)16565         protected virtual void OnVisibleChanged(System.EventArgs e) { }
PerformClick()16566         public void PerformClick() { }
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)16567         protected internal virtual bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
ProcessDialogKey(System.Windows.Forms.Keys keyData)16568         protected internal virtual bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessMnemonic(char charCode)16569         protected internal virtual bool ProcessMnemonic(char charCode) { throw null; }
16570         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetBackColor()16571         public virtual void ResetBackColor() { }
16572         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetDisplayStyle()16573         public virtual void ResetDisplayStyle() { }
16574         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetFont()16575         public virtual void ResetFont() { }
16576         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetForeColor()16577         public virtual void ResetForeColor() { }
16578         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetImage()16579         public virtual void ResetImage() { }
16580         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetMargin()16581         public void ResetMargin() { }
16582         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetPadding()16583         public void ResetPadding() { }
16584         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetRightToLeft()16585         public virtual void ResetRightToLeft() { }
16586         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetTextDirection()16587         public virtual void ResetTextDirection() { }
Select()16588         public void Select() { }
SetBounds(System.Drawing.Rectangle bounds)16589         protected internal virtual void SetBounds(System.Drawing.Rectangle bounds) { }
SetVisibleCore(bool visible)16590         protected virtual void SetVisibleCore(bool visible) { }
System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs dragEvent)16591         void System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs dragEvent) { }
System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs dragEvent)16592         void System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs dragEvent) { }
System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs e)16593         void System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs e) { }
System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs dragEvent)16594         void System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs dragEvent) { }
ToString()16595         public override string ToString() { throw null; }
16596         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16597         public partial class ToolStripItemAccessibleObject : System.Windows.Forms.AccessibleObject
16598         {
ToolStripItemAccessibleObject(System.Windows.Forms.ToolStripItem ownerItem)16599             public ToolStripItemAccessibleObject(System.Windows.Forms.ToolStripItem ownerItem) { }
16600             public override System.Drawing.Rectangle Bounds { get { throw null; } }
16601             public override string DefaultAction { get { throw null; } }
16602             public override string Description { get { throw null; } }
16603             public override string Help { get { throw null; } }
16604             public override string KeyboardShortcut { get { throw null; } }
16605             public override string Name { get { throw null; } set { } }
16606             public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
16607             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
16608             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
AddState(System.Windows.Forms.AccessibleStates state)16609             public void AddState(System.Windows.Forms.AccessibleStates state) { }
DoDefaultAction()16610             public override void DoDefaultAction() { }
GetHelpTopic(out string fileName)16611             public override int GetHelpTopic(out string fileName) { fileName = default(string); throw null; }
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)16612             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
ToString()16613             public override string ToString() { throw null; }
16614         }
16615     }
16616     public enum ToolStripItemAlignment
16617     {
16618         Left = 0,
16619         Right = 1,
16620     }
16621     public partial class ToolStripItemClickedEventArgs : System.EventArgs
16622     {
ToolStripItemClickedEventArgs(System.Windows.Forms.ToolStripItem clickedItem)16623         public ToolStripItemClickedEventArgs(System.Windows.Forms.ToolStripItem clickedItem) { }
16624         public System.Windows.Forms.ToolStripItem ClickedItem { get { throw null; } }
16625     }
ToolStripItemClickedEventHandler(object sender, System.Windows.Forms.ToolStripItemClickedEventArgs e)16626     public delegate void ToolStripItemClickedEventHandler(object sender, System.Windows.Forms.ToolStripItemClickedEventArgs e);
16627     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ToolStripCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
16628     [System.ComponentModel.ListBindableAttribute(false)]
16629     public partial class ToolStripItemCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
16630     {
ToolStripItemCollection(System.Windows.Forms.ToolStrip owner, System.Windows.Forms.ToolStripItem[] value)16631         public ToolStripItemCollection(System.Windows.Forms.ToolStrip owner, System.Windows.Forms.ToolStripItem[] value) { }
16632         public override bool IsReadOnly { get { throw null; } }
16633         public virtual System.Windows.Forms.ToolStripItem this[int index] { get { throw null; } }
16634         public virtual System.Windows.Forms.ToolStripItem this[string key] { get { throw null; } }
16635         bool System.Collections.IList.IsFixedSize { get { throw null; } }
16636         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.Drawing.Image image)16637         public System.Windows.Forms.ToolStripItem Add(System.Drawing.Image image) { throw null; }
Add(string text)16638         public System.Windows.Forms.ToolStripItem Add(string text) { throw null; }
Add(string text, System.Drawing.Image image)16639         public System.Windows.Forms.ToolStripItem Add(string text, System.Drawing.Image image) { throw null; }
Add(string text, System.Drawing.Image image, System.EventHandler onClick)16640         public System.Windows.Forms.ToolStripItem Add(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
Add(System.Windows.Forms.ToolStripItem value)16641         public int Add(System.Windows.Forms.ToolStripItem value) { throw null; }
AddRange(System.Windows.Forms.ToolStripItemCollection toolStripItems)16642         public void AddRange(System.Windows.Forms.ToolStripItemCollection toolStripItems) { }
AddRange(System.Windows.Forms.ToolStripItem[] toolStripItems)16643         public void AddRange(System.Windows.Forms.ToolStripItem[] toolStripItems) { }
Clear()16644         public virtual void Clear() { }
Contains(System.Windows.Forms.ToolStripItem value)16645         public bool Contains(System.Windows.Forms.ToolStripItem value) { throw null; }
ContainsKey(string key)16646         public virtual bool ContainsKey(string key) { throw null; }
CopyTo(System.Windows.Forms.ToolStripItem[] array, int index)16647         public void CopyTo(System.Windows.Forms.ToolStripItem[] array, int index) { }
16648         [System.MonoTODOAttribute("searchAllChildren parameter isn't used")]
Find(string key, bool searchAllChildren)16649         public System.Windows.Forms.ToolStripItem[] Find(string key, bool searchAllChildren) { throw null; }
IndexOf(System.Windows.Forms.ToolStripItem value)16650         public int IndexOf(System.Windows.Forms.ToolStripItem value) { throw null; }
IndexOfKey(string key)16651         public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, System.Windows.Forms.ToolStripItem value)16652         public void Insert(int index, System.Windows.Forms.ToolStripItem value) { }
Remove(System.Windows.Forms.ToolStripItem value)16653         public void Remove(System.Windows.Forms.ToolStripItem value) { }
RemoveAt(int index)16654         public void RemoveAt(int index) { }
RemoveByKey(string key)16655         public virtual void RemoveByKey(string key) { }
System.Collections.IList.Add(object value)16656         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()16657         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)16658         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)16659         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)16660         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)16661         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)16662         void System.Collections.IList.RemoveAt(int index) { }
16663     }
16664     public enum ToolStripItemDisplayStyle
16665     {
16666         Image = 2,
16667         ImageAndText = 3,
16668         None = 0,
16669         Text = 1,
16670     }
16671     public partial class ToolStripItemEventArgs : System.EventArgs
16672     {
ToolStripItemEventArgs(System.Windows.Forms.ToolStripItem item)16673         public ToolStripItemEventArgs(System.Windows.Forms.ToolStripItem item) { }
16674         public System.Windows.Forms.ToolStripItem Item { get { throw null; } }
16675     }
ToolStripItemEventHandler(object sender, System.Windows.Forms.ToolStripItemEventArgs e)16676     public delegate void ToolStripItemEventHandler(object sender, System.Windows.Forms.ToolStripItemEventArgs e);
16677     public partial class ToolStripItemImageRenderEventArgs : System.Windows.Forms.ToolStripItemRenderEventArgs
16678     {
ToolStripItemImageRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle)16679         public ToolStripItemImageRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
ToolStripItemImageRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, System.Drawing.Rectangle imageRectangle)16680         public ToolStripItemImageRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, System.Drawing.Rectangle imageRectangle) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
16681         public System.Drawing.Image Image { get { throw null; } }
16682         public System.Drawing.Rectangle ImageRectangle { get { throw null; } }
16683     }
ToolStripItemImageRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemImageRenderEventArgs e)16684     public delegate void ToolStripItemImageRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemImageRenderEventArgs e);
16685     public enum ToolStripItemImageScaling
16686     {
16687         None = 0,
16688         SizeToFit = 1,
16689     }
16690     public enum ToolStripItemOverflow
16691     {
16692         Always = 1,
16693         AsNeeded = 2,
16694         Never = 0,
16695     }
16696     public enum ToolStripItemPlacement
16697     {
16698         Main = 0,
16699         None = 2,
16700         Overflow = 1,
16701     }
16702     public partial class ToolStripItemRenderEventArgs : System.EventArgs
16703     {
ToolStripItemRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item)16704         public ToolStripItemRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item) { }
16705         public System.Drawing.Graphics Graphics { get { throw null; } }
16706         public System.Windows.Forms.ToolStripItem Item { get { throw null; } }
16707         public System.Windows.Forms.ToolStrip ToolStrip { get { throw null; } }
16708     }
ToolStripItemRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemRenderEventArgs e)16709     public delegate void ToolStripItemRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemRenderEventArgs e);
16710     public partial class ToolStripItemTextRenderEventArgs : System.Windows.Forms.ToolStripItemRenderEventArgs
16711     {
ToolStripItemTextRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, string text, System.Drawing.Rectangle textRectangle, System.Drawing.Color textColor, System.Drawing.Font textFont, System.Drawing.ContentAlignment textAlign)16712         public ToolStripItemTextRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, string text, System.Drawing.Rectangle textRectangle, System.Drawing.Color textColor, System.Drawing.Font textFont, System.Drawing.ContentAlignment textAlign) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
ToolStripItemTextRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, string text, System.Drawing.Rectangle textRectangle, System.Drawing.Color textColor, System.Drawing.Font textFont, System.Windows.Forms.TextFormatFlags format)16713         public ToolStripItemTextRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, string text, System.Drawing.Rectangle textRectangle, System.Drawing.Color textColor, System.Drawing.Font textFont, System.Windows.Forms.TextFormatFlags format) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
16714         public string Text { get { throw null; } set { } }
16715         public System.Drawing.Color TextColor { get { throw null; } set { } }
16716         public System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
16717         public System.Drawing.Font TextFont { get { throw null; } set { } }
16718         public System.Windows.Forms.TextFormatFlags TextFormat { get { throw null; } set { } }
16719         public System.Drawing.Rectangle TextRectangle { get { throw null; } set { } }
16720     }
ToolStripItemTextRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemTextRenderEventArgs e)16721     public delegate void ToolStripItemTextRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemTextRenderEventArgs e);
16722     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(1))]
16723     public partial class ToolStripLabel : System.Windows.Forms.ToolStripItem
16724     {
ToolStripLabel()16725         public ToolStripLabel() { }
ToolStripLabel(System.Drawing.Image image)16726         public ToolStripLabel(System.Drawing.Image image) { }
ToolStripLabel(string text)16727         public ToolStripLabel(string text) { }
ToolStripLabel(string text, System.Drawing.Image image)16728         public ToolStripLabel(string text, System.Drawing.Image image) { }
ToolStripLabel(string text, System.Drawing.Image image, bool isLink)16729         public ToolStripLabel(string text, System.Drawing.Image image, bool isLink) { }
ToolStripLabel(string text, System.Drawing.Image image, bool isLink, System.EventHandler onClick)16730         public ToolStripLabel(string text, System.Drawing.Image image, bool isLink, System.EventHandler onClick) { }
ToolStripLabel(string text, System.Drawing.Image image, bool isLink, System.EventHandler onClick, string name)16731         public ToolStripLabel(string text, System.Drawing.Image image, bool isLink, System.EventHandler onClick, string name) { }
16732         public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
16733         public override bool CanSelect { get { throw null; } }
16734         [System.ComponentModel.DefaultValueAttribute(false)]
16735         public bool IsLink { get { throw null; } set { } }
16736         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.LinkBehavior)(0))]
16737         public System.Windows.Forms.LinkBehavior LinkBehavior { get { throw null; } set { } }
16738         public System.Drawing.Color LinkColor { get { throw null; } set { } }
16739         [System.ComponentModel.DefaultValueAttribute(false)]
16740         public bool LinkVisited { get { throw null; } set { } }
16741         public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
16742         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateAccessibilityInstance()16743         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
OnFontChanged(System.EventArgs e)16744         protected override void OnFontChanged(System.EventArgs e) { }
OnMouseEnter(System.EventArgs e)16745         protected override void OnMouseEnter(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)16746         protected override void OnMouseLeave(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)16747         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
ProcessMnemonic(char charCode)16748         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
16749     }
16750     public enum ToolStripLayoutStyle
16751     {
16752         Flow = 3,
16753         HorizontalStackWithOverflow = 1,
16754         StackWithOverflow = 0,
16755         Table = 4,
16756         VerticalStackWithOverflow = 2,
16757     }
16758     public sealed partial class ToolStripManager
16759     {
ToolStripManager()16760         internal ToolStripManager() { }
16761         public static System.Windows.Forms.ToolStripRenderer Renderer { get { throw null; } set { } }
16762         public static System.Windows.Forms.ToolStripManagerRenderMode RenderMode { get { throw null; } set { } }
16763         public static bool VisualStylesEnabled { get { throw null; } set { } }
16764         public static event System.EventHandler RendererChanged { add { } remove { } }
FindToolStrip(string toolStripName)16765         public static System.Windows.Forms.ToolStrip FindToolStrip(string toolStripName) { throw null; }
IsShortcutDefined(System.Windows.Forms.Keys shortcut)16766         public static bool IsShortcutDefined(System.Windows.Forms.Keys shortcut) { throw null; }
IsValidShortcut(System.Windows.Forms.Keys shortcut)16767         public static bool IsValidShortcut(System.Windows.Forms.Keys shortcut) { throw null; }
16768         [System.MonoTODOAttribute("Stub, does nothing")]
LoadSettings(System.Windows.Forms.Form targetForm)16769         public static void LoadSettings(System.Windows.Forms.Form targetForm) { }
16770         [System.MonoTODOAttribute("Stub, does nothing")]
LoadSettings(System.Windows.Forms.Form targetForm, string key)16771         public static void LoadSettings(System.Windows.Forms.Form targetForm, string key) { }
16772         [System.MonoLimitationAttribute("Only supports one level of merging, cannot merge the same ToolStrip multiple times")]
Merge(System.Windows.Forms.ToolStrip sourceToolStrip, string targetName)16773         public static bool Merge(System.Windows.Forms.ToolStrip sourceToolStrip, string targetName) { throw null; }
16774         [System.MonoLimitationAttribute("Only supports one level of merging, cannot merge the same ToolStrip multiple times")]
Merge(System.Windows.Forms.ToolStrip sourceToolStrip, System.Windows.Forms.ToolStrip targetToolStrip)16775         public static bool Merge(System.Windows.Forms.ToolStrip sourceToolStrip, System.Windows.Forms.ToolStrip targetToolStrip) { throw null; }
RevertMerge(string targetName)16776         public static bool RevertMerge(string targetName) { throw null; }
RevertMerge(System.Windows.Forms.ToolStrip targetToolStrip)16777         public static bool RevertMerge(System.Windows.Forms.ToolStrip targetToolStrip) { throw null; }
RevertMerge(System.Windows.Forms.ToolStrip targetToolStrip, System.Windows.Forms.ToolStrip sourceToolStrip)16778         public static bool RevertMerge(System.Windows.Forms.ToolStrip targetToolStrip, System.Windows.Forms.ToolStrip sourceToolStrip) { throw null; }
SaveSettings(System.Windows.Forms.Form sourceForm)16779         public static void SaveSettings(System.Windows.Forms.Form sourceForm) { }
SaveSettings(System.Windows.Forms.Form sourceForm, string key)16780         public static void SaveSettings(System.Windows.Forms.Form sourceForm, string key) { }
16781     }
16782     public enum ToolStripManagerRenderMode
16783     {
16784         [System.ComponentModel.BrowsableAttribute(false)]
16785         Custom = 0,
16786         Professional = 2,
16787         System = 1,
16788     }
16789     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.ToolStripMenuItemCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
16790     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(6))]
16791     public partial class ToolStripMenuItem : System.Windows.Forms.ToolStripDropDownItem
16792     {
ToolStripMenuItem()16793         public ToolStripMenuItem() { }
ToolStripMenuItem(System.Drawing.Image image)16794         public ToolStripMenuItem(System.Drawing.Image image) { }
ToolStripMenuItem(string text)16795         public ToolStripMenuItem(string text) { }
ToolStripMenuItem(string text, System.Drawing.Image image)16796         public ToolStripMenuItem(string text, System.Drawing.Image image) { }
ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick)16797         public ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick) { }
ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name)16798         public ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick, System.Windows.Forms.Keys shortcutKeys)16799         public ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick, System.Windows.Forms.Keys shortcutKeys) { }
ToolStripMenuItem(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems)16800         public ToolStripMenuItem(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems) { }
16801         [System.ComponentModel.BindableAttribute(true)]
16802         [System.ComponentModel.DefaultValueAttribute(false)]
16803         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
16804         public bool Checked { get { throw null; } set { } }
16805         [System.ComponentModel.DefaultValueAttribute(false)]
16806         public bool CheckOnClick { get { throw null; } set { } }
16807         [System.ComponentModel.BindableAttribute(true)]
16808         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.CheckState)(0))]
16809         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
16810         public System.Windows.Forms.CheckState CheckState { get { throw null; } set { } }
16811         protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
16812         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
16813         protected override System.Drawing.Size DefaultSize { get { throw null; } }
16814         public override bool Enabled { get { throw null; } set { } }
16815         [System.ComponentModel.BrowsableAttribute(false)]
16816         public bool IsMdiWindowListEntry { get { throw null; } }
16817         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripItemOverflow)(0))]
16818         public new System.Windows.Forms.ToolStripItemOverflow Overflow { get { throw null; } set { } }
16819         [System.ComponentModel.DefaultValueAttribute(null)]
16820         [System.ComponentModel.LocalizableAttribute(true)]
16821         public string ShortcutKeyDisplayString { get { throw null; } set { } }
16822         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Keys)(0))]
16823         [System.ComponentModel.LocalizableAttribute(true)]
16824         public System.Windows.Forms.Keys ShortcutKeys { get { throw null; } set { } }
16825         [System.ComponentModel.DefaultValueAttribute(true)]
16826         [System.ComponentModel.LocalizableAttribute(true)]
16827         public bool ShowShortcutKeys { get { throw null; } set { } }
16828         public event System.EventHandler CheckedChanged { add { } remove { } }
16829         public event System.EventHandler CheckStateChanged { add { } remove { } }
16830         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateAccessibilityInstance()16831         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateDefaultDropDown()16832         protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
Dispose(bool disposing)16833         protected override void Dispose(bool disposing) { }
OnCheckedChanged(System.EventArgs e)16834         protected virtual void OnCheckedChanged(System.EventArgs e) { }
OnCheckStateChanged(System.EventArgs e)16835         protected virtual void OnCheckStateChanged(System.EventArgs e) { }
OnClick(System.EventArgs e)16836         protected override void OnClick(System.EventArgs e) { }
OnDropDownHide(System.EventArgs e)16837         protected override void OnDropDownHide(System.EventArgs e) { }
OnDropDownShow(System.EventArgs e)16838         protected override void OnDropDownShow(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)16839         protected override void OnFontChanged(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)16840         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseEnter(System.EventArgs e)16841         protected override void OnMouseEnter(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)16842         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)16843         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnOwnerChanged(System.EventArgs e)16844         protected override void OnOwnerChanged(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)16845         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)16846         protected internal override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
ProcessMnemonic(char charCode)16847         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
SetBounds(System.Drawing.Rectangle rect)16848         protected internal override void SetBounds(System.Drawing.Rectangle rect) { }
16849     }
16850     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
16851     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16852     public partial class ToolStripOverflow : System.Windows.Forms.ToolStripDropDown, System.ComponentModel.IComponent, System.IDisposable
16853     {
ToolStripOverflow(System.Windows.Forms.ToolStripItem parentItem)16854         public ToolStripOverflow(System.Windows.Forms.ToolStripItem parentItem) { }
16855         protected internal override System.Windows.Forms.ToolStripItemCollection DisplayedItems { get { throw null; } }
16856         public override System.Windows.Forms.ToolStripItemCollection Items { get { throw null; } }
16857         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
CreateAccessibilityInstance()16858         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetPreferredSize(System.Drawing.Size constrainingSize)16859         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
16860         [System.MonoInternalNoteAttribute("This should stack in rows of ~3, but for now 1 column will work.")]
OnLayout(System.Windows.Forms.LayoutEventArgs e)16861         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
SetDisplayedItems()16862         protected override void SetDisplayedItems() { }
16863     }
16864     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(0))]
16865     public partial class ToolStripOverflowButton : System.Windows.Forms.ToolStripDropDownButton
16866     {
ToolStripOverflowButton()16867         internal ToolStripOverflowButton() { }
16868         protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
16869         public override bool HasDropDownItems { get { throw null; } }
16870         [System.ComponentModel.BrowsableAttribute(false)]
16871         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16872         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16873         public new bool RightToLeftAutoMirrorImage { get { throw null; } set { } }
CreateAccessibilityInstance()16874         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateDefaultDropDown()16875         protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
Dispose(bool disposing)16876         protected override void Dispose(bool disposing) { }
GetPreferredSize(System.Drawing.Size constrainingSize)16877         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnPaint(System.Windows.Forms.PaintEventArgs e)16878         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
SetBounds(System.Drawing.Rectangle bounds)16879         protected internal override void SetBounds(System.Drawing.Rectangle bounds) { }
16880     }
16881     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
16882     [System.Drawing.ToolboxBitmapAttribute("")]
16883     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
16884     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16885     public partial class ToolStripPanel : System.Windows.Forms.ContainerControl, System.ComponentModel.IComponent, System.IDisposable
16886     {
ToolStripPanel()16887         public ToolStripPanel() { }
16888         [System.ComponentModel.BrowsableAttribute(false)]
16889         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16890         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16891         public override bool AllowDrop { get { throw null; } set { } }
16892         [System.ComponentModel.BrowsableAttribute(false)]
16893         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16894         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16895         public override bool AutoScroll { get { throw null; } set { } }
16896         [System.ComponentModel.BrowsableAttribute(false)]
16897         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16898         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16899         public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
16900         [System.ComponentModel.BrowsableAttribute(false)]
16901         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16902         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16903         public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
16904         [System.ComponentModel.DefaultValueAttribute(true)]
16905         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
16906         public override bool AutoSize { get { throw null; } set { } }
16907         protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
16908         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
16909         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
16910         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
16911         [System.ComponentModel.BrowsableAttribute(false)]
16912         [System.ComponentModel.DefaultValueAttribute(false)]
16913         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16914         public bool Locked { get { throw null; } set { } }
16915         public System.Windows.Forms.Orientation Orientation { get { throw null; } set { } }
16916         [System.ComponentModel.BrowsableAttribute(false)]
16917         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16918         public System.Windows.Forms.ToolStripRenderer Renderer { get { throw null; } set { } }
16919         public System.Windows.Forms.ToolStripRenderMode RenderMode { get { throw null; } set { } }
16920         public System.Windows.Forms.Padding RowMargin { get { throw null; } set { } }
16921         [System.ComponentModel.BrowsableAttribute(false)]
16922         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16923         public System.Windows.Forms.ToolStripPanelRow[] Rows { get { throw null; } }
16924         [System.ComponentModel.BrowsableAttribute(false)]
16925         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16926         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16927         public new int TabIndex { get { throw null; } set { } }
16928         [System.ComponentModel.BrowsableAttribute(false)]
16929         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16930         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16931         public new bool TabStop { get { throw null; } set { } }
16932         [System.ComponentModel.BrowsableAttribute(false)]
16933         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16934         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16935         public override string Text { get { throw null; } set { } }
16936         [System.ComponentModel.BrowsableAttribute(true)]
16937         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16938         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
16939         public event System.EventHandler RendererChanged { add { } remove { } }
16940         [System.ComponentModel.BrowsableAttribute(false)]
16941         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16942         public new event System.EventHandler TabIndexChanged { add { } remove { } }
16943         [System.ComponentModel.BrowsableAttribute(false)]
16944         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16945         public new event System.EventHandler TabStopChanged { add { } remove { } }
16946         [System.ComponentModel.BrowsableAttribute(false)]
16947         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16948         public new event System.EventHandler TextChanged { add { } remove { } }
BeginInit()16949         public void BeginInit() { }
CreateControlsInstance()16950         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
Dispose(bool disposing)16951         protected override void Dispose(bool disposing) { }
EndInit()16952         public void EndInit() { }
16953         [System.MonoTODOAttribute("Not implemented")]
Join(System.Windows.Forms.ToolStrip toolStripToDrag)16954         public void Join(System.Windows.Forms.ToolStrip toolStripToDrag) { }
16955         [System.MonoTODOAttribute("Not implemented")]
Join(System.Windows.Forms.ToolStrip toolStripToDrag, System.Drawing.Point location)16956         public void Join(System.Windows.Forms.ToolStrip toolStripToDrag, System.Drawing.Point location) { }
16957         [System.MonoTODOAttribute("Not implemented")]
Join(System.Windows.Forms.ToolStrip toolStripToDrag, int row)16958         public void Join(System.Windows.Forms.ToolStrip toolStripToDrag, int row) { }
16959         [System.MonoTODOAttribute("Not implemented")]
Join(System.Windows.Forms.ToolStrip toolStripToDrag, int x, int y)16960         public void Join(System.Windows.Forms.ToolStrip toolStripToDrag, int x, int y) { }
OnControlAdded(System.Windows.Forms.ControlEventArgs e)16961         protected override void OnControlAdded(System.Windows.Forms.ControlEventArgs e) { }
OnControlRemoved(System.Windows.Forms.ControlEventArgs e)16962         protected override void OnControlRemoved(System.Windows.Forms.ControlEventArgs e) { }
OnDockChanged(System.EventArgs e)16963         protected override void OnDockChanged(System.EventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)16964         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
16965         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)16966         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
OnParentChanged(System.EventArgs e)16967         protected override void OnParentChanged(System.EventArgs e) { }
OnRendererChanged(System.EventArgs e)16968         protected virtual void OnRendererChanged(System.EventArgs e) { }
OnRightToLeftChanged(System.EventArgs e)16969         protected override void OnRightToLeftChanged(System.EventArgs e) { }
PointToRow(System.Drawing.Point clientLocation)16970         public System.Windows.Forms.ToolStripPanelRow PointToRow(System.Drawing.Point clientLocation) { throw null; }
16971         [System.ComponentModel.ListBindableAttribute(false)]
16972         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
16973         public partial class ToolStripPanelRowCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
16974         {
ToolStripPanelRowCollection(System.Windows.Forms.ToolStripPanel owner)16975             public ToolStripPanelRowCollection(System.Windows.Forms.ToolStripPanel owner) { }
ToolStripPanelRowCollection(System.Windows.Forms.ToolStripPanel owner, System.Windows.Forms.ToolStripPanelRow[] value)16976             public ToolStripPanelRowCollection(System.Windows.Forms.ToolStripPanel owner, System.Windows.Forms.ToolStripPanelRow[] value) { }
16977             public virtual System.Windows.Forms.ToolStripPanelRow this[int index] { get { throw null; } }
16978             bool System.Collections.IList.IsFixedSize { get { throw null; } }
16979             bool System.Collections.IList.IsReadOnly { get { throw null; } }
16980             object System.Collections.IList.this[int index] { get { throw null; } [System.MonoTODOAttribute("Stub, does nothing")]set { } }
Add(System.Windows.Forms.ToolStripPanelRow value)16981             public int Add(System.Windows.Forms.ToolStripPanelRow value) { throw null; }
AddRange(System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection value)16982             public void AddRange(System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection value) { }
AddRange(System.Windows.Forms.ToolStripPanelRow[] value)16983             public void AddRange(System.Windows.Forms.ToolStripPanelRow[] value) { }
Clear()16984             public virtual void Clear() { }
Contains(System.Windows.Forms.ToolStripPanelRow value)16985             public bool Contains(System.Windows.Forms.ToolStripPanelRow value) { throw null; }
CopyTo(System.Windows.Forms.ToolStripPanelRow[] array, int index)16986             public void CopyTo(System.Windows.Forms.ToolStripPanelRow[] array, int index) { }
IndexOf(System.Windows.Forms.ToolStripPanelRow value)16987             public int IndexOf(System.Windows.Forms.ToolStripPanelRow value) { throw null; }
Insert(int index, System.Windows.Forms.ToolStripPanelRow value)16988             public void Insert(int index, System.Windows.Forms.ToolStripPanelRow value) { }
Remove(System.Windows.Forms.ToolStripPanelRow value)16989             public void Remove(System.Windows.Forms.ToolStripPanelRow value) { }
RemoveAt(int index)16990             public void RemoveAt(int index) { }
System.Collections.IList.Add(object value)16991             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()16992             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)16993             bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)16994             int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)16995             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)16996             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)16997             void System.Collections.IList.RemoveAt(int index) { }
16998         }
16999     }
17000     public partial class ToolStripPanelRenderEventArgs : System.EventArgs
17001     {
ToolStripPanelRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripPanel toolStripPanel)17002         public ToolStripPanelRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripPanel toolStripPanel) { }
17003         public System.Drawing.Graphics Graphics { get { throw null; } }
17004         public bool Handled { get { throw null; } set { } }
17005         public System.Windows.Forms.ToolStripPanel ToolStripPanel { get { throw null; } }
17006     }
ToolStripPanelRenderEventHandler(object sender, System.Windows.Forms.ToolStripPanelRenderEventArgs e)17007     public delegate void ToolStripPanelRenderEventHandler(object sender, System.Windows.Forms.ToolStripPanelRenderEventArgs e);
17008     [System.ComponentModel.ToolboxItemAttribute(false)]
17009     public partial class ToolStripPanelRow : System.ComponentModel.Component, System.ComponentModel.IComponent, System.IDisposable
17010     {
ToolStripPanelRow(System.Windows.Forms.ToolStripPanel parent)17011         public ToolStripPanelRow(System.Windows.Forms.ToolStripPanel parent) { }
17012         public System.Drawing.Rectangle Bounds { get { throw null; } }
17013         [System.ComponentModel.BrowsableAttribute(false)]
17014         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17015         public System.Windows.Forms.Control[] Controls { get { throw null; } }
17016         protected virtual System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
17017         protected virtual System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
17018         public System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
17019         public System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
17020         public System.Windows.Forms.Padding Margin { get { throw null; } set { } }
17021         public System.Windows.Forms.Orientation Orientation { get { throw null; } }
17022         public virtual System.Windows.Forms.Padding Padding { get { throw null; } set { } }
17023         public System.Windows.Forms.ToolStripPanel ToolStripPanel { get { throw null; } }
CanMove(System.Windows.Forms.ToolStrip toolStripToDrag)17024         public bool CanMove(System.Windows.Forms.ToolStrip toolStripToDrag) { throw null; }
Dispose(bool disposing)17025         protected override void Dispose(bool disposing) { }
OnBoundsChanged(System.Drawing.Rectangle oldBounds, System.Drawing.Rectangle newBounds)17026         protected void OnBoundsChanged(System.Drawing.Rectangle oldBounds, System.Drawing.Rectangle newBounds) { }
OnControlAdded(System.Windows.Forms.Control control, int index)17027         protected internal virtual void OnControlAdded(System.Windows.Forms.Control control, int index) { }
OnControlRemoved(System.Windows.Forms.Control control, int index)17028         protected internal virtual void OnControlRemoved(System.Windows.Forms.Control control, int index) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)17029         protected virtual void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnOrientationChanged()17030         protected internal virtual void OnOrientationChanged() { }
17031     }
17032     public partial class ToolStripProfessionalRenderer : System.Windows.Forms.ToolStripRenderer
17033     {
ToolStripProfessionalRenderer()17034         public ToolStripProfessionalRenderer() { }
ToolStripProfessionalRenderer(System.Windows.Forms.ProfessionalColorTable professionalColorTable)17035         public ToolStripProfessionalRenderer(System.Windows.Forms.ProfessionalColorTable professionalColorTable) { }
17036         public System.Windows.Forms.ProfessionalColorTable ColorTable { get { throw null; } }
17037         public bool RoundedEdges { get { throw null; } set { } }
OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e)17038         protected override void OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e) { }
OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17039         protected override void OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17040         protected override void OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e)17041         protected override void OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { }
OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e)17042         protected override void OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e)17043         protected override void OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e)17044         protected override void OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e)17045         protected override void OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e) { }
OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17046         protected override void OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17047         protected override void OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17048         protected override void OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e)17049         protected override void OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e) { }
OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17050         protected override void OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e)17051         protected override void OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e)17052         protected override void OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e)17053         protected override void OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e) { }
OnRenderToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e)17054         protected override void OnRenderToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e) { }
OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17055         protected override void OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
17056     }
17057     [System.ComponentModel.DefaultPropertyAttribute("Value")]
17058     public partial class ToolStripProgressBar : System.Windows.Forms.ToolStripControlHost
17059     {
ToolStripProgressBar()17060         public ToolStripProgressBar() : base (default(System.Windows.Forms.Control)) { }
ToolStripProgressBar(string name)17061         public ToolStripProgressBar(string name) : base (default(System.Windows.Forms.Control)) { }
17062         [System.ComponentModel.BrowsableAttribute(false)]
17063         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17064         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17065         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
17066         [System.ComponentModel.BrowsableAttribute(false)]
17067         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17068         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17069         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
17070         protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
17071         protected override System.Drawing.Size DefaultSize { get { throw null; } }
17072         [System.ComponentModel.DefaultValueAttribute(100)]
17073         public int MarqueeAnimationSpeed { get { throw null; } set { } }
17074         [System.ComponentModel.DefaultValueAttribute(100)]
17075         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17076         public int Maximum { get { throw null; } set { } }
17077         [System.ComponentModel.DefaultValueAttribute(0)]
17078         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17079         public int Minimum { get { throw null; } set { } }
17080         [System.ComponentModel.BrowsableAttribute(false)]
17081         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17082         public System.Windows.Forms.ProgressBar ProgressBar { get { throw null; } }
17083         [System.ComponentModel.DefaultValueAttribute(false)]
17084         [System.ComponentModel.LocalizableAttribute(true)]
17085         public virtual bool RightToLeftLayout { get { throw null; } set { } }
17086         [System.ComponentModel.DefaultValueAttribute(10)]
17087         public int Step { get { throw null; } set { } }
17088         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ProgressBarStyle)(0))]
17089         public System.Windows.Forms.ProgressBarStyle Style { get { throw null; } set { } }
17090         [System.ComponentModel.BrowsableAttribute(false)]
17091         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17092         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17093         public override string Text { get { throw null; } set { } }
17094         [System.ComponentModel.BindableAttribute(true)]
17095         [System.ComponentModel.DefaultValueAttribute(0)]
17096         public int Value { get { throw null; } set { } }
17097         [System.ComponentModel.BrowsableAttribute(false)]
17098         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17099         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
17100         [System.ComponentModel.BrowsableAttribute(false)]
17101         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17102         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
17103         [System.ComponentModel.BrowsableAttribute(false)]
17104         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17105         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
17106         [System.ComponentModel.BrowsableAttribute(false)]
17107         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17108         public new event System.EventHandler LocationChanged { add { } remove { } }
17109         [System.ComponentModel.BrowsableAttribute(false)]
17110         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17111         public new event System.EventHandler OwnerChanged { add { } remove { } }
17112         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
17113         [System.ComponentModel.BrowsableAttribute(false)]
17114         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17115         public new event System.EventHandler TextChanged { add { } remove { } }
17116         [System.ComponentModel.BrowsableAttribute(false)]
17117         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17118         public new event System.EventHandler Validated { add { } remove { } }
17119         [System.ComponentModel.BrowsableAttribute(false)]
17120         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17121         public new event System.ComponentModel.CancelEventHandler Validating { add { } remove { } }
Increment(int value)17122         public void Increment(int value) { }
OnRightToLeftLayoutChanged(System.EventArgs e)17123         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
OnSubscribeControlEvents(System.Windows.Forms.Control control)17124         protected override void OnSubscribeControlEvents(System.Windows.Forms.Control control) { }
OnUnsubscribeControlEvents(System.Windows.Forms.Control control)17125         protected override void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { }
PerformStep()17126         public void PerformStep() { }
17127     }
17128     public abstract partial class ToolStripRenderer
17129     {
ToolStripRenderer()17130         protected ToolStripRenderer() { }
17131         public event System.Windows.Forms.ToolStripArrowRenderEventHandler RenderArrow { add { } remove { } }
17132         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderButtonBackground { add { } remove { } }
17133         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderDropDownButtonBackground { add { } remove { } }
17134         public event System.Windows.Forms.ToolStripGripRenderEventHandler RenderGrip { add { } remove { } }
17135         public event System.Windows.Forms.ToolStripRenderEventHandler RenderImageMargin { add { } remove { } }
17136         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderItemBackground { add { } remove { } }
17137         public event System.Windows.Forms.ToolStripItemImageRenderEventHandler RenderItemCheck { add { } remove { } }
17138         public event System.Windows.Forms.ToolStripItemImageRenderEventHandler RenderItemImage { add { } remove { } }
17139         public event System.Windows.Forms.ToolStripItemTextRenderEventHandler RenderItemText { add { } remove { } }
17140         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderLabelBackground { add { } remove { } }
17141         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderMenuItemBackground { add { } remove { } }
17142         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderOverflowButtonBackground { add { } remove { } }
17143         public event System.Windows.Forms.ToolStripSeparatorRenderEventHandler RenderSeparator { add { } remove { } }
17144         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderSplitButtonBackground { add { } remove { } }
17145         public event System.Windows.Forms.ToolStripRenderEventHandler RenderStatusStripSizingGrip { add { } remove { } }
17146         public event System.Windows.Forms.ToolStripRenderEventHandler RenderToolStripBackground { add { } remove { } }
17147         public event System.Windows.Forms.ToolStripRenderEventHandler RenderToolStripBorder { add { } remove { } }
17148         public event System.Windows.Forms.ToolStripContentPanelRenderEventHandler RenderToolStripContentPanelBackground { add { } remove { } }
17149         public event System.Windows.Forms.ToolStripPanelRenderEventHandler RenderToolStripPanelBackground { add { } remove { } }
17150         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderToolStripStatusLabelBackground { add { } remove { } }
CreateDisabledImage(System.Drawing.Image normalImage)17151         public static System.Drawing.Image CreateDisabledImage(System.Drawing.Image normalImage) { throw null; }
DrawArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e)17152         public void DrawArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e) { }
DrawButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17153         public void DrawButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
DrawDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17154         public void DrawDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
DrawGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e)17155         public void DrawGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { }
DrawImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e)17156         public void DrawImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { }
DrawItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17157         public void DrawItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
DrawItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e)17158         public void DrawItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
DrawItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e)17159         public void DrawItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
DrawItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e)17160         public void DrawItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e) { }
DrawLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17161         public void DrawLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
DrawMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17162         public void DrawMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
DrawOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17163         public void DrawOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
DrawSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e)17164         public void DrawSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e) { }
DrawSplitButton(System.Windows.Forms.ToolStripItemRenderEventArgs e)17165         public void DrawSplitButton(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
DrawStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs e)17166         public void DrawStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs e) { }
DrawToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e)17167         public void DrawToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e) { }
DrawToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e)17168         public void DrawToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) { }
DrawToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e)17169         public void DrawToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e) { }
DrawToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e)17170         public void DrawToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e) { }
DrawToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17171         public void DrawToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
Initialize(System.Windows.Forms.ToolStrip toolStrip)17172         protected internal virtual void Initialize(System.Windows.Forms.ToolStrip toolStrip) { }
InitializeContentPanel(System.Windows.Forms.ToolStripContentPanel contentPanel)17173         protected internal virtual void InitializeContentPanel(System.Windows.Forms.ToolStripContentPanel contentPanel) { }
InitializeItem(System.Windows.Forms.ToolStripItem item)17174         protected internal virtual void InitializeItem(System.Windows.Forms.ToolStripItem item) { }
InitializePanel(System.Windows.Forms.ToolStripPanel toolStripPanel)17175         protected internal virtual void InitializePanel(System.Windows.Forms.ToolStripPanel toolStripPanel) { }
OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e)17176         protected virtual void OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e) { }
OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17177         protected virtual void OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17178         protected virtual void OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e)17179         protected virtual void OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { }
OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e)17180         protected virtual void OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17181         protected virtual void OnRenderItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e)17182         protected virtual void OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e)17183         protected virtual void OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e)17184         protected virtual void OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e) { }
OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17185         protected virtual void OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17186         protected virtual void OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17187         protected virtual void OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e)17188         protected virtual void OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e) { }
OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17189         protected virtual void OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs e)17190         protected virtual void OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e)17191         protected virtual void OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e)17192         protected virtual void OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e)17193         protected virtual void OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e) { }
OnRenderToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e)17194         protected virtual void OnRenderToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e) { }
OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17195         protected virtual void OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
17196     }
17197     public partial class ToolStripRenderEventArgs : System.EventArgs
17198     {
ToolStripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip)17199         public ToolStripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip) { }
ToolStripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip, System.Drawing.Rectangle affectedBounds, System.Drawing.Color backColor)17200         public ToolStripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip, System.Drawing.Rectangle affectedBounds, System.Drawing.Color backColor) { }
17201         public System.Drawing.Rectangle AffectedBounds { get { throw null; } }
17202         public System.Drawing.Color BackColor { get { throw null; } }
17203         public System.Drawing.Rectangle ConnectedArea { get { throw null; } }
17204         public System.Drawing.Graphics Graphics { get { throw null; } }
17205         public System.Windows.Forms.ToolStrip ToolStrip { get { throw null; } }
17206     }
ToolStripRenderEventHandler(object sender, System.Windows.Forms.ToolStripRenderEventArgs e)17207     public delegate void ToolStripRenderEventHandler(object sender, System.Windows.Forms.ToolStripRenderEventArgs e);
17208     public enum ToolStripRenderMode
17209     {
17210         [System.ComponentModel.BrowsableAttribute(false)]
17211         Custom = 0,
17212         ManagerRenderMode = 3,
17213         Professional = 2,
17214         System = 1,
17215     }
17216     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(5))]
17217     public partial class ToolStripSeparator : System.Windows.Forms.ToolStripItem
17218     {
ToolStripSeparator()17219         public ToolStripSeparator() { }
17220         [System.ComponentModel.BrowsableAttribute(false)]
17221         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17222         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17223         public new bool AutoToolTip { get { throw null; } set { } }
17224         [System.ComponentModel.BrowsableAttribute(false)]
17225         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17226         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17227         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
17228         [System.ComponentModel.BrowsableAttribute(false)]
17229         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17230         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17231         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
17232         public override bool CanSelect { get { throw null; } }
17233         protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
17234         protected override System.Drawing.Size DefaultSize { get { throw null; } }
17235         [System.ComponentModel.BrowsableAttribute(false)]
17236         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17237         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17238         public new System.Windows.Forms.ToolStripItemDisplayStyle DisplayStyle { get { throw null; } set { } }
17239         [System.ComponentModel.BrowsableAttribute(false)]
17240         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17241         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17242         public new bool DoubleClickEnabled { get { throw null; } set { } }
17243         [System.ComponentModel.BrowsableAttribute(false)]
17244         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17245         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17246         public override bool Enabled { get { throw null; } set { } }
17247         [System.ComponentModel.BrowsableAttribute(false)]
17248         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17249         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17250         public override System.Drawing.Font Font { get { throw null; } set { } }
17251         [System.ComponentModel.BrowsableAttribute(false)]
17252         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17253         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17254         public override System.Drawing.Image Image { get { throw null; } set { } }
17255         [System.ComponentModel.BrowsableAttribute(false)]
17256         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17257         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17258         public new System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
17259         [System.ComponentModel.BrowsableAttribute(false)]
17260         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17261         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17262         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17263         public new int ImageIndex { get { throw null; } set { } }
17264         [System.ComponentModel.BrowsableAttribute(false)]
17265         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17266         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17267         public new string ImageKey { get { throw null; } set { } }
17268         [System.ComponentModel.BrowsableAttribute(false)]
17269         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17270         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17271         public new System.Windows.Forms.ToolStripItemImageScaling ImageScaling { get { throw null; } set { } }
17272         [System.ComponentModel.BrowsableAttribute(false)]
17273         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17274         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17275         public new System.Drawing.Color ImageTransparentColor { get { throw null; } set { } }
17276         [System.ComponentModel.BrowsableAttribute(false)]
17277         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17278         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17279         public new bool RightToLeftAutoMirrorImage { get { throw null; } set { } }
17280         [System.ComponentModel.BrowsableAttribute(false)]
17281         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17282         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17283         public override string Text { get { throw null; } set { } }
17284         [System.ComponentModel.BrowsableAttribute(false)]
17285         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17286         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17287         public new System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
17288         [System.ComponentModel.BrowsableAttribute(false)]
17289         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripTextDirection)(1))]
17290         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17291         public override System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
17292         [System.ComponentModel.BrowsableAttribute(false)]
17293         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17294         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17295         public new System.Windows.Forms.TextImageRelation TextImageRelation { get { throw null; } set { } }
17296         [System.ComponentModel.BrowsableAttribute(false)]
17297         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17298         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17299         public new string ToolTipText { get { throw null; } set { } }
17300         [System.ComponentModel.BrowsableAttribute(false)]
17301         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17302         public new event System.EventHandler DisplayStyleChanged { add { } remove { } }
17303         [System.ComponentModel.BrowsableAttribute(false)]
17304         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17305         public new event System.EventHandler EnabledChanged { add { } remove { } }
17306         [System.ComponentModel.BrowsableAttribute(false)]
17307         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17308         public new event System.EventHandler TextChanged { add { } remove { } }
17309         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateAccessibilityInstance()17310         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetPreferredSize(System.Drawing.Size constrainingSize)17311         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
17312         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
OnFontChanged(System.EventArgs e)17313         protected override void OnFontChanged(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)17314         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
SetBounds(System.Drawing.Rectangle rect)17315         protected internal override void SetBounds(System.Drawing.Rectangle rect) { }
17316     }
17317     public partial class ToolStripSeparatorRenderEventArgs : System.Windows.Forms.ToolStripItemRenderEventArgs
17318     {
ToolStripSeparatorRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripSeparator separator, bool vertical)17319         public ToolStripSeparatorRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripSeparator separator, bool vertical) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
17320         public bool Vertical { get { throw null; } }
17321     }
ToolStripSeparatorRenderEventHandler(object sender, System.Windows.Forms.ToolStripSeparatorRenderEventArgs e)17322     public delegate void ToolStripSeparatorRenderEventHandler(object sender, System.Windows.Forms.ToolStripSeparatorRenderEventArgs e);
17323     [System.ComponentModel.DefaultEventAttribute("ButtonClick")]
17324     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(9))]
17325     public partial class ToolStripSplitButton : System.Windows.Forms.ToolStripDropDownItem
17326     {
ToolStripSplitButton()17327         public ToolStripSplitButton() { }
ToolStripSplitButton(System.Drawing.Image image)17328         public ToolStripSplitButton(System.Drawing.Image image) { }
ToolStripSplitButton(string text)17329         public ToolStripSplitButton(string text) { }
ToolStripSplitButton(string text, System.Drawing.Image image)17330         public ToolStripSplitButton(string text, System.Drawing.Image image) { }
ToolStripSplitButton(string text, System.Drawing.Image image, System.EventHandler onClick)17331         public ToolStripSplitButton(string text, System.Drawing.Image image, System.EventHandler onClick) { }
ToolStripSplitButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name)17332         public ToolStripSplitButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
ToolStripSplitButton(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems)17333         public ToolStripSplitButton(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems) { }
17334         [System.ComponentModel.DefaultValueAttribute(true)]
17335         public new bool AutoToolTip { get { throw null; } set { } }
17336         [System.ComponentModel.BrowsableAttribute(false)]
17337         public System.Drawing.Rectangle ButtonBounds { get { throw null; } }
17338         [System.ComponentModel.BrowsableAttribute(false)]
17339         public bool ButtonPressed { get { throw null; } }
17340         [System.ComponentModel.BrowsableAttribute(false)]
17341         public bool ButtonSelected { get { throw null; } }
17342         protected override bool DefaultAutoToolTip { get { throw null; } }
17343         [System.ComponentModel.BrowsableAttribute(false)]
17344         [System.ComponentModel.DefaultValueAttribute(null)]
17345         public System.Windows.Forms.ToolStripItem DefaultItem { get { throw null; } set { } }
17346         protected internal override bool DismissWhenClicked { get { throw null; } }
17347         [System.ComponentModel.BrowsableAttribute(false)]
17348         public System.Drawing.Rectangle DropDownButtonBounds { get { throw null; } }
17349         [System.ComponentModel.BrowsableAttribute(false)]
17350         public bool DropDownButtonPressed { get { throw null; } }
17351         [System.ComponentModel.BrowsableAttribute(false)]
17352         public bool DropDownButtonSelected { get { throw null; } }
17353         public int DropDownButtonWidth { get { throw null; } set { } }
17354         [System.ComponentModel.BrowsableAttribute(false)]
17355         public System.Drawing.Rectangle SplitterBounds { get { throw null; } }
17356         public event System.EventHandler ButtonClick { add { } remove { } }
17357         public event System.EventHandler ButtonDoubleClick { add { } remove { } }
17358         public event System.EventHandler DefaultItemChanged { add { } remove { } }
CreateAccessibilityInstance()17359         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateDefaultDropDown()17360         protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
GetPreferredSize(System.Drawing.Size constrainingSize)17361         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnButtonClick(System.EventArgs e)17362         protected virtual void OnButtonClick(System.EventArgs e) { }
OnButtonDoubleClick(System.EventArgs e)17363         public virtual void OnButtonDoubleClick(System.EventArgs e) { }
OnDefaultItemChanged(System.EventArgs e)17364         protected virtual void OnDefaultItemChanged(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)17365         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseLeave(System.EventArgs e)17366         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)17367         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)17368         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
OnRightToLeftChanged(System.EventArgs e)17369         protected override void OnRightToLeftChanged(System.EventArgs e) { }
PerformButtonClick()17370         public void PerformButtonClick() { }
ProcessDialogKey(System.Windows.Forms.Keys keyData)17371         protected internal override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessMnemonic(char charCode)17372         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
17373         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetDropDownButtonWidth()17374         public virtual void ResetDropDownButtonWidth() { }
17375         public partial class ToolStripSplitButtonAccessibleObject : System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject
17376         {
ToolStripSplitButtonAccessibleObject(System.Windows.Forms.ToolStripSplitButton item)17377             public ToolStripSplitButtonAccessibleObject(System.Windows.Forms.ToolStripSplitButton item) : base (default(System.Windows.Forms.ToolStripItem)) { }
DoDefaultAction()17378             public override void DoDefaultAction() { }
17379         }
17380     }
17381     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(8))]
17382     public partial class ToolStripStatusLabel : System.Windows.Forms.ToolStripLabel
17383     {
ToolStripStatusLabel()17384         public ToolStripStatusLabel() { }
ToolStripStatusLabel(System.Drawing.Image image)17385         public ToolStripStatusLabel(System.Drawing.Image image) { }
ToolStripStatusLabel(string text)17386         public ToolStripStatusLabel(string text) { }
ToolStripStatusLabel(string text, System.Drawing.Image image)17387         public ToolStripStatusLabel(string text, System.Drawing.Image image) { }
ToolStripStatusLabel(string text, System.Drawing.Image image, System.EventHandler onClick)17388         public ToolStripStatusLabel(string text, System.Drawing.Image image, System.EventHandler onClick) { }
ToolStripStatusLabel(string text, System.Drawing.Image image, System.EventHandler onClick, string name)17389         public ToolStripStatusLabel(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
17390         [System.ComponentModel.BrowsableAttribute(false)]
17391         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
17392         public new System.Windows.Forms.ToolStripItemAlignment Alignment { get { throw null; } set { } }
17393         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripStatusLabelBorderSides)(0))]
17394         public System.Windows.Forms.ToolStripStatusLabelBorderSides BorderSides { get { throw null; } set { } }
17395         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Border3DStyle)(16394))]
17396         public System.Windows.Forms.Border3DStyle BorderStyle { get { throw null; } set { } }
17397         protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
17398         [System.ComponentModel.DefaultValueAttribute(false)]
17399         public bool Spring { get { throw null; } set { } }
GetPreferredSize(System.Drawing.Size constrainingSize)17400         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnPaint(System.Windows.Forms.PaintEventArgs e)17401         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
17402     }
17403     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.BorderSidesEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
17404     [System.FlagsAttribute]
17405     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
17406     public enum ToolStripStatusLabelBorderSides
17407     {
17408         All = 15,
17409         Bottom = 8,
17410         Left = 1,
17411         None = 0,
17412         Right = 4,
17413         Top = 2,
17414     }
17415     public partial class ToolStripSystemRenderer : System.Windows.Forms.ToolStripRenderer
17416     {
ToolStripSystemRenderer()17417         public ToolStripSystemRenderer() { }
OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17418         protected override void OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17419         protected override void OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e)17420         protected override void OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { }
OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e)17421         protected override void OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17422         protected override void OnRenderItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17423         protected override void OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17424         protected override void OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17425         protected override void OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e)17426         protected override void OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e) { }
OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17427         protected override void OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e)17428         protected override void OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e)17429         protected override void OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17430         protected override void OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
17431     }
17432     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(7))]
17433     public partial class ToolStripTextBox : System.Windows.Forms.ToolStripControlHost
17434     {
ToolStripTextBox()17435         public ToolStripTextBox() : base (default(System.Windows.Forms.Control)) { }
ToolStripTextBox(string name)17436         public ToolStripTextBox(string name) : base (default(System.Windows.Forms.Control)) { }
17437         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ToolStripTextBox(System.Windows.Forms.Control c)17438         public ToolStripTextBox(System.Windows.Forms.Control c) : base (default(System.Windows.Forms.Control)) { }
17439         [System.ComponentModel.DefaultValueAttribute(false)]
17440         public bool AcceptsReturn { get { throw null; } set { } }
17441         [System.ComponentModel.DefaultValueAttribute(false)]
17442         public bool AcceptsTab { get { throw null; } set { } }
17443         [System.ComponentModel.BrowsableAttribute(true)]
17444         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
17445         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17446         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
17447         [System.ComponentModel.LocalizableAttribute(true)]
17448         [System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
17449         public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw null; } set { } }
17450         [System.ComponentModel.BrowsableAttribute(true)]
17451         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteMode)(0))]
17452         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
17453         [System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
17454         public System.Windows.Forms.AutoCompleteMode AutoCompleteMode { get { throw null; } set { } }
17455         [System.ComponentModel.BrowsableAttribute(true)]
17456         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteSource)(128))]
17457         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
17458         [System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
17459         public System.Windows.Forms.AutoCompleteSource AutoCompleteSource { get { throw null; } set { } }
17460         [System.ComponentModel.BrowsableAttribute(false)]
17461         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17462         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17463         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
17464         [System.ComponentModel.BrowsableAttribute(false)]
17465         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17466         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17467         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
17468         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(2))]
17469         [System.Runtime.InteropServices.DispIdAttribute(-504)]
17470         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
17471         [System.ComponentModel.BrowsableAttribute(false)]
17472         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17473         public bool CanUndo { get { throw null; } }
17474         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.CharacterCasing)(0))]
17475         public System.Windows.Forms.CharacterCasing CharacterCasing { get { throw null; } set { } }
17476         protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
17477         protected override System.Drawing.Size DefaultSize { get { throw null; } }
17478         [System.ComponentModel.DefaultValueAttribute(true)]
17479         public bool HideSelection { get { throw null; } set { } }
17480         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17481         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringArrayEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17482         [System.ComponentModel.LocalizableAttribute(true)]
17483         public string[] Lines { get { throw null; } set { } }
17484         [System.ComponentModel.DefaultValueAttribute(32767)]
17485         [System.ComponentModel.LocalizableAttribute(true)]
17486         public int MaxLength { get { throw null; } set { } }
17487         [System.ComponentModel.BrowsableAttribute(false)]
17488         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17489         public bool Modified { get { throw null; } set { } }
17490         [System.ComponentModel.BrowsableAttribute(false)]
17491         [System.ComponentModel.DefaultValueAttribute(false)]
17492         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17493         [System.ComponentModel.LocalizableAttribute(true)]
17494         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17495         public bool Multiline { get { throw null; } set { } }
17496         [System.ComponentModel.DefaultValueAttribute(false)]
17497         public bool ReadOnly { get { throw null; } set { } }
17498         [System.ComponentModel.BrowsableAttribute(false)]
17499         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17500         public string SelectedText { get { throw null; } set { } }
17501         [System.ComponentModel.BrowsableAttribute(false)]
17502         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17503         public int SelectionLength { get { throw null; } set { } }
17504         [System.ComponentModel.BrowsableAttribute(false)]
17505         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17506         public int SelectionStart { get { throw null; } set { } }
17507         [System.ComponentModel.DefaultValueAttribute(true)]
17508         public bool ShortcutsEnabled { get { throw null; } set { } }
17509         [System.ComponentModel.BrowsableAttribute(false)]
17510         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17511         public System.Windows.Forms.TextBox TextBox { get { throw null; } }
17512         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
17513         [System.ComponentModel.LocalizableAttribute(true)]
17514         public System.Windows.Forms.HorizontalAlignment TextBoxTextAlign { get { throw null; } set { } }
17515         [System.ComponentModel.BrowsableAttribute(false)]
17516         public int TextLength { get { throw null; } }
17517         [System.ComponentModel.BrowsableAttribute(false)]
17518         [System.ComponentModel.DefaultValueAttribute(true)]
17519         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17520         [System.ComponentModel.LocalizableAttribute(true)]
17521         public bool WordWrap { get { throw null; } set { } }
17522         public event System.EventHandler AcceptsTabChanged { add { } remove { } }
17523         public event System.EventHandler BorderStyleChanged { add { } remove { } }
17524         public event System.EventHandler HideSelectionChanged { add { } remove { } }
17525         public event System.EventHandler ModifiedChanged { add { } remove { } }
17526         [System.ComponentModel.BrowsableAttribute(false)]
17527         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17528         public event System.EventHandler MultilineChanged { add { } remove { } }
17529         public event System.EventHandler ReadOnlyChanged { add { } remove { } }
17530         public event System.EventHandler TextBoxTextAlignChanged { add { } remove { } }
AppendText(string text)17531         public void AppendText(string text) { }
Clear()17532         public void Clear() { }
ClearUndo()17533         public void ClearUndo() { }
Copy()17534         public void Copy() { }
Cut()17535         public void Cut() { }
DeselectAll()17536         public void DeselectAll() { }
GetCharFromPosition(System.Drawing.Point pt)17537         public char GetCharFromPosition(System.Drawing.Point pt) { throw null; }
GetCharIndexFromPosition(System.Drawing.Point pt)17538         public int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; }
GetFirstCharIndexFromLine(int lineNumber)17539         public int GetFirstCharIndexFromLine(int lineNumber) { throw null; }
GetFirstCharIndexOfCurrentLine()17540         public int GetFirstCharIndexOfCurrentLine() { throw null; }
GetLineFromCharIndex(int index)17541         public int GetLineFromCharIndex(int index) { throw null; }
GetPositionFromCharIndex(int index)17542         public System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; }
GetPreferredSize(System.Drawing.Size constrainingSize)17543         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnAcceptsTabChanged(System.EventArgs e)17544         protected virtual void OnAcceptsTabChanged(System.EventArgs e) { }
OnBorderStyleChanged(System.EventArgs e)17545         protected virtual void OnBorderStyleChanged(System.EventArgs e) { }
OnHideSelectionChanged(System.EventArgs e)17546         protected virtual void OnHideSelectionChanged(System.EventArgs e) { }
OnModifiedChanged(System.EventArgs e)17547         protected virtual void OnModifiedChanged(System.EventArgs e) { }
OnMultilineChanged(System.EventArgs e)17548         protected virtual void OnMultilineChanged(System.EventArgs e) { }
OnReadOnlyChanged(System.EventArgs e)17549         protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
OnSubscribeControlEvents(System.Windows.Forms.Control control)17550         protected override void OnSubscribeControlEvents(System.Windows.Forms.Control control) { }
OnUnsubscribeControlEvents(System.Windows.Forms.Control control)17551         protected override void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { }
Paste()17552         public void Paste() { }
ScrollToCaret()17553         public void ScrollToCaret() { }
Select(int start, int length)17554         public void Select(int start, int length) { }
SelectAll()17555         public void SelectAll() { }
Undo()17556         public void Undo() { }
17557     }
17558     public enum ToolStripTextDirection
17559     {
17560         Horizontal = 1,
17561         Inherit = 0,
17562         Vertical270 = 3,
17563         Vertical90 = 2,
17564     }
17565     [System.ComponentModel.DefaultEventAttribute("Popup")]
17566     [System.ComponentModel.ProvidePropertyAttribute("ToolTip", typeof(System.Windows.Forms.Control))]
17567     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms", (System.ComponentModel.ToolboxItemFilterType)(0))]
17568     public partial class ToolTip : System.ComponentModel.Component, System.ComponentModel.IExtenderProvider
17569     {
ToolTip()17570         public ToolTip() { }
ToolTip(System.ComponentModel.IContainer cont)17571         public ToolTip(System.ComponentModel.IContainer cont) { }
17572         [System.ComponentModel.DefaultValueAttribute(true)]
17573         public bool Active { get { throw null; } set { } }
17574         [System.ComponentModel.DefaultValueAttribute(500)]
17575         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17576         public int AutomaticDelay { get { throw null; } set { } }
17577         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17578         public int AutoPopDelay { get { throw null; } set { } }
17579         [System.ComponentModel.DefaultValueAttribute("Color [Info]")]
17580         public System.Drawing.Color BackColor { get { throw null; } set { } }
17581         protected virtual System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
17582         [System.ComponentModel.DefaultValueAttribute("Color [InfoText]")]
17583         public System.Drawing.Color ForeColor { get { throw null; } set { } }
17584         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17585         public int InitialDelay { get { throw null; } set { } }
17586         [System.ComponentModel.DefaultValueAttribute(false)]
17587         public bool IsBalloon { get { throw null; } set { } }
17588         [System.ComponentModel.DefaultValueAttribute(false)]
17589         public bool OwnerDraw { get { throw null; } set { } }
17590         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17591         public int ReshowDelay { get { throw null; } set { } }
17592         [System.ComponentModel.DefaultValueAttribute(false)]
17593         public bool ShowAlways { get { throw null; } set { } }
17594         [System.ComponentModel.BrowsableAttribute(true)]
17595         [System.ComponentModel.DefaultValueAttribute(false)]
17596         public bool StripAmpersands { get { throw null; } set { } }
17597         [System.ComponentModel.BindableAttribute(true)]
17598         [System.ComponentModel.DefaultValueAttribute(null)]
17599         [System.ComponentModel.LocalizableAttribute(false)]
17600         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
17601         public object Tag { get { throw null; } set { } }
17602         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolTipIcon)(0))]
17603         public System.Windows.Forms.ToolTipIcon ToolTipIcon { get { throw null; } set { } }
17604         [System.ComponentModel.DefaultValueAttribute("")]
17605         public string ToolTipTitle { get { throw null; } set { } }
17606         [System.ComponentModel.BrowsableAttribute(true)]
17607         [System.ComponentModel.DefaultValueAttribute(true)]
17608         public bool UseAnimation { get { throw null; } set { } }
17609         [System.ComponentModel.BrowsableAttribute(true)]
17610         [System.ComponentModel.DefaultValueAttribute(true)]
17611         public bool UseFading { get { throw null; } set { } }
17612         public event System.Windows.Forms.DrawToolTipEventHandler Draw { add { } remove { } }
17613         public event System.Windows.Forms.PopupEventHandler Popup { add { } remove { } }
CanExtend(object target)17614         public bool CanExtend(object target) { throw null; }
Dispose(bool disposing)17615         protected override void Dispose(bool disposing) { }
~ToolTip()17616         ~ToolTip() { }
17617         [System.ComponentModel.DefaultValueAttribute("")]
17618         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
17619         [System.ComponentModel.LocalizableAttribute(true)]
GetToolTip(System.Windows.Forms.Control control)17620         public string GetToolTip(System.Windows.Forms.Control control) { throw null; }
Hide(System.Windows.Forms.IWin32Window win)17621         public void Hide(System.Windows.Forms.IWin32Window win) { }
RemoveAll()17622         public void RemoveAll() { }
SetToolTip(System.Windows.Forms.Control control, string caption)17623         public void SetToolTip(System.Windows.Forms.Control control, string caption) { }
Show(string text, System.Windows.Forms.IWin32Window window)17624         public void Show(string text, System.Windows.Forms.IWin32Window window) { }
Show(string text, System.Windows.Forms.IWin32Window window, System.Drawing.Point point)17625         public void Show(string text, System.Windows.Forms.IWin32Window window, System.Drawing.Point point) { }
Show(string text, System.Windows.Forms.IWin32Window window, System.Drawing.Point point, int duration)17626         public void Show(string text, System.Windows.Forms.IWin32Window window, System.Drawing.Point point, int duration) { }
Show(string text, System.Windows.Forms.IWin32Window window, int duration)17627         public void Show(string text, System.Windows.Forms.IWin32Window window, int duration) { }
Show(string text, System.Windows.Forms.IWin32Window window, int x, int y)17628         public void Show(string text, System.Windows.Forms.IWin32Window window, int x, int y) { }
Show(string text, System.Windows.Forms.IWin32Window window, int x, int y, int duration)17629         public void Show(string text, System.Windows.Forms.IWin32Window window, int x, int y, int duration) { }
StopTimer()17630         protected void StopTimer() { }
ToString()17631         public override string ToString() { throw null; }
17632     }
17633     public enum ToolTipIcon
17634     {
17635         Error = 3,
17636         Info = 1,
17637         None = 0,
17638         Warning = 2,
17639     }
17640     [System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
17641     [System.ComponentModel.DefaultEventAttribute("Scroll")]
17642     [System.ComponentModel.DefaultPropertyAttribute("Value")]
17643     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TrackBarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
17644     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
17645     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
17646     public partial class TrackBar : System.Windows.Forms.Control, System.ComponentModel.ISupportInitialize
17647     {
TrackBar()17648         public TrackBar() { }
17649         [System.ComponentModel.BrowsableAttribute(true)]
17650         [System.ComponentModel.DefaultValueAttribute(true)]
17651         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
17652         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
17653         public override bool AutoSize { get { throw null; } set { } }
17654         [System.ComponentModel.BrowsableAttribute(false)]
17655         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17656         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
17657         [System.ComponentModel.BrowsableAttribute(false)]
17658         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17659         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
17660         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
17661         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
17662         protected override System.Drawing.Size DefaultSize { get { throw null; } }
17663         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17664         protected override bool DoubleBuffered { get { throw null; } set { } }
17665         [System.ComponentModel.BrowsableAttribute(false)]
17666         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17667         public override System.Drawing.Font Font { get { throw null; } set { } }
17668         [System.ComponentModel.BrowsableAttribute(false)]
17669         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17670         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
17671         [System.ComponentModel.BrowsableAttribute(false)]
17672         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17673         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
17674         [System.ComponentModel.DefaultValueAttribute(5)]
17675         public int LargeChange { get { throw null; } set { } }
17676         [System.ComponentModel.DefaultValueAttribute(10)]
17677         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17678         public int Maximum { get { throw null; } set { } }
17679         [System.ComponentModel.DefaultValueAttribute(0)]
17680         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17681         public int Minimum { get { throw null; } set { } }
17682         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Orientation)(0))]
17683         [System.ComponentModel.LocalizableAttribute(true)]
17684         public System.Windows.Forms.Orientation Orientation { get { throw null; } set { } }
17685         [System.ComponentModel.BrowsableAttribute(false)]
17686         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17687         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17688         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
17689         [System.ComponentModel.DefaultValueAttribute(false)]
17690         [System.ComponentModel.LocalizableAttribute(true)]
17691         public virtual bool RightToLeftLayout { get { throw null; } set { } }
17692         [System.ComponentModel.DefaultValueAttribute(1)]
17693         public int SmallChange { get { throw null; } set { } }
17694         [System.ComponentModel.BindableAttribute(false)]
17695         [System.ComponentModel.BrowsableAttribute(false)]
17696         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17697         public override string Text { get { throw null; } set { } }
17698         [System.ComponentModel.DefaultValueAttribute(1)]
17699         public int TickFrequency { get { throw null; } set { } }
17700         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TickStyle)(2))]
17701         public System.Windows.Forms.TickStyle TickStyle { get { throw null; } set { } }
17702         [System.ComponentModel.BindableAttribute(true)]
17703         [System.ComponentModel.DefaultValueAttribute(0)]
17704         public int Value { get { throw null; } set { } }
17705         [System.ComponentModel.BrowsableAttribute(true)]
17706         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
17707         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
17708         [System.ComponentModel.BrowsableAttribute(false)]
17709         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17710         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
17711         [System.ComponentModel.BrowsableAttribute(false)]
17712         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17713         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
17714         [System.ComponentModel.BrowsableAttribute(false)]
17715         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17716         public new event System.EventHandler Click { add { } remove { } }
17717         [System.ComponentModel.BrowsableAttribute(false)]
17718         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17719         public new event System.EventHandler DoubleClick { add { } remove { } }
17720         [System.ComponentModel.BrowsableAttribute(false)]
17721         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17722         public new event System.EventHandler FontChanged { add { } remove { } }
17723         [System.ComponentModel.BrowsableAttribute(false)]
17724         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17725         public new event System.EventHandler ForeColorChanged { add { } remove { } }
17726         [System.ComponentModel.BrowsableAttribute(false)]
17727         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17728         public new event System.EventHandler ImeModeChanged { add { } remove { } }
17729         [System.ComponentModel.BrowsableAttribute(false)]
17730         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17731         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
17732         [System.ComponentModel.BrowsableAttribute(false)]
17733         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17734         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
17735         [System.ComponentModel.BrowsableAttribute(false)]
17736         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17737         public new event System.EventHandler PaddingChanged { add { } remove { } }
17738         [System.ComponentModel.BrowsableAttribute(false)]
17739         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17740         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
17741         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
17742         public event System.EventHandler Scroll { add { } remove { } }
17743         [System.ComponentModel.BrowsableAttribute(false)]
17744         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17745         public new event System.EventHandler TextChanged { add { } remove { } }
17746         public event System.EventHandler ValueChanged { add { } remove { } }
BeginInit()17747         public void BeginInit() { }
CreateHandle()17748         protected override void CreateHandle() { }
EndInit()17749         public void EndInit() { }
IsInputKey(System.Windows.Forms.Keys keyData)17750         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnBackColorChanged(System.EventArgs e)17751         protected override void OnBackColorChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)17752         protected override void OnHandleCreated(System.EventArgs e) { }
17753         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)17754         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
17755         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)17756         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
OnScroll(System.EventArgs e)17757         protected virtual void OnScroll(System.EventArgs e) { }
OnSystemColorsChanged(System.EventArgs e)17758         protected override void OnSystemColorsChanged(System.EventArgs e) { }
OnValueChanged(System.EventArgs e)17759         protected virtual void OnValueChanged(System.EventArgs e) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)17760         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetRange(int minValue, int maxValue)17761         public void SetRange(int minValue, int maxValue) { }
ToString()17762         public override string ToString() { throw null; }
WndProc(ref System.Windows.Forms.Message m)17763         protected override void WndProc(ref System.Windows.Forms.Message m) { }
17764     }
17765     public sealed partial class TrackBarRenderer
17766     {
TrackBarRenderer()17767         internal TrackBarRenderer() { }
17768         public static bool IsSupported { get { throw null; } }
DrawBottomPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17769         public static void DrawBottomPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
DrawHorizontalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17770         public static void DrawHorizontalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
DrawHorizontalTicks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, int numTicks, System.Windows.Forms.VisualStyles.EdgeStyle edgeStyle)17771         public static void DrawHorizontalTicks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, int numTicks, System.Windows.Forms.VisualStyles.EdgeStyle edgeStyle) { }
DrawHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)17772         public static void DrawHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
DrawLeftPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17773         public static void DrawLeftPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
DrawRightPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17774         public static void DrawRightPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
DrawTopPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17775         public static void DrawTopPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
DrawVerticalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17776         public static void DrawVerticalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
DrawVerticalTicks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, int numTicks, System.Windows.Forms.VisualStyles.EdgeStyle edgeStyle)17777         public static void DrawVerticalTicks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, int numTicks, System.Windows.Forms.VisualStyles.EdgeStyle edgeStyle) { }
DrawVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)17778         public static void DrawVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
GetBottomPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17779         public static System.Drawing.Size GetBottomPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { throw null; }
GetLeftPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17780         public static System.Drawing.Size GetLeftPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { throw null; }
GetRightPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17781         public static System.Drawing.Size GetRightPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { throw null; }
GetTopPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17782         public static System.Drawing.Size GetTopPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { throw null; }
17783     }
17784     [System.ComponentModel.DefaultPropertyAttribute("Text")]
17785     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeNodeConverter))]
17786     [System.SerializableAttribute]
17787     public partial class TreeNode : System.MarshalByRefObject, System.ICloneable, System.Runtime.Serialization.ISerializable
17788     {
TreeNode()17789         public TreeNode() { }
TreeNode(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context)17790         protected TreeNode(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) { }
TreeNode(string text)17791         public TreeNode(string text) { }
TreeNode(string text, int imageIndex, int selectedImageIndex)17792         public TreeNode(string text, int imageIndex, int selectedImageIndex) { }
TreeNode(string text, int imageIndex, int selectedImageIndex, System.Windows.Forms.TreeNode[] children)17793         public TreeNode(string text, int imageIndex, int selectedImageIndex, System.Windows.Forms.TreeNode[] children) { }
TreeNode(string text, System.Windows.Forms.TreeNode[] children)17794         public TreeNode(string text, System.Windows.Forms.TreeNode[] children) { }
17795         public System.Drawing.Color BackColor { get { throw null; } set { } }
17796         [System.ComponentModel.BrowsableAttribute(false)]
17797         public System.Drawing.Rectangle Bounds { get { throw null; } }
17798         [System.ComponentModel.DefaultValueAttribute(false)]
17799         public bool Checked { get { throw null; } set { } }
17800         [System.ComponentModel.DefaultValueAttribute(null)]
17801         public virtual System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
17802         [System.ComponentModel.DefaultValueAttribute(null)]
17803         public virtual System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
17804         [System.ComponentModel.BrowsableAttribute(false)]
17805         public System.Windows.Forms.TreeNode FirstNode { get { throw null; } }
17806         public System.Drawing.Color ForeColor { get { throw null; } set { } }
17807         [System.ComponentModel.BrowsableAttribute(false)]
17808         public string FullPath { get { throw null; } }
17809         [System.ComponentModel.BrowsableAttribute(false)]
17810         public System.IntPtr Handle { get { throw null; } }
17811         [System.ComponentModel.DefaultValueAttribute(-1)]
17812         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17813         [System.ComponentModel.LocalizableAttribute(true)]
17814         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17815         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageIndexConverter))]
17816         [System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
17817         public int ImageIndex { get { throw null; } set { } }
17818         [System.ComponentModel.DefaultValueAttribute("")]
17819         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17820         [System.ComponentModel.LocalizableAttribute(true)]
17821         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17822         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageKeyConverter))]
17823         [System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
17824         public string ImageKey { get { throw null; } set { } }
17825         public int Index { get { throw null; } }
17826         [System.ComponentModel.BrowsableAttribute(false)]
17827         public bool IsEditing { get { throw null; } }
17828         [System.ComponentModel.BrowsableAttribute(false)]
17829         public bool IsExpanded { get { throw null; } }
17830         [System.ComponentModel.BrowsableAttribute(false)]
17831         public bool IsSelected { get { throw null; } }
17832         [System.ComponentModel.BrowsableAttribute(false)]
17833         public bool IsVisible { get { throw null; } }
17834         [System.ComponentModel.BrowsableAttribute(false)]
17835         public System.Windows.Forms.TreeNode LastNode { get { throw null; } }
17836         [System.ComponentModel.BrowsableAttribute(false)]
17837         public int Level { get { throw null; } }
17838         public string Name { get { throw null; } set { } }
17839         [System.ComponentModel.BrowsableAttribute(false)]
17840         public System.Windows.Forms.TreeNode NextNode { get { throw null; } }
17841         [System.ComponentModel.BrowsableAttribute(false)]
17842         public System.Windows.Forms.TreeNode NextVisibleNode { get { throw null; } }
17843         [System.ComponentModel.DefaultValueAttribute(null)]
17844         [System.ComponentModel.LocalizableAttribute(true)]
17845         public System.Drawing.Font NodeFont { get { throw null; } set { } }
17846         [System.ComponentModel.BrowsableAttribute(false)]
17847         [System.ComponentModel.ListBindableAttribute(false)]
17848         public System.Windows.Forms.TreeNodeCollection Nodes { get { throw null; } }
17849         [System.ComponentModel.BrowsableAttribute(false)]
17850         public System.Windows.Forms.TreeNode Parent { get { throw null; } }
17851         [System.ComponentModel.BrowsableAttribute(false)]
17852         public System.Windows.Forms.TreeNode PrevNode { get { throw null; } }
17853         [System.ComponentModel.BrowsableAttribute(false)]
17854         public System.Windows.Forms.TreeNode PrevVisibleNode { get { throw null; } }
17855         [System.ComponentModel.DefaultValueAttribute(-1)]
17856         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17857         [System.ComponentModel.LocalizableAttribute(true)]
17858         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17859         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageIndexConverter))]
17860         [System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
17861         public int SelectedImageIndex { get { throw null; } set { } }
17862         [System.ComponentModel.DefaultValueAttribute("")]
17863         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17864         [System.ComponentModel.LocalizableAttribute(true)]
17865         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17866         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageKeyConverter))]
17867         [System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
17868         public string SelectedImageKey { get { throw null; } set { } }
17869         [System.ComponentModel.DefaultValueAttribute(-1)]
17870         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17871         [System.ComponentModel.LocalizableAttribute(true)]
17872         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17873         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
17874         [System.Windows.Forms.RelatedImageListAttribute("TreeView.StateImageList")]
17875         public int StateImageIndex { get { throw null; } set { } }
17876         [System.ComponentModel.DefaultValueAttribute("")]
17877         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17878         [System.ComponentModel.LocalizableAttribute(true)]
17879         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17880         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
17881         [System.Windows.Forms.RelatedImageListAttribute("TreeView.StateImageList")]
17882         public string StateImageKey { get { throw null; } set { } }
17883         [System.ComponentModel.BindableAttribute(true)]
17884         [System.ComponentModel.DefaultValueAttribute(null)]
17885         [System.ComponentModel.LocalizableAttribute(false)]
17886         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
17887         public object Tag { get { throw null; } set { } }
17888         [System.ComponentModel.LocalizableAttribute(true)]
17889         public string Text { get { throw null; } set { } }
17890         [System.ComponentModel.DefaultValueAttribute("")]
17891         [System.ComponentModel.LocalizableAttribute(false)]
17892         public string ToolTipText { get { throw null; } set { } }
17893         [System.ComponentModel.BrowsableAttribute(false)]
17894         public System.Windows.Forms.TreeView TreeView { get { throw null; } }
BeginEdit()17895         public void BeginEdit() { }
Clone()17896         public virtual object Clone() { throw null; }
Collapse()17897         public void Collapse() { }
Collapse(bool ignoreChildren)17898         public void Collapse(bool ignoreChildren) { }
Deserialize(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context)17899         protected virtual void Deserialize(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) { }
EndEdit(bool cancel)17900         public void EndEdit(bool cancel) { }
EnsureVisible()17901         public void EnsureVisible() { }
Expand()17902         public void Expand() { }
ExpandAll()17903         public void ExpandAll() { }
FromHandle(System.Windows.Forms.TreeView tree, System.IntPtr handle)17904         public static System.Windows.Forms.TreeNode FromHandle(System.Windows.Forms.TreeView tree, System.IntPtr handle) { throw null; }
GetNodeCount(bool includeSubTrees)17905         public int GetNodeCount(bool includeSubTrees) { throw null; }
Remove()17906         public void Remove() { }
Serialize(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)17907         protected virtual void Serialize(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)17908         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
Toggle()17909         public void Toggle() { }
ToString()17910         public override string ToString() { throw null; }
17911     }
17912     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.TreeNodeCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17913     public partial class TreeNodeCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
17914     {
TreeNodeCollection()17915         internal TreeNodeCollection() { }
17916         [System.ComponentModel.BrowsableAttribute(false)]
17917         public int Count { get { throw null; } }
17918         public bool IsReadOnly { get { throw null; } }
17919         public virtual System.Windows.Forms.TreeNode this[int index] { get { throw null; } set { } }
17920         public virtual System.Windows.Forms.TreeNode this[string key] { get { throw null; } }
17921         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
17922         object System.Collections.ICollection.SyncRoot { get { throw null; } }
17923         bool System.Collections.IList.IsFixedSize { get { throw null; } }
17924         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string text)17925         public virtual System.Windows.Forms.TreeNode Add(string text) { throw null; }
Add(string key, string text)17926         public virtual System.Windows.Forms.TreeNode Add(string key, string text) { throw null; }
Add(string key, string text, int imageIndex)17927         public virtual System.Windows.Forms.TreeNode Add(string key, string text, int imageIndex) { throw null; }
Add(string key, string text, int imageIndex, int selectedImageIndex)17928         public virtual System.Windows.Forms.TreeNode Add(string key, string text, int imageIndex, int selectedImageIndex) { throw null; }
Add(string key, string text, string imageKey)17929         public virtual System.Windows.Forms.TreeNode Add(string key, string text, string imageKey) { throw null; }
Add(string key, string text, string imageKey, string selectedImageKey)17930         public virtual System.Windows.Forms.TreeNode Add(string key, string text, string imageKey, string selectedImageKey) { throw null; }
Add(System.Windows.Forms.TreeNode node)17931         public virtual int Add(System.Windows.Forms.TreeNode node) { throw null; }
AddRange(System.Windows.Forms.TreeNode[] nodes)17932         public virtual void AddRange(System.Windows.Forms.TreeNode[] nodes) { }
Clear()17933         public virtual void Clear() { }
Contains(System.Windows.Forms.TreeNode node)17934         public bool Contains(System.Windows.Forms.TreeNode node) { throw null; }
ContainsKey(string key)17935         public virtual bool ContainsKey(string key) { throw null; }
CopyTo(System.Array dest, int index)17936         public void CopyTo(System.Array dest, int index) { }
Find(string key, bool searchAllChildren)17937         public System.Windows.Forms.TreeNode[] Find(string key, bool searchAllChildren) { throw null; }
GetEnumerator()17938         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.TreeNode node)17939         public int IndexOf(System.Windows.Forms.TreeNode node) { throw null; }
IndexOfKey(string key)17940         public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, string text)17941         public virtual System.Windows.Forms.TreeNode Insert(int index, string text) { throw null; }
Insert(int index, string key, string text)17942         public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text) { throw null; }
Insert(int index, string key, string text, int imageIndex)17943         public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, int imageIndex) { throw null; }
Insert(int index, string key, string text, int imageIndex, int selectedImageIndex)17944         public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, int imageIndex, int selectedImageIndex) { throw null; }
Insert(int index, string key, string text, string imageKey)17945         public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, string imageKey) { throw null; }
Insert(int index, string key, string text, string imageKey, string selectedImageKey)17946         public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, string imageKey, string selectedImageKey) { throw null; }
Insert(int index, System.Windows.Forms.TreeNode node)17947         public virtual void Insert(int index, System.Windows.Forms.TreeNode node) { }
Remove(System.Windows.Forms.TreeNode node)17948         public void Remove(System.Windows.Forms.TreeNode node) { }
RemoveAt(int index)17949         public virtual void RemoveAt(int index) { }
RemoveByKey(string key)17950         public virtual void RemoveByKey(string key) { }
System.Collections.IList.Add(object node)17951         int System.Collections.IList.Add(object node) { throw null; }
System.Collections.IList.Contains(object node)17952         bool System.Collections.IList.Contains(object node) { throw null; }
System.Collections.IList.IndexOf(object node)17953         int System.Collections.IList.IndexOf(object node) { throw null; }
System.Collections.IList.Insert(int index, object node)17954         void System.Collections.IList.Insert(int index, object node) { }
System.Collections.IList.Remove(object node)17955         void System.Collections.IList.Remove(object node) { }
17956     }
17957     public partial class TreeNodeConverter : System.ComponentModel.TypeConverter
17958     {
TreeNodeConverter()17959         public TreeNodeConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)17960         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)17961         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
17962     }
17963     public partial class TreeNodeMouseClickEventArgs : System.Windows.Forms.MouseEventArgs
17964     {
TreeNodeMouseClickEventArgs(System.Windows.Forms.TreeNode node, System.Windows.Forms.MouseButtons button, int clicks, int x, int y)17965         public TreeNodeMouseClickEventArgs(System.Windows.Forms.TreeNode node, System.Windows.Forms.MouseButtons button, int clicks, int x, int y) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
17966         public System.Windows.Forms.TreeNode Node { get { throw null; } }
17967     }
TreeNodeMouseClickEventHandler(object sender, System.Windows.Forms.TreeNodeMouseClickEventArgs e)17968     public delegate void TreeNodeMouseClickEventHandler(object sender, System.Windows.Forms.TreeNodeMouseClickEventArgs e);
17969     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
17970     public partial class TreeNodeMouseHoverEventArgs : System.EventArgs
17971     {
TreeNodeMouseHoverEventArgs(System.Windows.Forms.TreeNode node)17972         public TreeNodeMouseHoverEventArgs(System.Windows.Forms.TreeNode node) { }
17973         public System.Windows.Forms.TreeNode Node { get { throw null; } }
17974     }
TreeNodeMouseHoverEventHandler(object sender, System.Windows.Forms.TreeNodeMouseHoverEventArgs e)17975     public delegate void TreeNodeMouseHoverEventHandler(object sender, System.Windows.Forms.TreeNodeMouseHoverEventArgs e);
17976     [System.FlagsAttribute]
17977     public enum TreeNodeStates
17978     {
17979         Checked = 8,
17980         Default = 32,
17981         Focused = 16,
17982         Grayed = 2,
17983         Hot = 64,
17984         Indeterminate = 256,
17985         Marked = 128,
17986         Selected = 1,
17987         ShowKeyboardCues = 512,
17988     }
17989     [System.ComponentModel.DefaultEventAttribute("AfterSelect")]
17990     [System.ComponentModel.DefaultPropertyAttribute("Nodes")]
17991     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TreeViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
17992     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
17993     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
17994     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(1))]
17995     public partial class TreeView : System.Windows.Forms.Control
17996     {
TreeView()17997         public TreeView() { }
17998         public override System.Drawing.Color BackColor { get { throw null; } set { } }
17999         [System.ComponentModel.BrowsableAttribute(false)]
18000         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18001         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
18002         [System.ComponentModel.BrowsableAttribute(false)]
18003         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18004         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
18005         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(2))]
18006         [System.Runtime.InteropServices.DispIdAttribute(-504)]
18007         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
18008         [System.ComponentModel.DefaultValueAttribute(false)]
18009         public bool CheckBoxes { get { throw null; } set { } }
18010         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
18011         protected override System.Drawing.Size DefaultSize { get { throw null; } }
18012         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18013         protected override bool DoubleBuffered { get { throw null; } set { } }
18014         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TreeViewDrawMode)(0))]
18015         public System.Windows.Forms.TreeViewDrawMode DrawMode { get { throw null; } set { } }
18016         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
18017         [System.ComponentModel.DefaultValueAttribute(false)]
18018         public bool FullRowSelect { get { throw null; } set { } }
18019         [System.ComponentModel.DefaultValueAttribute(true)]
18020         public bool HideSelection { get { throw null; } set { } }
18021         [System.ComponentModel.DefaultValueAttribute(false)]
18022         public bool HotTracking { get { throw null; } set { } }
18023         [System.ComponentModel.DefaultValueAttribute(-1)]
18024         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
18025         [System.ComponentModel.LocalizableAttribute(true)]
18026         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
18027         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
18028         [System.Windows.Forms.RelatedImageListAttribute("ImageList")]
18029         public int ImageIndex { get { throw null; } set { } }
18030         [System.ComponentModel.DefaultValueAttribute("")]
18031         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
18032         [System.ComponentModel.LocalizableAttribute(true)]
18033         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
18034         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
18035         [System.Windows.Forms.RelatedImageListAttribute("ImageList")]
18036         public string ImageKey { get { throw null; } set { } }
18037         [System.ComponentModel.DefaultValueAttribute(null)]
18038         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
18039         public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
18040         [System.ComponentModel.LocalizableAttribute(true)]
18041         public int Indent { get { throw null; } set { } }
18042         public int ItemHeight { get { throw null; } set { } }
18043         [System.ComponentModel.DefaultValueAttribute(false)]
18044         public bool LabelEdit { get { throw null; } set { } }
18045         [System.ComponentModel.DefaultValueAttribute("Color [Black]")]
18046         public System.Drawing.Color LineColor { get { throw null; } set { } }
18047         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
18048         [System.ComponentModel.LocalizableAttribute(true)]
18049         [System.ComponentModel.MergablePropertyAttribute(false)]
18050         public System.Windows.Forms.TreeNodeCollection Nodes { get { throw null; } }
18051         [System.ComponentModel.BrowsableAttribute(false)]
18052         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18053         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18054         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
18055         [System.ComponentModel.DefaultValueAttribute("\\")]
18056         public string PathSeparator { get { throw null; } set { } }
18057         [System.ComponentModel.DefaultValueAttribute(false)]
18058         [System.ComponentModel.LocalizableAttribute(true)]
18059         public virtual bool RightToLeftLayout { get { throw null; } set { } }
18060         [System.ComponentModel.DefaultValueAttribute(true)]
18061         public bool Scrollable { get { throw null; } set { } }
18062         [System.ComponentModel.DefaultValueAttribute(-1)]
18063         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
18064         [System.ComponentModel.LocalizableAttribute(true)]
18065         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
18066         [System.Windows.Forms.RelatedImageListAttribute("ImageList")]
18067         public int SelectedImageIndex { get { throw null; } set { } }
18068         [System.ComponentModel.DefaultValueAttribute("")]
18069         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
18070         [System.ComponentModel.LocalizableAttribute(true)]
18071         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
18072         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
18073         [System.Windows.Forms.RelatedImageListAttribute("ImageList")]
18074         public string SelectedImageKey { get { throw null; } set { } }
18075         [System.ComponentModel.BrowsableAttribute(false)]
18076         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18077         public System.Windows.Forms.TreeNode SelectedNode { get { throw null; } set { } }
18078         [System.ComponentModel.DefaultValueAttribute(true)]
18079         public bool ShowLines { get { throw null; } set { } }
18080         [System.ComponentModel.DefaultValueAttribute(false)]
18081         public bool ShowNodeToolTips { get { throw null; } set { } }
18082         [System.ComponentModel.DefaultValueAttribute(true)]
18083         public bool ShowPlusMinus { get { throw null; } set { } }
18084         [System.ComponentModel.DefaultValueAttribute(true)]
18085         public bool ShowRootLines { get { throw null; } set { } }
18086         [System.ComponentModel.BrowsableAttribute(false)]
18087         [System.ComponentModel.DefaultValueAttribute(false)]
18088         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18089         public bool Sorted { get { throw null; } set { } }
18090         [System.ComponentModel.DefaultValueAttribute(null)]
18091         public System.Windows.Forms.ImageList StateImageList { get { throw null; } set { } }
18092         [System.ComponentModel.BindableAttribute(false)]
18093         [System.ComponentModel.BrowsableAttribute(false)]
18094         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18095         public override string Text { get { throw null; } set { } }
18096         [System.ComponentModel.BrowsableAttribute(false)]
18097         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18098         public System.Windows.Forms.TreeNode TopNode { get { throw null; } set { } }
18099         [System.ComponentModel.BrowsableAttribute(false)]
18100         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18101         public System.Collections.IComparer TreeViewNodeSorter { get { throw null; } set { } }
18102         [System.ComponentModel.BrowsableAttribute(false)]
18103         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18104         public int VisibleCount { get { throw null; } }
18105         public event System.Windows.Forms.TreeViewEventHandler AfterCheck { add { } remove { } }
18106         public event System.Windows.Forms.TreeViewEventHandler AfterCollapse { add { } remove { } }
18107         public event System.Windows.Forms.TreeViewEventHandler AfterExpand { add { } remove { } }
18108         public event System.Windows.Forms.NodeLabelEditEventHandler AfterLabelEdit { add { } remove { } }
18109         public event System.Windows.Forms.TreeViewEventHandler AfterSelect { add { } remove { } }
18110         [System.ComponentModel.BrowsableAttribute(false)]
18111         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18112         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
18113         [System.ComponentModel.BrowsableAttribute(false)]
18114         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18115         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
18116         public event System.Windows.Forms.TreeViewCancelEventHandler BeforeCheck { add { } remove { } }
18117         public event System.Windows.Forms.TreeViewCancelEventHandler BeforeCollapse { add { } remove { } }
18118         public event System.Windows.Forms.TreeViewCancelEventHandler BeforeExpand { add { } remove { } }
18119         public event System.Windows.Forms.NodeLabelEditEventHandler BeforeLabelEdit { add { } remove { } }
18120         public event System.Windows.Forms.TreeViewCancelEventHandler BeforeSelect { add { } remove { } }
18121         public event System.Windows.Forms.DrawTreeNodeEventHandler DrawNode { add { } remove { } }
18122         public event System.Windows.Forms.ItemDragEventHandler ItemDrag { add { } remove { } }
18123         public event System.Windows.Forms.TreeNodeMouseClickEventHandler NodeMouseClick { add { } remove { } }
18124         public event System.Windows.Forms.TreeNodeMouseClickEventHandler NodeMouseDoubleClick { add { } remove { } }
18125         public event System.Windows.Forms.TreeNodeMouseHoverEventHandler NodeMouseHover { add { } remove { } }
18126         [System.ComponentModel.BrowsableAttribute(false)]
18127         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18128         public new event System.EventHandler PaddingChanged { add { } remove { } }
18129         [System.ComponentModel.BrowsableAttribute(false)]
18130         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18131         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
18132         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
18133         [System.ComponentModel.BrowsableAttribute(false)]
18134         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18135         public new event System.EventHandler TextChanged { add { } remove { } }
BeginUpdate()18136         public void BeginUpdate() { }
CollapseAll()18137         public void CollapseAll() { }
CreateHandle()18138         protected override void CreateHandle() { }
Dispose(bool disposing)18139         protected override void Dispose(bool disposing) { }
EndUpdate()18140         public void EndUpdate() { }
ExpandAll()18141         public void ExpandAll() { }
GetItemRenderStyles(System.Windows.Forms.TreeNode node, int state)18142         protected System.Windows.Forms.OwnerDrawPropertyBag GetItemRenderStyles(System.Windows.Forms.TreeNode node, int state) { throw null; }
GetNodeAt(System.Drawing.Point pt)18143         public System.Windows.Forms.TreeNode GetNodeAt(System.Drawing.Point pt) { throw null; }
GetNodeAt(int x, int y)18144         public System.Windows.Forms.TreeNode GetNodeAt(int x, int y) { throw null; }
GetNodeCount(bool includeSubTrees)18145         public int GetNodeCount(bool includeSubTrees) { throw null; }
HitTest(System.Drawing.Point pt)18146         public System.Windows.Forms.TreeViewHitTestInfo HitTest(System.Drawing.Point pt) { throw null; }
HitTest(int x, int y)18147         public System.Windows.Forms.TreeViewHitTestInfo HitTest(int x, int y) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)18148         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnAfterCheck(System.Windows.Forms.TreeViewEventArgs e)18149         protected virtual void OnAfterCheck(System.Windows.Forms.TreeViewEventArgs e) { }
OnAfterCollapse(System.Windows.Forms.TreeViewEventArgs e)18150         protected internal virtual void OnAfterCollapse(System.Windows.Forms.TreeViewEventArgs e) { }
OnAfterExpand(System.Windows.Forms.TreeViewEventArgs e)18151         protected virtual void OnAfterExpand(System.Windows.Forms.TreeViewEventArgs e) { }
OnAfterLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs e)18152         protected virtual void OnAfterLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs e) { }
OnAfterSelect(System.Windows.Forms.TreeViewEventArgs e)18153         protected virtual void OnAfterSelect(System.Windows.Forms.TreeViewEventArgs e) { }
OnBeforeCheck(System.Windows.Forms.TreeViewCancelEventArgs e)18154         protected virtual void OnBeforeCheck(System.Windows.Forms.TreeViewCancelEventArgs e) { }
OnBeforeCollapse(System.Windows.Forms.TreeViewCancelEventArgs e)18155         protected internal virtual void OnBeforeCollapse(System.Windows.Forms.TreeViewCancelEventArgs e) { }
OnBeforeExpand(System.Windows.Forms.TreeViewCancelEventArgs e)18156         protected virtual void OnBeforeExpand(System.Windows.Forms.TreeViewCancelEventArgs e) { }
OnBeforeLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs e)18157         protected virtual void OnBeforeLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs e) { }
OnBeforeSelect(System.Windows.Forms.TreeViewCancelEventArgs e)18158         protected virtual void OnBeforeSelect(System.Windows.Forms.TreeViewCancelEventArgs e) { }
OnDrawNode(System.Windows.Forms.DrawTreeNodeEventArgs e)18159         protected virtual void OnDrawNode(System.Windows.Forms.DrawTreeNodeEventArgs e) { }
OnHandleCreated(System.EventArgs e)18160         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)18161         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnItemDrag(System.Windows.Forms.ItemDragEventArgs e)18162         protected virtual void OnItemDrag(System.Windows.Forms.ItemDragEventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)18163         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)18164         protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e)18165         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
OnMouseHover(System.EventArgs e)18166         protected override void OnMouseHover(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)18167         protected override void OnMouseLeave(System.EventArgs e) { }
OnNodeMouseClick(System.Windows.Forms.TreeNodeMouseClickEventArgs e)18168         protected virtual void OnNodeMouseClick(System.Windows.Forms.TreeNodeMouseClickEventArgs e) { }
OnNodeMouseDoubleClick(System.Windows.Forms.TreeNodeMouseClickEventArgs e)18169         protected virtual void OnNodeMouseDoubleClick(System.Windows.Forms.TreeNodeMouseClickEventArgs e) { }
OnNodeMouseHover(System.Windows.Forms.TreeNodeMouseHoverEventArgs e)18170         protected virtual void OnNodeMouseHover(System.Windows.Forms.TreeNodeMouseHoverEventArgs e) { }
18171         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)18172         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
Sort()18173         public void Sort() { }
ToString()18174         public override string ToString() { throw null; }
WndProc(ref System.Windows.Forms.Message m)18175         protected override void WndProc(ref System.Windows.Forms.Message m) { }
18176     }
18177     public enum TreeViewAction
18178     {
18179         ByKeyboard = 1,
18180         ByMouse = 2,
18181         Collapse = 3,
18182         Expand = 4,
18183         Unknown = 0,
18184     }
18185     public partial class TreeViewCancelEventArgs : System.ComponentModel.CancelEventArgs
18186     {
TreeViewCancelEventArgs(System.Windows.Forms.TreeNode node, bool cancel, System.Windows.Forms.TreeViewAction action)18187         public TreeViewCancelEventArgs(System.Windows.Forms.TreeNode node, bool cancel, System.Windows.Forms.TreeViewAction action) { }
18188         public System.Windows.Forms.TreeViewAction Action { get { throw null; } }
18189         public System.Windows.Forms.TreeNode Node { get { throw null; } }
18190     }
TreeViewCancelEventHandler(object sender, System.Windows.Forms.TreeViewCancelEventArgs e)18191     public delegate void TreeViewCancelEventHandler(object sender, System.Windows.Forms.TreeViewCancelEventArgs e);
18192     public enum TreeViewDrawMode
18193     {
18194         Normal = 0,
18195         OwnerDrawAll = 2,
18196         OwnerDrawText = 1,
18197     }
18198     public partial class TreeViewEventArgs : System.EventArgs
18199     {
TreeViewEventArgs(System.Windows.Forms.TreeNode node)18200         public TreeViewEventArgs(System.Windows.Forms.TreeNode node) { }
TreeViewEventArgs(System.Windows.Forms.TreeNode node, System.Windows.Forms.TreeViewAction action)18201         public TreeViewEventArgs(System.Windows.Forms.TreeNode node, System.Windows.Forms.TreeViewAction action) { }
18202         public System.Windows.Forms.TreeViewAction Action { get { throw null; } }
18203         public System.Windows.Forms.TreeNode Node { get { throw null; } }
18204     }
TreeViewEventHandler(object sender, System.Windows.Forms.TreeViewEventArgs e)18205     public delegate void TreeViewEventHandler(object sender, System.Windows.Forms.TreeViewEventArgs e);
18206     public partial class TreeViewHitTestInfo
18207     {
TreeViewHitTestInfo(System.Windows.Forms.TreeNode hitNode, System.Windows.Forms.TreeViewHitTestLocations hitLocation)18208         public TreeViewHitTestInfo(System.Windows.Forms.TreeNode hitNode, System.Windows.Forms.TreeViewHitTestLocations hitLocation) { }
18209         public System.Windows.Forms.TreeViewHitTestLocations Location { get { throw null; } }
18210         public System.Windows.Forms.TreeNode Node { get { throw null; } }
18211     }
18212     [System.FlagsAttribute]
18213     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18214     public enum TreeViewHitTestLocations
18215     {
18216         AboveClientArea = 256,
18217         BelowClientArea = 512,
18218         Image = 2,
18219         Indent = 8,
18220         Label = 4,
18221         LeftOfClientArea = 2048,
18222         None = 1,
18223         PlusMinus = 16,
18224         RightOfClientArea = 1024,
18225         RightOfLabel = 32,
18226         StateImage = 64,
18227     }
18228     public partial class TreeViewImageIndexConverter : System.Windows.Forms.ImageIndexConverter
18229     {
TreeViewImageIndexConverter()18230         public TreeViewImageIndexConverter() { }
18231         protected override bool IncludeNoneAsStandardValue { get { throw null; } }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)18232         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)18233         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)18234         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
18235     }
18236     public partial class TreeViewImageKeyConverter : System.Windows.Forms.ImageKeyConverter
18237     {
TreeViewImageKeyConverter()18238         public TreeViewImageKeyConverter() { }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)18239         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
18240     }
18241     public partial class TypeValidationEventArgs : System.EventArgs
18242     {
TypeValidationEventArgs(System.Type validatingType, bool isValidInput, object returnValue, string message)18243         public TypeValidationEventArgs(System.Type validatingType, bool isValidInput, object returnValue, string message) { }
18244         public bool Cancel { get { throw null; } set { } }
18245         public bool IsValidInput { get { throw null; } }
18246         public string Message { get { throw null; } }
18247         public object ReturnValue { get { throw null; } }
18248         public System.Type ValidatingType { get { throw null; } }
18249     }
TypeValidationEventHandler(object sender, System.Windows.Forms.TypeValidationEventArgs e)18250     public delegate void TypeValidationEventHandler(object sender, System.Windows.Forms.TypeValidationEventArgs e);
18251     [System.FlagsAttribute]
18252     public enum UICues
18253     {
18254         Changed = 12,
18255         ChangeFocus = 4,
18256         ChangeKeyboard = 8,
18257         None = 0,
18258         ShowFocus = 1,
18259         ShowKeyboard = 2,
18260         Shown = 3,
18261     }
18262     public partial class UICuesEventArgs : System.EventArgs
18263     {
UICuesEventArgs(System.Windows.Forms.UICues uicues)18264         public UICuesEventArgs(System.Windows.Forms.UICues uicues) { }
18265         public System.Windows.Forms.UICues Changed { get { throw null; } }
18266         public bool ChangeFocus { get { throw null; } }
18267         public bool ChangeKeyboard { get { throw null; } }
18268         public bool ShowFocus { get { throw null; } }
18269         public bool ShowKeyboard { get { throw null; } }
18270     }
UICuesEventHandler(object sender, System.Windows.Forms.UICuesEventArgs e)18271     public delegate void UICuesEventHandler(object sender, System.Windows.Forms.UICuesEventArgs e);
18272     public enum UnhandledExceptionMode
18273     {
18274         Automatic = 0,
18275         CatchException = 2,
18276         ThrowException = 1,
18277     }
18278     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.UpDownBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
18279     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
18280     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18281     public abstract partial class UpDownBase : System.Windows.Forms.ContainerControl
18282     {
UpDownBase()18283         public UpDownBase() { }
18284         [System.ComponentModel.BrowsableAttribute(false)]
18285         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18286         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18287         public override bool AutoScroll { get { throw null; } set { } }
18288         [System.ComponentModel.BrowsableAttribute(false)]
18289         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18290         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18291         public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
18292         [System.ComponentModel.BrowsableAttribute(false)]
18293         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18294         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18295         public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
18296         [System.ComponentModel.BrowsableAttribute(true)]
18297         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
18298         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18299         public override bool AutoSize { get { throw null; } set { } }
18300         public override System.Drawing.Color BackColor { get { throw null; } set { } }
18301         [System.ComponentModel.BrowsableAttribute(false)]
18302         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18303         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18304         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
18305         [System.ComponentModel.BrowsableAttribute(false)]
18306         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18307         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18308         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
18309         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(2))]
18310         [System.Runtime.InteropServices.DispIdAttribute(-504)]
18311         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
18312         protected bool ChangingText { get { throw null; } set { } }
18313         public override System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
18314         public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
18315         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
18316         protected override System.Drawing.Size DefaultSize { get { throw null; } }
18317         [System.ComponentModel.BrowsableAttribute(false)]
18318         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18319         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18320         public new System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding { get { throw null; } }
18321         [System.ComponentModel.BrowsableAttribute(false)]
18322         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18323         public override bool Focused { get { throw null; } }
18324         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
18325         [System.ComponentModel.DefaultValueAttribute(true)]
18326         public bool InterceptArrowKeys { get { throw null; } set { } }
18327         public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
18328         public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
18329         [System.ComponentModel.BrowsableAttribute(false)]
18330         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18331         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
18332         public int PreferredHeight { get { throw null; } }
18333         [System.ComponentModel.DefaultValueAttribute(false)]
18334         public bool ReadOnly { get { throw null; } set { } }
18335         [System.ComponentModel.LocalizableAttribute(true)]
18336         public override string Text { get { throw null; } set { } }
18337         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
18338         [System.ComponentModel.LocalizableAttribute(true)]
18339         public System.Windows.Forms.HorizontalAlignment TextAlign { get { throw null; } set { } }
18340         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.LeftRightAlignment)(1))]
18341         [System.ComponentModel.LocalizableAttribute(true)]
18342         public System.Windows.Forms.LeftRightAlignment UpDownAlign { get { throw null; } set { } }
18343         protected bool UserEdit { get { throw null; } set { } }
18344         [System.ComponentModel.BrowsableAttribute(true)]
18345         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18346         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
18347         [System.ComponentModel.BrowsableAttribute(false)]
18348         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18349         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
18350         [System.ComponentModel.BrowsableAttribute(false)]
18351         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18352         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
18353         [System.ComponentModel.BrowsableAttribute(false)]
18354         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18355         public new event System.EventHandler MouseEnter { add { } remove { } }
18356         [System.ComponentModel.BrowsableAttribute(false)]
18357         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18358         public new event System.EventHandler MouseHover { add { } remove { } }
18359         [System.ComponentModel.BrowsableAttribute(false)]
18360         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18361         public new event System.EventHandler MouseLeave { add { } remove { } }
18362         [System.ComponentModel.BrowsableAttribute(false)]
18363         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18364         public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
DownButton()18365         public abstract void DownButton();
OnChanged(object source, System.EventArgs e)18366         protected virtual void OnChanged(object source, System.EventArgs e) { }
OnFontChanged(System.EventArgs e)18367         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)18368         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)18369         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)18370         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)18371         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)18372         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)18373         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)18374         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
OnTextBoxKeyDown(object source, System.Windows.Forms.KeyEventArgs e)18375         protected virtual void OnTextBoxKeyDown(object source, System.Windows.Forms.KeyEventArgs e) { }
OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e)18376         protected virtual void OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e) { }
OnTextBoxLostFocus(object source, System.EventArgs e)18377         protected virtual void OnTextBoxLostFocus(object source, System.EventArgs e) { }
OnTextBoxResize(object source, System.EventArgs e)18378         protected virtual void OnTextBoxResize(object source, System.EventArgs e) { }
OnTextBoxTextChanged(object source, System.EventArgs e)18379         protected virtual void OnTextBoxTextChanged(object source, System.EventArgs e) { }
Select(int start, int length)18380         public void Select(int start, int length) { }
UpButton()18381         public abstract void UpButton();
UpdateEditText()18382         protected abstract void UpdateEditText();
ValidateEditText()18383         protected virtual void ValidateEditText() { }
18384         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
WndProc(ref System.Windows.Forms.Message m)18385         protected override void WndProc(ref System.Windows.Forms.Message m) { }
18386     }
18387     public partial class UpDownEventArgs : System.EventArgs
18388     {
UpDownEventArgs(int buttonPushed)18389         public UpDownEventArgs(int buttonPushed) { }
18390         public int ButtonID { get { throw null; } }
18391     }
UpDownEventHandler(object source, System.Windows.Forms.UpDownEventArgs e)18392     public delegate void UpDownEventHandler(object source, System.Windows.Forms.UpDownEventArgs e);
18393     [System.ComponentModel.DefaultEventAttribute("Load")]
18394     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
18395     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.UserControlDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IRootDesigner))]
18396     [System.ComponentModel.DesignerCategoryAttribute("UserControl")]
18397     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
18398     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18399     public partial class UserControl : System.Windows.Forms.ContainerControl
18400     {
UserControl()18401         public UserControl() { }
18402         [System.ComponentModel.BrowsableAttribute(true)]
18403         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
18404         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18405         public override bool AutoSize { get { throw null; } set { } }
18406         [System.ComponentModel.BrowsableAttribute(true)]
18407         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoSizeMode)(1))]
18408         [System.ComponentModel.LocalizableAttribute(true)]
18409         public System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
18410         [System.ComponentModel.BrowsableAttribute(true)]
18411         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18412         public override System.Windows.Forms.AutoValidate AutoValidate { get { throw null; } set { } }
18413         [System.ComponentModel.BrowsableAttribute(true)]
18414         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(0))]
18415         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18416         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
18417         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
18418         protected override System.Drawing.Size DefaultSize { get { throw null; } }
18419         [System.ComponentModel.BindableAttribute(false)]
18420         [System.ComponentModel.BrowsableAttribute(false)]
18421         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18422         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18423         public override string Text { get { throw null; } set { } }
18424         [System.ComponentModel.BrowsableAttribute(true)]
18425         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18426         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
18427         [System.ComponentModel.BrowsableAttribute(true)]
18428         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18429         public new event System.EventHandler AutoValidateChanged { add { } remove { } }
18430         public event System.EventHandler Load { add { } remove { } }
18431         [System.ComponentModel.BrowsableAttribute(false)]
18432         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18433         public new event System.EventHandler TextChanged { add { } remove { } }
18434         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnCreateControl()18435         protected override void OnCreateControl() { }
18436         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLoad(System.EventArgs e)18437         protected virtual void OnLoad(System.EventArgs e) { }
18438         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseDown(System.Windows.Forms.MouseEventArgs e)18439         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnResize(System.EventArgs e)18440         protected override void OnResize(System.EventArgs e) { }
18441         [System.ComponentModel.BrowsableAttribute(true)]
18442         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
ValidateChildren()18443         public override bool ValidateChildren() { throw null; }
18444         [System.ComponentModel.BrowsableAttribute(true)]
18445         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints)18446         public override bool ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints) { throw null; }
18447         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
WndProc(ref System.Windows.Forms.Message m)18448         protected override void WndProc(ref System.Windows.Forms.Message m) { }
18449     }
18450     [System.FlagsAttribute]
18451     public enum ValidationConstraints
18452     {
18453         Enabled = 2,
18454         ImmediateChildren = 16,
18455         None = 0,
18456         Selectable = 1,
18457         TabStop = 8,
18458         Visible = 4,
18459     }
18460     public enum View
18461     {
18462         Details = 1,
18463         LargeIcon = 0,
18464         List = 3,
18465         SmallIcon = 2,
18466         Tile = 4,
18467     }
18468     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
18469     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18470     public partial class VScrollBar : System.Windows.Forms.ScrollBar
18471     {
VScrollBar()18472         public VScrollBar() { }
18473         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
18474         protected override System.Drawing.Size DefaultSize { get { throw null; } }
18475         [System.ComponentModel.BrowsableAttribute(false)]
18476         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18477         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
18478         [System.ComponentModel.BrowsableAttribute(false)]
18479         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18480         public new event System.EventHandler RightToLeftChanged { add { } remove { } }
18481     }
18482     public partial class VScrollProperties : System.Windows.Forms.ScrollProperties
18483     {
VScrollProperties(System.Windows.Forms.ScrollableControl container)18484         public VScrollProperties(System.Windows.Forms.ScrollableControl container) : base (default(System.Windows.Forms.ScrollableControl)) { }
18485     }
18486     [System.ComponentModel.DefaultEventAttribute("DocumentCompleted")]
18487     [System.ComponentModel.DefaultPropertyAttribute("Url")]
18488     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.WebBrowserDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
18489     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
18490     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18491     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(2))]
18492     public partial class WebBrowser : System.Windows.Forms.WebBrowserBase
18493     {
18494         [System.MonoTODOAttribute("WebBrowser control is only supported on Linux/Windows. No support for OSX.")]
WebBrowser()18495         public WebBrowser() { }
18496         [System.ComponentModel.DefaultValueAttribute(true)]
18497         public bool AllowNavigation { get { throw null; } set { } }
18498         [System.ComponentModel.DefaultValueAttribute(true)]
18499         public bool AllowWebBrowserDrop { get { throw null; } set { } }
18500         [System.ComponentModel.BrowsableAttribute(false)]
18501         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18502         public bool CanGoBack { get { throw null; } }
18503         [System.ComponentModel.BrowsableAttribute(false)]
18504         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18505         public bool CanGoForward { get { throw null; } }
18506         protected override System.Drawing.Size DefaultSize { get { throw null; } }
18507         [System.ComponentModel.BrowsableAttribute(false)]
18508         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18509         public System.Windows.Forms.HtmlDocument Document { get { throw null; } }
18510         [System.ComponentModel.BrowsableAttribute(false)]
18511         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18512         public System.IO.Stream DocumentStream { get { throw null; } set { } }
18513         [System.ComponentModel.BrowsableAttribute(false)]
18514         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18515         public string DocumentText { get { throw null; } set { } }
18516         [System.ComponentModel.BrowsableAttribute(false)]
18517         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18518         public string DocumentTitle { get { throw null; } }
18519         [System.ComponentModel.BrowsableAttribute(false)]
18520         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18521         public string DocumentType { get { throw null; } }
18522         [System.ComponentModel.BrowsableAttribute(false)]
18523         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18524         public System.Windows.Forms.WebBrowserEncryptionLevel EncryptionLevel { get { throw null; } }
18525         public override bool Focused { get { throw null; } }
18526         [System.ComponentModel.BrowsableAttribute(false)]
18527         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18528         public bool IsBusy { get { throw null; } }
18529         [System.ComponentModel.BrowsableAttribute(false)]
18530         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18531         public bool IsOffline { get { throw null; } }
18532         [System.ComponentModel.DefaultValueAttribute(true)]
18533         [System.MonoTODOAttribute("Stub, not implemented")]
18534         public bool IsWebBrowserContextMenuEnabled { get { throw null; } set { } }
18535         [System.ComponentModel.BrowsableAttribute(false)]
18536         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18537         [System.MonoTODOAttribute("Stub, not implemented")]
18538         public object ObjectForScripting { get { throw null; } set { } }
18539         [System.ComponentModel.BrowsableAttribute(false)]
18540         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18541         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18542         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
18543         [System.ComponentModel.BrowsableAttribute(false)]
18544         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18545         public System.Windows.Forms.WebBrowserReadyState ReadyState { get { throw null; } }
18546         [System.ComponentModel.DefaultValueAttribute(false)]
18547         public bool ScriptErrorsSuppressed { get { throw null; } set { } }
18548         [System.ComponentModel.DefaultValueAttribute(true)]
18549         public bool ScrollBarsEnabled { get { throw null; } set { } }
18550         [System.ComponentModel.BrowsableAttribute(false)]
18551         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18552         public virtual string StatusText { get { throw null; } }
18553         [System.ComponentModel.BindableAttribute(true)]
18554         [System.ComponentModel.DefaultValueAttribute(null)]
18555         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.WebBrowserUriTypeConverter")]
18556         public System.Uri Url { get { throw null; } set { } }
18557         [System.ComponentModel.BrowsableAttribute(false)]
18558         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18559         public System.Version Version { get { throw null; } }
18560         [System.ComponentModel.DefaultValueAttribute(true)]
18561         [System.MonoTODOAttribute("Stub, not implemented")]
18562         public bool WebBrowserShortcutsEnabled { get { throw null; } set { } }
18563         [System.ComponentModel.BrowsableAttribute(false)]
18564         public event System.EventHandler CanGoBackChanged { add { } remove { } }
18565         [System.ComponentModel.BrowsableAttribute(false)]
18566         public event System.EventHandler CanGoForwardChanged { add { } remove { } }
18567         public event System.Windows.Forms.WebBrowserDocumentCompletedEventHandler DocumentCompleted { add { } remove { } }
18568         [System.ComponentModel.BrowsableAttribute(false)]
18569         public event System.EventHandler DocumentTitleChanged { add { } remove { } }
18570         [System.ComponentModel.BrowsableAttribute(false)]
18571         public event System.EventHandler EncryptionLevelChanged { add { } remove { } }
18572         public event System.EventHandler FileDownload { add { } remove { } }
18573         public event System.Windows.Forms.WebBrowserNavigatedEventHandler Navigated { add { } remove { } }
18574         public event System.Windows.Forms.WebBrowserNavigatingEventHandler Navigating { add { } remove { } }
18575         public event System.ComponentModel.CancelEventHandler NewWindow { add { } remove { } }
18576         [System.ComponentModel.BrowsableAttribute(false)]
18577         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18578         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18579         [System.MonoTODOAttribute]
18580         public new event System.EventHandler PaddingChanged { add { } remove { } }
18581         public event System.Windows.Forms.WebBrowserProgressChangedEventHandler ProgressChanged { add { } remove { } }
18582         [System.ComponentModel.BrowsableAttribute(false)]
18583         public event System.EventHandler StatusTextChanged { add { } remove { } }
18584         [System.MonoTODOAttribute("Stub, not implemented")]
AttachInterfaces(object nativeActiveXObject)18585         protected override void AttachInterfaces(object nativeActiveXObject) { }
18586         [System.MonoTODOAttribute("Stub, not implemented")]
CreateSink()18587         protected override void CreateSink() { }
18588         [System.MonoTODOAttribute("Stub, not implemented")]
CreateWebBrowserSiteBase()18589         protected override System.Windows.Forms.WebBrowserSiteBase CreateWebBrowserSiteBase() { throw null; }
18590         [System.MonoTODOAttribute("Stub, not implemented")]
DetachInterfaces()18591         protected override void DetachInterfaces() { }
18592         [System.MonoTODOAttribute("Stub, not implemented")]
DetachSink()18593         protected override void DetachSink() { }
Dispose(bool disposing)18594         protected override void Dispose(bool disposing) { }
GoBack()18595         public bool GoBack() { throw null; }
GoForward()18596         public bool GoForward() { throw null; }
GoHome()18597         public void GoHome() { }
GoSearch()18598         public void GoSearch() { }
Navigate(string urlString)18599         public void Navigate(string urlString) { }
Navigate(string urlString, bool newWindow)18600         public void Navigate(string urlString, bool newWindow) { }
Navigate(string urlString, string targetFrameName)18601         public void Navigate(string urlString, string targetFrameName) { }
Navigate(string urlString, string targetFrameName, byte[] postData, string additionalHeaders)18602         public void Navigate(string urlString, string targetFrameName, byte[] postData, string additionalHeaders) { }
Navigate(System.Uri url)18603         public void Navigate(System.Uri url) { }
Navigate(System.Uri url, bool newWindow)18604         public void Navigate(System.Uri url, bool newWindow) { }
Navigate(System.Uri url, string targetFrameName)18605         public void Navigate(System.Uri url, string targetFrameName) { }
Navigate(System.Uri url, string targetFrameName, byte[] postData, string additionalHeaders)18606         public void Navigate(System.Uri url, string targetFrameName, byte[] postData, string additionalHeaders) { }
OnCanGoBackChanged(System.EventArgs e)18607         protected virtual void OnCanGoBackChanged(System.EventArgs e) { }
OnCanGoForwardChanged(System.EventArgs e)18608         protected virtual void OnCanGoForwardChanged(System.EventArgs e) { }
OnDocumentCompleted(System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e)18609         protected virtual void OnDocumentCompleted(System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e) { }
OnDocumentTitleChanged(System.EventArgs e)18610         protected virtual void OnDocumentTitleChanged(System.EventArgs e) { }
OnEncryptionLevelChanged(System.EventArgs e)18611         protected virtual void OnEncryptionLevelChanged(System.EventArgs e) { }
OnFileDownload(System.EventArgs e)18612         protected virtual void OnFileDownload(System.EventArgs e) { }
OnNavigated(System.Windows.Forms.WebBrowserNavigatedEventArgs e)18613         protected virtual void OnNavigated(System.Windows.Forms.WebBrowserNavigatedEventArgs e) { }
OnNavigating(System.Windows.Forms.WebBrowserNavigatingEventArgs e)18614         protected virtual void OnNavigating(System.Windows.Forms.WebBrowserNavigatingEventArgs e) { }
OnNewWindow(System.ComponentModel.CancelEventArgs e)18615         protected virtual void OnNewWindow(System.ComponentModel.CancelEventArgs e) { }
OnProgressChanged(System.Windows.Forms.WebBrowserProgressChangedEventArgs e)18616         protected virtual void OnProgressChanged(System.Windows.Forms.WebBrowserProgressChangedEventArgs e) { }
OnStatusTextChanged(System.EventArgs e)18617         protected virtual void OnStatusTextChanged(System.EventArgs e) { }
Print()18618         public void Print() { }
Refresh()18619         public override void Refresh() { }
Refresh(System.Windows.Forms.WebBrowserRefreshOption opt)18620         public void Refresh(System.Windows.Forms.WebBrowserRefreshOption opt) { }
ShowPageSetupDialog()18621         public void ShowPageSetupDialog() { }
ShowPrintDialog()18622         public void ShowPrintDialog() { }
ShowPrintPreviewDialog()18623         public void ShowPrintPreviewDialog() { }
ShowPropertiesDialog()18624         public void ShowPropertiesDialog() { }
ShowSaveAsDialog()18625         public void ShowSaveAsDialog() { }
Stop()18626         public void Stop() { }
WndProc(ref System.Windows.Forms.Message m)18627         protected override void WndProc(ref System.Windows.Forms.Message m) { }
18628         [System.MonoTODOAttribute("Stub, not implemented")]
18629         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
18630         protected partial class WebBrowserSite : System.Windows.Forms.WebBrowserSiteBase
18631         {
18632             [System.MonoTODOAttribute("Stub, not implemented")]
WebBrowserSite(System.Windows.Forms.WebBrowser host)18633             public WebBrowserSite(System.Windows.Forms.WebBrowser host) { }
18634         }
18635     }
18636     [System.ComponentModel.DefaultEventAttribute("Enter")]
18637     [System.ComponentModel.DefaultPropertyAttribute("Name")]
18638     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.AxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
18639     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
18640     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18641     public partial class WebBrowserBase : System.Windows.Forms.Control
18642     {
WebBrowserBase()18643         internal WebBrowserBase() { }
18644         [System.ComponentModel.BrowsableAttribute(false)]
18645         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18646         public object ActiveXInstance { get { throw null; } }
18647         [System.ComponentModel.BrowsableAttribute(false)]
18648         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18649         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18650         public override bool AllowDrop { get { throw null; } set { } }
18651         [System.ComponentModel.BrowsableAttribute(false)]
18652         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18653         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18654         public override System.Drawing.Color BackColor { get { throw null; } set { } }
18655         [System.ComponentModel.BrowsableAttribute(false)]
18656         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18657         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18658         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
18659         [System.ComponentModel.BrowsableAttribute(false)]
18660         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18661         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18662         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
18663         [System.ComponentModel.BrowsableAttribute(false)]
18664         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18665         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18666         public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
18667         protected override System.Drawing.Size DefaultSize { get { throw null; } }
18668         [System.ComponentModel.BrowsableAttribute(false)]
18669         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18670         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18671         public new bool Enabled { get { throw null; } set { } }
18672         [System.ComponentModel.BrowsableAttribute(false)]
18673         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18674         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18675         public override System.Drawing.Font Font { get { throw null; } set { } }
18676         [System.ComponentModel.BrowsableAttribute(false)]
18677         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18678         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18679         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
18680         [System.ComponentModel.BrowsableAttribute(false)]
18681         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18682         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18683         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
18684         [System.ComponentModel.BrowsableAttribute(false)]
18685         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18686         [System.ComponentModel.LocalizableAttribute(false)]
18687         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
18688         public override System.ComponentModel.ISite Site { set { } }
18689         [System.ComponentModel.BindableAttribute(false)]
18690         [System.ComponentModel.BrowsableAttribute(false)]
18691         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18692         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18693         public override string Text { get { throw null; } set { } }
18694         [System.ComponentModel.BrowsableAttribute(false)]
18695         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18696         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18697         public new bool UseWaitCursor { get { throw null; } set { } }
18698         [System.ComponentModel.BrowsableAttribute(false)]
18699         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18700         public new event System.EventHandler BackColorChanged { add { } remove { } }
18701         [System.ComponentModel.BrowsableAttribute(false)]
18702         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18703         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
18704         [System.ComponentModel.BrowsableAttribute(false)]
18705         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18706         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
18707         [System.ComponentModel.BrowsableAttribute(false)]
18708         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18709         public new event System.EventHandler BindingContextChanged { add { } remove { } }
18710         [System.ComponentModel.BrowsableAttribute(false)]
18711         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18712         public new event System.Windows.Forms.UICuesEventHandler ChangeUICues { add { } remove { } }
18713         [System.ComponentModel.BrowsableAttribute(false)]
18714         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18715         public new event System.EventHandler Click { add { } remove { } }
18716         [System.ComponentModel.BrowsableAttribute(false)]
18717         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18718         public new event System.EventHandler CursorChanged { add { } remove { } }
18719         [System.ComponentModel.BrowsableAttribute(false)]
18720         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18721         public new event System.EventHandler DoubleClick { add { } remove { } }
18722         [System.ComponentModel.BrowsableAttribute(false)]
18723         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18724         public new event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
18725         [System.ComponentModel.BrowsableAttribute(false)]
18726         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18727         public new event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
18728         [System.ComponentModel.BrowsableAttribute(false)]
18729         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18730         public new event System.EventHandler DragLeave { add { } remove { } }
18731         [System.ComponentModel.BrowsableAttribute(false)]
18732         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18733         public new event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
18734         [System.ComponentModel.BrowsableAttribute(false)]
18735         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18736         public new event System.EventHandler EnabledChanged { add { } remove { } }
18737         [System.ComponentModel.BrowsableAttribute(false)]
18738         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18739         public new event System.EventHandler Enter { add { } remove { } }
18740         [System.ComponentModel.BrowsableAttribute(false)]
18741         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18742         public new event System.EventHandler FontChanged { add { } remove { } }
18743         [System.ComponentModel.BrowsableAttribute(false)]
18744         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18745         public new event System.EventHandler ForeColorChanged { add { } remove { } }
18746         [System.ComponentModel.BrowsableAttribute(false)]
18747         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18748         public new event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
18749         [System.ComponentModel.BrowsableAttribute(false)]
18750         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18751         public new event System.Windows.Forms.HelpEventHandler HelpRequested { add { } remove { } }
18752         [System.ComponentModel.BrowsableAttribute(false)]
18753         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18754         public new event System.EventHandler ImeModeChanged { add { } remove { } }
18755         [System.ComponentModel.BrowsableAttribute(false)]
18756         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18757         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
18758         [System.ComponentModel.BrowsableAttribute(false)]
18759         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18760         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
18761         [System.ComponentModel.BrowsableAttribute(false)]
18762         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18763         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
18764         [System.ComponentModel.BrowsableAttribute(false)]
18765         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18766         public new event System.Windows.Forms.LayoutEventHandler Layout { add { } remove { } }
18767         [System.ComponentModel.BrowsableAttribute(false)]
18768         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18769         public new event System.EventHandler Leave { add { } remove { } }
18770         [System.ComponentModel.BrowsableAttribute(false)]
18771         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18772         public new event System.EventHandler MouseCaptureChanged { add { } remove { } }
18773         [System.ComponentModel.BrowsableAttribute(false)]
18774         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18775         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
18776         [System.ComponentModel.BrowsableAttribute(false)]
18777         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18778         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
18779         [System.ComponentModel.BrowsableAttribute(false)]
18780         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18781         public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
18782         [System.ComponentModel.BrowsableAttribute(false)]
18783         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18784         public new event System.EventHandler MouseEnter { add { } remove { } }
18785         [System.ComponentModel.BrowsableAttribute(false)]
18786         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18787         public new event System.EventHandler MouseHover { add { } remove { } }
18788         [System.ComponentModel.BrowsableAttribute(false)]
18789         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18790         public new event System.EventHandler MouseLeave { add { } remove { } }
18791         [System.ComponentModel.BrowsableAttribute(false)]
18792         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18793         public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
18794         [System.ComponentModel.BrowsableAttribute(false)]
18795         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18796         public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
18797         [System.ComponentModel.BrowsableAttribute(false)]
18798         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18799         public new event System.Windows.Forms.MouseEventHandler MouseWheel { add { } remove { } }
18800         [System.ComponentModel.BrowsableAttribute(false)]
18801         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18802         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
18803         [System.ComponentModel.BrowsableAttribute(false)]
18804         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18805         public new event System.Windows.Forms.QueryAccessibilityHelpEventHandler QueryAccessibilityHelp { add { } remove { } }
18806         [System.ComponentModel.BrowsableAttribute(false)]
18807         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18808         public new event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
18809         [System.ComponentModel.BrowsableAttribute(false)]
18810         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18811         public new event System.EventHandler RightToLeftChanged { add { } remove { } }
18812         [System.ComponentModel.BrowsableAttribute(false)]
18813         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18814         public new event System.EventHandler StyleChanged { add { } remove { } }
18815         [System.ComponentModel.BrowsableAttribute(false)]
18816         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18817         public new event System.EventHandler TextChanged { add { } remove { } }
AttachInterfaces(object nativeActiveXObject)18818         protected virtual void AttachInterfaces(object nativeActiveXObject) { }
CreateSink()18819         protected virtual void CreateSink() { }
CreateWebBrowserSiteBase()18820         protected virtual System.Windows.Forms.WebBrowserSiteBase CreateWebBrowserSiteBase() { throw null; }
DetachInterfaces()18821         protected virtual void DetachInterfaces() { }
DetachSink()18822         protected virtual void DetachSink() { }
Dispose(bool disposing)18823         protected override void Dispose(bool disposing) { }
18824         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds)18825         public new void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) { }
IsInputChar(char charCode)18826         protected override bool IsInputChar(char charCode) { throw null; }
OnBackColorChanged(System.EventArgs e)18827         protected override void OnBackColorChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)18828         protected override void OnFontChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)18829         protected override void OnForeColorChanged(System.EventArgs e) { }
OnGotFocus(System.EventArgs e)18830         protected override void OnGotFocus(System.EventArgs e) { }
18831         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHandleCreated(System.EventArgs e)18832         protected override void OnHandleCreated(System.EventArgs e) { }
OnLostFocus(System.EventArgs e)18833         protected override void OnLostFocus(System.EventArgs e) { }
OnParentChanged(System.EventArgs e)18834         protected override void OnParentChanged(System.EventArgs e) { }
OnRightToLeftChanged(System.EventArgs e)18835         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)18836         protected override void OnVisibleChanged(System.EventArgs e) { }
PreProcessMessage(ref System.Windows.Forms.Message msg)18837         public override bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; }
ProcessDialogKey(System.Windows.Forms.Keys keyData)18838         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ProcessMnemonic(char charCode)18839         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
WndProc(ref System.Windows.Forms.Message m)18840         protected override void WndProc(ref System.Windows.Forms.Message m) { }
18841     }
18842     public partial class WebBrowserDocumentCompletedEventArgs : System.EventArgs
18843     {
WebBrowserDocumentCompletedEventArgs(System.Uri url)18844         public WebBrowserDocumentCompletedEventArgs(System.Uri url) { }
18845         public System.Uri Url { get { throw null; } }
18846     }
WebBrowserDocumentCompletedEventHandler(object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e)18847     public delegate void WebBrowserDocumentCompletedEventHandler(object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e);
18848     public enum WebBrowserEncryptionLevel
18849     {
18850         Bit128 = 6,
18851         Bit40 = 3,
18852         Bit56 = 4,
18853         Fortezza = 5,
18854         Insecure = 0,
18855         Mixed = 1,
18856         Unknown = 2,
18857     }
18858     public partial class WebBrowserNavigatedEventArgs : System.EventArgs
18859     {
WebBrowserNavigatedEventArgs(System.Uri url)18860         public WebBrowserNavigatedEventArgs(System.Uri url) { }
18861         public System.Uri Url { get { throw null; } }
18862     }
WebBrowserNavigatedEventHandler(object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e)18863     public delegate void WebBrowserNavigatedEventHandler(object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e);
18864     public partial class WebBrowserNavigatingEventArgs : System.ComponentModel.CancelEventArgs
18865     {
WebBrowserNavigatingEventArgs(System.Uri url, string targetFrameName)18866         public WebBrowserNavigatingEventArgs(System.Uri url, string targetFrameName) { }
18867         public string TargetFrameName { get { throw null; } }
18868         public System.Uri Url { get { throw null; } }
18869     }
WebBrowserNavigatingEventHandler(object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e)18870     public delegate void WebBrowserNavigatingEventHandler(object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e);
18871     public partial class WebBrowserProgressChangedEventArgs : System.EventArgs
18872     {
WebBrowserProgressChangedEventArgs(long currentProgress, long maximumProgress)18873         public WebBrowserProgressChangedEventArgs(long currentProgress, long maximumProgress) { }
18874         public long CurrentProgress { get { throw null; } }
18875         public long MaximumProgress { get { throw null; } }
18876     }
WebBrowserProgressChangedEventHandler(object sender, System.Windows.Forms.WebBrowserProgressChangedEventArgs e)18877     public delegate void WebBrowserProgressChangedEventHandler(object sender, System.Windows.Forms.WebBrowserProgressChangedEventArgs e);
18878     public enum WebBrowserReadyState
18879     {
18880         Complete = 4,
18881         Interactive = 3,
18882         Loaded = 2,
18883         Loading = 1,
18884         Uninitialized = 0,
18885     }
18886     public enum WebBrowserRefreshOption
18887     {
18888         Completely = 3,
18889         Continue = 2,
18890         IfExpired = 1,
18891         Normal = 0,
18892     }
18893     [System.MonoTODOAttribute("Needs Implementation")]
18894     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18895     public partial class WebBrowserSiteBase : System.IDisposable
18896     {
WebBrowserSiteBase()18897         internal WebBrowserSiteBase() { }
Dispose()18898         public void Dispose() { }
Dispose(bool disposing)18899         protected virtual void Dispose(bool disposing) { }
18900     }
18901     public sealed partial class WindowsFormsSection : System.Configuration.ConfigurationSection
18902     {
WindowsFormsSection()18903         public WindowsFormsSection() { }
18904         [System.Configuration.ConfigurationPropertyAttribute("jitDebugging", DefaultValue="False")]
18905         public bool JitDebugging { get { throw null; } set { } }
18906         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
18907     }
18908     public sealed partial class WindowsFormsSynchronizationContext : System.Threading.SynchronizationContext, System.IDisposable
18909     {
WindowsFormsSynchronizationContext()18910         public WindowsFormsSynchronizationContext() { }
18911         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
18912         public static bool AutoInstall { get { throw null; } set { } }
CreateCopy()18913         public override System.Threading.SynchronizationContext CreateCopy() { throw null; }
Dispose()18914         public void Dispose() { }
Post(System.Threading.SendOrPostCallback d, object state)18915         public override void Post(System.Threading.SendOrPostCallback d, object state) { }
Send(System.Threading.SendOrPostCallback d, object state)18916         public override void Send(System.Threading.SendOrPostCallback d, object state) { }
Uninstall()18917         public static void Uninstall() { }
18918     }
18919 }
18920 namespace System.Windows.Forms.ComponentModel.Com2Interop
18921 {
18922     public partial class Com2Variant
18923     {
Com2Variant()18924         public Com2Variant() { }
18925     }
18926     public partial interface ICom2PropertyPageDisplayService
18927     {
ShowPropertyPage(string title, object component, int dispid, System.Guid pageGuid, System.IntPtr parentHandle)18928         void ShowPropertyPage(string title, object component, int dispid, System.Guid pageGuid, System.IntPtr parentHandle);
18929     }
18930     public partial interface IComPropertyBrowser
18931     {
18932         bool InPropertySet { get; }
18933         event System.ComponentModel.Design.ComponentRenameEventHandler ComComponentNameChanged;
DropDownDone()18934         void DropDownDone();
EnsurePendingChangesCommitted()18935         bool EnsurePendingChangesCommitted();
HandleF4()18936         void HandleF4();
LoadState(Microsoft.Win32.RegistryKey key)18937         void LoadState(Microsoft.Win32.RegistryKey key);
SaveState(Microsoft.Win32.RegistryKey key)18938         void SaveState(Microsoft.Win32.RegistryKey key);
18939     }
18940 }
18941 namespace System.Windows.Forms.Design
18942 {
18943     [System.ComponentModel.ToolboxItemAttribute(false)]
18944     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
18945     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18946     public partial class ComponentEditorForm : System.Windows.Forms.Form
18947     {
18948         [System.MonoTODOAttribute]
ComponentEditorForm(object component, System.Type[] pageTypes)18949         public ComponentEditorForm(object component, System.Type[] pageTypes) { }
18950         [System.ComponentModel.BrowsableAttribute(false)]
18951         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18952         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18953         public override bool AutoSize { get { throw null; } set { } }
18954         [System.ComponentModel.BrowsableAttribute(false)]
18955         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18956         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
18957         [System.MonoTODOAttribute]
OnActivated(System.EventArgs e)18958         protected override void OnActivated(System.EventArgs e) { }
18959         [System.MonoTODOAttribute]
OnHelpRequested(System.Windows.Forms.HelpEventArgs e)18960         protected override void OnHelpRequested(System.Windows.Forms.HelpEventArgs e) { }
18961         [System.MonoTODOAttribute]
OnSelChangeSelector(object source, System.Windows.Forms.TreeViewEventArgs e)18962         protected virtual void OnSelChangeSelector(object source, System.Windows.Forms.TreeViewEventArgs e) { }
18963         [System.MonoTODOAttribute]
PreProcessMessage(ref System.Windows.Forms.Message msg)18964         public override bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; }
18965         [System.MonoTODOAttribute]
ShowForm()18966         public virtual System.Windows.Forms.DialogResult ShowForm() { throw null; }
18967         [System.MonoTODOAttribute]
ShowForm(int page)18968         public virtual System.Windows.Forms.DialogResult ShowForm(int page) { throw null; }
18969         [System.MonoTODOAttribute]
ShowForm(System.Windows.Forms.IWin32Window owner)18970         public virtual System.Windows.Forms.DialogResult ShowForm(System.Windows.Forms.IWin32Window owner) { throw null; }
18971         [System.MonoTODOAttribute]
ShowForm(System.Windows.Forms.IWin32Window owner, int page)18972         public virtual System.Windows.Forms.DialogResult ShowForm(System.Windows.Forms.IWin32Window owner, int page) { throw null; }
18973     }
18974     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
18975     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18976     public abstract partial class ComponentEditorPage : System.Windows.Forms.Panel
18977     {
ComponentEditorPage()18978         public ComponentEditorPage() { }
18979         [System.ComponentModel.BrowsableAttribute(false)]
18980         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18981         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18982         public override bool AutoSize { get { throw null; } set { } }
18983         public bool CommitOnDeactivate { get { throw null; } set { } }
18984         protected System.ComponentModel.IComponent Component { get { throw null; } set { } }
18985         [System.MonoTODOAttribute("Find out what this does.")]
18986         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
18987         protected bool FirstActivate { get { throw null; } set { } }
18988         public System.Drawing.Icon Icon { get { throw null; } set { } }
18989         protected int Loading { get { throw null; } set { } }
18990         protected bool LoadRequired { get { throw null; } set { } }
18991         protected System.Windows.Forms.IComponentEditorPageSite PageSite { get { throw null; } set { } }
18992         public virtual string Title { get { throw null; } }
18993         [System.ComponentModel.BrowsableAttribute(false)]
18994         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18995         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
Activate()18996         public virtual void Activate() { }
ApplyChanges()18997         public virtual void ApplyChanges() { }
Deactivate()18998         public virtual void Deactivate() { }
EnterLoadingMode()18999         protected void EnterLoadingMode() { }
ExitLoadingMode()19000         protected void ExitLoadingMode() { }
GetControl()19001         public virtual System.Windows.Forms.Control GetControl() { throw null; }
GetSelectedComponent()19002         protected System.ComponentModel.IComponent GetSelectedComponent() { throw null; }
IsFirstActivate()19003         protected bool IsFirstActivate() { throw null; }
IsLoading()19004         protected bool IsLoading() { throw null; }
IsPageMessage(ref System.Windows.Forms.Message msg)19005         public virtual bool IsPageMessage(ref System.Windows.Forms.Message msg) { throw null; }
LoadComponent()19006         protected abstract void LoadComponent();
19007         [System.MonoTODOAttribute("Find out what this does.")]
OnApplyComplete()19008         public virtual void OnApplyComplete() { }
ReloadComponent()19009         protected virtual void ReloadComponent() { }
SaveComponent()19010         protected abstract void SaveComponent();
SetComponent(System.ComponentModel.IComponent component)19011         public virtual void SetComponent(System.ComponentModel.IComponent component) { }
19012         [System.MonoTODOAttribute("Find out what this does.")]
SetDirty()19013         protected virtual void SetDirty() { }
SetSite(System.Windows.Forms.IComponentEditorPageSite site)19014         public virtual void SetSite(System.Windows.Forms.IComponentEditorPageSite site) { }
ShowHelp()19015         public virtual void ShowHelp() { }
SupportsHelp()19016         public virtual bool SupportsHelp() { throw null; }
19017     }
19018     public partial class EventsTab : System.Windows.Forms.Design.PropertyTab
19019     {
EventsTab(System.IServiceProvider sp)19020         public EventsTab(System.IServiceProvider sp) { }
19021         public override string HelpKeyword { get { throw null; } }
19022         public override string TabName { get { throw null; } }
CanExtend(object extendee)19023         public override bool CanExtend(object extendee) { throw null; }
GetDefaultProperty(object obj)19024         public override System.ComponentModel.PropertyDescriptor GetDefaultProperty(object obj) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes)19025         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes) { throw null; }
GetProperties(object component, System.Attribute[] attributes)19026         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes) { throw null; }
19027     }
19028     [System.Runtime.InteropServices.GuidAttribute("06a9c74b-5e32-4561-be73-381b37869f4f")]
19029     public partial interface IUIService
19030     {
19031         System.Collections.IDictionary Styles { get; }
CanShowComponentEditor(object component)19032         bool CanShowComponentEditor(object component);
GetDialogOwnerWindow()19033         System.Windows.Forms.IWin32Window GetDialogOwnerWindow();
SetUIDirty()19034         void SetUIDirty();
ShowComponentEditor(object component, System.Windows.Forms.IWin32Window parent)19035         bool ShowComponentEditor(object component, System.Windows.Forms.IWin32Window parent);
ShowDialog(System.Windows.Forms.Form form)19036         System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.Form form);
ShowError(System.Exception ex)19037         void ShowError(System.Exception ex);
ShowError(System.Exception ex, string message)19038         void ShowError(System.Exception ex, string message);
ShowError(string message)19039         void ShowError(string message);
ShowMessage(string message)19040         void ShowMessage(string message);
ShowMessage(string message, string caption)19041         void ShowMessage(string message, string caption);
ShowMessage(string message, string caption, System.Windows.Forms.MessageBoxButtons buttons)19042         System.Windows.Forms.DialogResult ShowMessage(string message, string caption, System.Windows.Forms.MessageBoxButtons buttons);
ShowToolWindow(System.Guid toolWindow)19043         bool ShowToolWindow(System.Guid toolWindow);
19044     }
19045     public partial interface IWindowsFormsEditorService
19046     {
CloseDropDown()19047         void CloseDropDown();
DropDownControl(System.Windows.Forms.Control control)19048         void DropDownControl(System.Windows.Forms.Control control);
ShowDialog(System.Windows.Forms.Form dialog)19049         System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.Form dialog);
19050     }
19051     public abstract partial class PropertyTab : System.ComponentModel.IExtenderProvider
19052     {
PropertyTab()19053         protected PropertyTab() { }
19054         public virtual System.Drawing.Bitmap Bitmap { get { throw null; } }
19055         public virtual object[] Components { get { throw null; } set { } }
19056         public virtual string HelpKeyword { get { throw null; } }
19057         public abstract string TabName { get; }
CanExtend(object extendee)19058         public virtual bool CanExtend(object extendee) { throw null; }
Dispose()19059         public virtual void Dispose() { }
Dispose(bool disposing)19060         protected virtual void Dispose(bool disposing) { }
~PropertyTab()19061         ~PropertyTab() { }
GetDefaultProperty(object component)19062         public virtual System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes)19063         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes) { throw null; }
GetProperties(object component)19064         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(object component) { throw null; }
GetProperties(object component, System.Attribute[] attributes)19065         public abstract System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes);
19066     }
19067     [System.FlagsAttribute]
19068     public enum ToolStripItemDesignerAvailability
19069     {
19070         All = 15,
19071         ContextMenuStrip = 4,
19072         MenuStrip = 2,
19073         None = 0,
19074         StatusStrip = 8,
19075         ToolStrip = 1,
19076     }
19077     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
19078     public sealed partial class ToolStripItemDesignerAvailabilityAttribute : System.Attribute
19079     {
19080         public static readonly System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute Default;
ToolStripItemDesignerAvailabilityAttribute()19081         public ToolStripItemDesignerAvailabilityAttribute() { }
ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability visibility)19082         public ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability visibility) { }
19083         public System.Windows.Forms.Design.ToolStripItemDesignerAvailability ItemAdditionVisibility { get { throw null; } }
Equals(object obj)19084         public override bool Equals(object obj) { throw null; }
GetHashCode()19085         public override int GetHashCode() { throw null; }
IsDefaultAttribute()19086         public override bool IsDefaultAttribute() { throw null; }
19087     }
19088     public abstract partial class WindowsFormsComponentEditor : System.ComponentModel.ComponentEditor
19089     {
WindowsFormsComponentEditor()19090         protected WindowsFormsComponentEditor() { }
EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component)19091         public override bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component) { throw null; }
EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component, System.Windows.Forms.IWin32Window owner)19092         public virtual bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component, System.Windows.Forms.IWin32Window owner) { throw null; }
EditComponent(object component, System.Windows.Forms.IWin32Window owner)19093         public bool EditComponent(object component, System.Windows.Forms.IWin32Window owner) { throw null; }
GetComponentEditorPages()19094         protected virtual System.Type[] GetComponentEditorPages() { throw null; }
GetInitialComponentEditorPageIndex()19095         protected virtual int GetInitialComponentEditorPageIndex() { throw null; }
19096     }
19097 }
19098 namespace System.Windows.Forms.Layout
19099 {
19100     public partial class ArrangedElementCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
19101     {
ArrangedElementCollection()19102         internal ArrangedElementCollection() { }
19103         public virtual int Count { get { throw null; } }
19104         public virtual bool IsReadOnly { get { throw null; } }
19105         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
19106         object System.Collections.ICollection.SyncRoot { get { throw null; } }
19107         bool System.Collections.IList.IsFixedSize { get { throw null; } }
19108         object System.Collections.IList.this[int index] { get { throw null; } set { } }
CopyTo(System.Array array, int index)19109         public void CopyTo(System.Array array, int index) { }
Equals(object obj)19110         public override bool Equals(object obj) { throw null; }
GetEnumerator()19111         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
GetHashCode()19112         public override int GetHashCode() { throw null; }
System.Collections.IList.Add(object value)19113         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()19114         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)19115         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)19116         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)19117         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)19118         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)19119         void System.Collections.IList.RemoveAt(int index) { }
19120     }
19121     public abstract partial class LayoutEngine
19122     {
LayoutEngine()19123         protected LayoutEngine() { }
InitLayout(object child, System.Windows.Forms.BoundsSpecified specified)19124         public virtual void InitLayout(object child, System.Windows.Forms.BoundsSpecified specified) { }
Layout(object container, System.Windows.Forms.LayoutEventArgs layoutEventArgs)19125         public virtual bool Layout(object container, System.Windows.Forms.LayoutEventArgs layoutEventArgs) { throw null; }
19126     }
19127     public partial class TableLayoutSettingsTypeConverter : System.ComponentModel.TypeConverter
19128     {
TableLayoutSettingsTypeConverter()19129         public TableLayoutSettingsTypeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)19130         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)19131         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)19132         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)19133         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
19134     }
19135 }
19136 namespace System.Windows.Forms.PropertyGridInternal
19137 {
19138     public partial interface IRootGridEntry
19139     {
19140         System.ComponentModel.AttributeCollection BrowsableAttributes { get; set; }
ResetBrowsableAttributes()19141         void ResetBrowsableAttributes();
ShowCategories(bool showCategories)19142         void ShowCategories(bool showCategories);
19143     }
19144     public partial class PropertiesTab : System.Windows.Forms.Design.PropertyTab
19145     {
PropertiesTab()19146         public PropertiesTab() { }
19147         public override string HelpKeyword { get { throw null; } }
19148         public override string TabName { get { throw null; } }
GetDefaultProperty(object obj)19149         public override System.ComponentModel.PropertyDescriptor GetDefaultProperty(object obj) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes)19150         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes) { throw null; }
GetProperties(object component, System.Attribute[] attributes)19151         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes) { throw null; }
19152     }
19153     public partial class PropertyGridCommands
19154     {
19155         public static readonly System.ComponentModel.Design.CommandID Commands;
19156         public static readonly System.ComponentModel.Design.CommandID Description;
19157         public static readonly System.ComponentModel.Design.CommandID Hide;
19158         public static readonly System.ComponentModel.Design.CommandID Reset;
19159         protected static readonly System.Guid wfcMenuCommand;
19160         protected static readonly System.Guid wfcMenuGroup;
PropertyGridCommands()19161         public PropertyGridCommands() { }
19162     }
19163 }
19164 namespace System.Windows.Forms.VisualStyles
19165 {
19166     public enum BackgroundType
19167     {
19168         BorderFill = 1,
19169         ImageFile = 0,
19170         None = 2,
19171     }
19172     public enum BooleanProperty
19173     {
19174         AlwaysShowSizingBar = 2208,
19175         AutoSize = 2202,
19176         BackgroundFill = 2205,
19177         BorderOnly = 2203,
19178         Composited = 2204,
19179         GlyphOnly = 2207,
19180         GlyphTransparent = 2206,
19181         IntegralSizing = 2211,
19182         MirrorImage = 2209,
19183         SourceGrow = 2212,
19184         SourceShrink = 2213,
19185         Transparent = 2201,
19186         UniformSizing = 2210,
19187     }
19188     public enum BorderType
19189     {
19190         Ellipse = 2,
19191         Rectangle = 0,
19192         RoundedRectangle = 1,
19193     }
19194     public enum CheckBoxState
19195     {
19196         CheckedDisabled = 8,
19197         CheckedHot = 6,
19198         CheckedNormal = 5,
19199         CheckedPressed = 7,
19200         MixedDisabled = 12,
19201         MixedHot = 10,
19202         MixedNormal = 9,
19203         MixedPressed = 11,
19204         UncheckedDisabled = 4,
19205         UncheckedHot = 2,
19206         UncheckedNormal = 1,
19207         UncheckedPressed = 3,
19208     }
19209     public enum ColorProperty
19210     {
19211         AccentColorHint = 3823,
19212         BorderColor = 3801,
19213         BorderColorHint = 3822,
19214         EdgeDarkShadowColor = 3807,
19215         EdgeFillColor = 3808,
19216         EdgeHighlightColor = 3805,
19217         EdgeLightColor = 3804,
19218         EdgeShadowColor = 3806,
19219         FillColor = 3802,
19220         FillColorHint = 3821,
19221         GlowColor = 3816,
19222         GlyphTextColor = 3819,
19223         GlyphTransparentColor = 3820,
19224         GradientColor1 = 3810,
19225         GradientColor2 = 3811,
19226         GradientColor3 = 3812,
19227         GradientColor4 = 3813,
19228         GradientColor5 = 3814,
19229         ShadowColor = 3815,
19230         TextBorderColor = 3817,
19231         TextColor = 3803,
19232         TextShadowColor = 3818,
19233         TransparentColor = 3809,
19234     }
19235     public enum ComboBoxState
19236     {
19237         Disabled = 4,
19238         Hot = 2,
19239         Normal = 1,
19240         Pressed = 3,
19241     }
19242     public enum ContentAlignment
19243     {
19244         Center = 1,
19245         Left = 0,
19246         Right = 2,
19247     }
19248     [System.FlagsAttribute]
19249     public enum EdgeEffects
19250     {
19251         FillInterior = 2048,
19252         Flat = 4096,
19253         Mono = 32768,
19254         None = 0,
19255         Soft = 16384,
19256     }
19257     [System.FlagsAttribute]
19258     public enum Edges
19259     {
19260         Bottom = 8,
19261         Diagonal = 16,
19262         Left = 1,
19263         Right = 4,
19264         Top = 2,
19265     }
19266     public enum EdgeStyle
19267     {
19268         Bump = 9,
19269         Etched = 6,
19270         Raised = 5,
19271         Sunken = 10,
19272     }
19273     public enum EnumProperty
19274     {
19275         BackgroundType = 4001,
19276         BorderType = 4002,
19277         ContentAlignment = 4006,
19278         FillType = 4003,
19279         GlyphFontSizingType = 4014,
19280         GlyphType = 4012,
19281         HorizontalAlignment = 4005,
19282         IconEffect = 4009,
19283         ImageLayout = 4011,
19284         ImageSelectType = 4013,
19285         OffsetType = 4008,
19286         SizingType = 4004,
19287         TextShadowType = 4010,
19288         TrueSizeScalingType = 4015,
19289         VerticalAlignment = 4007,
19290     }
19291     public enum FilenameProperty
19292     {
19293         GlyphImageFile = 3008,
19294         ImageFile = 3001,
19295         ImageFile1 = 3002,
19296         ImageFile2 = 3003,
19297         ImageFile3 = 3004,
19298         ImageFile4 = 3005,
19299         ImageFile5 = 3006,
19300         StockImageFile = 3007,
19301     }
19302     public enum FillType
19303     {
19304         HorizontalGradient = 2,
19305         RadialGradient = 3,
19306         Solid = 0,
19307         TileImage = 4,
19308         VerticalGradient = 1,
19309     }
19310     public enum FontProperty
19311     {
19312         GlyphFont = 2601,
19313     }
19314     public enum GlyphFontSizingType
19315     {
19316         Dpi = 2,
19317         None = 0,
19318         Size = 1,
19319     }
19320     public enum GlyphType
19321     {
19322         FontGlyph = 2,
19323         ImageGlyph = 1,
19324         None = 0,
19325     }
19326     public enum GroupBoxState
19327     {
19328         Disabled = 2,
19329         Normal = 1,
19330     }
19331     public enum HitTestCode
19332     {
19333         Bottom = 15,
19334         BottomLeft = 16,
19335         BottomRight = 17,
19336         Client = 1,
19337         Left = 10,
19338         Nowhere = 0,
19339         Right = 11,
19340         Top = 12,
19341         TopLeft = 13,
19342         TopRight = 14,
19343     }
19344     [System.FlagsAttribute]
19345     public enum HitTestOptions
19346     {
19347         BackgroundSegment = 0,
19348         Caption = 4,
19349         FixedBorder = 2,
19350         ResizingBorder = 240,
19351         ResizingBorderBottom = 128,
19352         ResizingBorderLeft = 16,
19353         ResizingBorderRight = 64,
19354         ResizingBorderTop = 32,
19355         SizingTemplate = 256,
19356         SystemSizingMargins = 512,
19357     }
19358     public enum HorizontalAlign
19359     {
19360         Center = 1,
19361         Left = 0,
19362         Right = 2,
19363     }
19364     public enum IconEffect
19365     {
19366         Alpha = 4,
19367         Glow = 1,
19368         None = 0,
19369         Pulse = 3,
19370         Shadow = 2,
19371     }
19372     public enum ImageOrientation
19373     {
19374         Horizontal = 1,
19375         Vertical = 0,
19376     }
19377     public enum ImageSelectType
19378     {
19379         Dpi = 2,
19380         None = 0,
19381         Size = 1,
19382     }
19383     public enum IntegerProperty
19384     {
19385         AlphaLevel = 2402,
19386         AlphaThreshold = 2415,
19387         BorderSize = 2403,
19388         GlyphIndex = 2418,
19389         GradientRatio1 = 2406,
19390         GradientRatio2 = 2407,
19391         GradientRatio3 = 2408,
19392         GradientRatio4 = 2409,
19393         GradientRatio5 = 2410,
19394         Height = 2417,
19395         ImageCount = 2401,
19396         MinDpi1 = 2420,
19397         MinDpi2 = 2421,
19398         MinDpi3 = 2422,
19399         MinDpi4 = 2423,
19400         MinDpi5 = 2424,
19401         ProgressChunkSize = 2411,
19402         ProgressSpaceSize = 2412,
19403         RoundCornerHeight = 2405,
19404         RoundCornerWidth = 2404,
19405         Saturation = 2413,
19406         TextBorderSize = 2414,
19407         TrueSizeStretchMark = 2419,
19408         Width = 2416,
19409     }
19410     public enum MarginProperty
19411     {
19412         CaptionMargins = 3603,
19413         ContentMargins = 3602,
19414         SizingMargins = 3601,
19415     }
19416     public enum OffsetType
19417     {
19418         AboveLastButton = 12,
19419         BelowLastButton = 13,
19420         BottomLeft = 3,
19421         BottomMiddle = 5,
19422         BottomRight = 4,
19423         LeftOfCaption = 8,
19424         LeftOfLastButton = 10,
19425         MiddleLeft = 6,
19426         MiddleRight = 7,
19427         RightOfCaption = 9,
19428         RightOfLastButton = 11,
19429         TopLeft = 0,
19430         TopMiddle = 2,
19431         TopRight = 1,
19432     }
19433     public enum PointProperty
19434     {
19435         MinSize = 3403,
19436         MinSize1 = 3404,
19437         MinSize2 = 3405,
19438         MinSize3 = 3406,
19439         MinSize4 = 3407,
19440         MinSize5 = 3408,
19441         Offset = 3401,
19442         TextShadowOffset = 3402,
19443     }
19444     public enum PushButtonState
19445     {
19446         Default = 5,
19447         Disabled = 4,
19448         Hot = 2,
19449         Normal = 1,
19450         Pressed = 3,
19451     }
19452     public enum RadioButtonState
19453     {
19454         CheckedDisabled = 8,
19455         CheckedHot = 6,
19456         CheckedNormal = 5,
19457         CheckedPressed = 7,
19458         UncheckedDisabled = 4,
19459         UncheckedHot = 2,
19460         UncheckedNormal = 1,
19461         UncheckedPressed = 3,
19462     }
19463     public enum ScrollBarArrowButtonState
19464     {
19465         DownDisabled = 8,
19466         DownHot = 6,
19467         DownNormal = 5,
19468         DownPressed = 7,
19469         LeftDisabled = 12,
19470         LeftHot = 10,
19471         LeftNormal = 9,
19472         LeftPressed = 11,
19473         RightDisabled = 16,
19474         RightHot = 14,
19475         RightNormal = 13,
19476         RightPressed = 15,
19477         UpDisabled = 4,
19478         UpHot = 2,
19479         UpNormal = 1,
19480         UpPressed = 3,
19481     }
19482     public enum ScrollBarSizeBoxState
19483     {
19484         LeftAlign = 2,
19485         RightAlign = 1,
19486     }
19487     public enum ScrollBarState
19488     {
19489         Disabled = 4,
19490         Hot = 2,
19491         Normal = 1,
19492         Pressed = 3,
19493     }
19494     public enum SizingType
19495     {
19496         FixedSize = 0,
19497         Stretch = 1,
19498         Tile = 2,
19499     }
19500     public enum StringProperty
19501     {
19502         Text = 3201,
19503     }
19504     public enum TabItemState
19505     {
19506         Disabled = 4,
19507         Hot = 2,
19508         Normal = 1,
19509         Selected = 3,
19510     }
19511     public enum TextBoxState
19512     {
19513         Assist = 7,
19514         Disabled = 4,
19515         Hot = 2,
19516         Normal = 1,
19517         Readonly = 6,
19518         Selected = 3,
19519     }
19520     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
19521     public partial struct TextMetrics
19522     {
19523         public int Ascent { get { throw null; } set { } }
19524         public int AverageCharWidth { get { throw null; } set { } }
19525         public char BreakChar { get { throw null; } set { } }
19526         public System.Windows.Forms.VisualStyles.TextMetricsCharacterSet CharSet { get { throw null; } set { } }
19527         public char DefaultChar { get { throw null; } set { } }
19528         public int Descent { get { throw null; } set { } }
19529         public int DigitizedAspectX { get { throw null; } set { } }
19530         public int DigitizedAspectY { get { throw null; } set { } }
19531         public int ExternalLeading { get { throw null; } set { } }
19532         public char FirstChar { get { throw null; } set { } }
19533         public int Height { get { throw null; } set { } }
19534         public int InternalLeading { get { throw null; } set { } }
19535         public bool Italic { get { throw null; } set { } }
19536         public char LastChar { get { throw null; } set { } }
19537         public int MaxCharWidth { get { throw null; } set { } }
19538         public int Overhang { get { throw null; } set { } }
19539         public System.Windows.Forms.VisualStyles.TextMetricsPitchAndFamilyValues PitchAndFamily { get { throw null; } set { } }
19540         public bool StruckOut { get { throw null; } set { } }
19541         public bool Underlined { get { throw null; } set { } }
19542         public int Weight { get { throw null; } set { } }
19543     }
19544     public enum TextMetricsCharacterSet
19545     {
19546         Ansi = 0,
19547         Arabic = 178,
19548         Baltic = 186,
19549         ChineseBig5 = 136,
19550         Default = 1,
19551         EastEurope = 238,
19552         Gb2312 = 134,
19553         Greek = 161,
19554         Hangul = 129,
19555         Hebrew = 177,
19556         Johab = 130,
19557         Mac = 77,
19558         Oem = 255,
19559         Russian = 204,
19560         ShiftJis = 128,
19561         Symbol = 2,
19562         Thai = 222,
19563         Turkish = 162,
19564         Vietnamese = 163,
19565     }
19566     [System.FlagsAttribute]
19567     public enum TextMetricsPitchAndFamilyValues
19568     {
19569         Device = 8,
19570         FixedPitch = 1,
19571         TrueType = 4,
19572         Vector = 2,
19573     }
19574     public enum TextShadowType
19575     {
19576         Continuous = 2,
19577         None = 0,
19578         Single = 1,
19579     }
19580     public enum ThemeSizeType
19581     {
19582         Draw = 2,
19583         Minimum = 0,
19584         True = 1,
19585     }
19586     public enum ToolBarState
19587     {
19588         Checked = 5,
19589         Disabled = 4,
19590         Hot = 2,
19591         HotChecked = 6,
19592         Normal = 1,
19593         Pressed = 3,
19594     }
19595     public enum TrackBarThumbState
19596     {
19597         Disabled = 5,
19598         Hot = 2,
19599         Normal = 1,
19600         Pressed = 3,
19601     }
19602     public enum TrueSizeScalingType
19603     {
19604         Dpi = 2,
19605         None = 0,
19606         Size = 1,
19607     }
19608     public enum VerticalAlignment
19609     {
19610         Bottom = 2,
19611         Center = 1,
19612         Top = 0,
19613     }
19614     public partial class VisualStyleElement
19615     {
VisualStyleElement()19616         internal VisualStyleElement() { }
19617         public string ClassName { get { throw null; } }
19618         public int Part { get { throw null; } }
19619         public int State { get { throw null; } }
CreateElement(string className, int part, int state)19620         public static System.Windows.Forms.VisualStyles.VisualStyleElement CreateElement(string className, int part, int state) { throw null; }
19621         public static partial class Button
19622         {
19623             public static partial class CheckBox
19624             {
19625                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedDisabled { get { throw null; } }
19626                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedHot { get { throw null; } }
19627                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedNormal { get { throw null; } }
19628                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedPressed { get { throw null; } }
19629                 public static System.Windows.Forms.VisualStyles.VisualStyleElement MixedDisabled { get { throw null; } }
19630                 public static System.Windows.Forms.VisualStyles.VisualStyleElement MixedHot { get { throw null; } }
19631                 public static System.Windows.Forms.VisualStyles.VisualStyleElement MixedNormal { get { throw null; } }
19632                 public static System.Windows.Forms.VisualStyles.VisualStyleElement MixedPressed { get { throw null; } }
19633                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedDisabled { get { throw null; } }
19634                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedHot { get { throw null; } }
19635                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedNormal { get { throw null; } }
19636                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedPressed { get { throw null; } }
19637             }
19638             public static partial class GroupBox
19639             {
19640                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19641                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19642             }
19643             public static partial class PushButton
19644             {
19645                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Default { get { throw null; } }
19646                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19647                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19648                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19649                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19650             }
19651             public static partial class RadioButton
19652             {
19653                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedDisabled { get { throw null; } }
19654                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedHot { get { throw null; } }
19655                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedNormal { get { throw null; } }
19656                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedPressed { get { throw null; } }
19657                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedDisabled { get { throw null; } }
19658                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedHot { get { throw null; } }
19659                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedNormal { get { throw null; } }
19660                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedPressed { get { throw null; } }
19661             }
19662             public static partial class UserButton
19663             {
19664                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19665             }
19666         }
19667         public static partial class ComboBox
19668         {
19669             public static partial class DropDownButton
19670             {
19671                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19672                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19673                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19674                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19675             }
19676         }
19677         public static partial class ExplorerBar
19678         {
19679             public static partial class HeaderBackground
19680             {
19681                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19682             }
19683             public static partial class HeaderClose
19684             {
19685                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19686                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19687                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19688             }
19689             public static partial class HeaderPin
19690             {
19691                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19692                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19693                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19694                 public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedHot { get { throw null; } }
19695                 public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedNormal { get { throw null; } }
19696                 public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedPressed { get { throw null; } }
19697             }
19698             public static partial class IEBarMenu
19699             {
19700                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19701                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19702                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19703             }
19704             public static partial class NormalGroupBackground
19705             {
19706                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19707             }
19708             public static partial class NormalGroupCollapse
19709             {
19710                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19711                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19712                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19713             }
19714             public static partial class NormalGroupExpand
19715             {
19716                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19717                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19718                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19719             }
19720             public static partial class NormalGroupHead
19721             {
19722                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19723             }
19724             public static partial class SpecialGroupBackground
19725             {
19726                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19727             }
19728             public static partial class SpecialGroupCollapse
19729             {
19730                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19731                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19732                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19733             }
19734             public static partial class SpecialGroupExpand
19735             {
19736                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19737                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19738                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19739             }
19740             public static partial class SpecialGroupHead
19741             {
19742                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19743             }
19744         }
19745         public static partial class Header
19746         {
19747             public static partial class Item
19748             {
19749                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19750                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19751                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19752             }
19753             public static partial class ItemLeft
19754             {
19755                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19756                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19757                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19758             }
19759             public static partial class ItemRight
19760             {
19761                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19762                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19763                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19764             }
19765             public static partial class SortArrow
19766             {
19767                 public static System.Windows.Forms.VisualStyles.VisualStyleElement SortedDown { get { throw null; } }
19768                 public static System.Windows.Forms.VisualStyles.VisualStyleElement SortedUp { get { throw null; } }
19769             }
19770         }
19771         public static partial class ListView
19772         {
19773             public static partial class Detail
19774             {
19775                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19776             }
19777             public static partial class EmptyText
19778             {
19779                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19780             }
19781             public static partial class Group
19782             {
19783                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19784             }
19785             public static partial class Item
19786             {
19787                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19788                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19789                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19790                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Selected { get { throw null; } }
19791                 public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedNotFocus { get { throw null; } }
19792             }
19793             public static partial class SortedDetail
19794             {
19795                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19796             }
19797         }
19798         public static partial class Menu
19799         {
19800             public static partial class BarDropDown
19801             {
19802                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19803             }
19804             public static partial class BarItem
19805             {
19806                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19807             }
19808             public static partial class Chevron
19809             {
19810                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19811             }
19812             public static partial class DropDown
19813             {
19814                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19815             }
19816             public static partial class Item
19817             {
19818                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Demoted { get { throw null; } }
19819                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19820                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Selected { get { throw null; } }
19821             }
19822             public static partial class Separator
19823             {
19824                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19825             }
19826         }
19827         public static partial class MenuBand
19828         {
19829             public static partial class NewApplicationButton
19830             {
19831                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
19832                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19833                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19834                 public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
19835                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19836                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19837             }
19838             public static partial class Separator
19839             {
19840                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19841             }
19842         }
19843         public static partial class Page
19844         {
19845             public static partial class Down
19846             {
19847                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19848                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19849                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19850                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19851             }
19852             public static partial class DownHorizontal
19853             {
19854                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19855                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19856                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19857                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19858             }
19859             public static partial class Up
19860             {
19861                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19862                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19863                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19864                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19865             }
19866             public static partial class UpHorizontal
19867             {
19868                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19869                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19870                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19871                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19872             }
19873         }
19874         public static partial class ProgressBar
19875         {
19876             public static partial class Bar
19877             {
19878                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19879             }
19880             public static partial class BarVertical
19881             {
19882                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19883             }
19884             public static partial class Chunk
19885             {
19886                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19887             }
19888             public static partial class ChunkVertical
19889             {
19890                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19891             }
19892         }
19893         public static partial class Rebar
19894         {
19895             public static partial class Band
19896             {
19897                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19898             }
19899             public static partial class Chevron
19900             {
19901                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19902                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19903                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19904             }
19905             public static partial class ChevronVertical
19906             {
19907                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19908                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19909                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19910             }
19911             public static partial class Gripper
19912             {
19913                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19914             }
19915             public static partial class GripperVertical
19916             {
19917                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19918             }
19919         }
19920         public static partial class ScrollBar
19921         {
19922             public static partial class ArrowButton
19923             {
19924                 public static System.Windows.Forms.VisualStyles.VisualStyleElement DownDisabled { get { throw null; } }
19925                 public static System.Windows.Forms.VisualStyles.VisualStyleElement DownHot { get { throw null; } }
19926                 public static System.Windows.Forms.VisualStyles.VisualStyleElement DownNormal { get { throw null; } }
19927                 public static System.Windows.Forms.VisualStyles.VisualStyleElement DownPressed { get { throw null; } }
19928                 public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftDisabled { get { throw null; } }
19929                 public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftHot { get { throw null; } }
19930                 public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftNormal { get { throw null; } }
19931                 public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftPressed { get { throw null; } }
19932                 public static System.Windows.Forms.VisualStyles.VisualStyleElement RightDisabled { get { throw null; } }
19933                 public static System.Windows.Forms.VisualStyles.VisualStyleElement RightHot { get { throw null; } }
19934                 public static System.Windows.Forms.VisualStyles.VisualStyleElement RightNormal { get { throw null; } }
19935                 public static System.Windows.Forms.VisualStyles.VisualStyleElement RightPressed { get { throw null; } }
19936                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UpDisabled { get { throw null; } }
19937                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UpHot { get { throw null; } }
19938                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UpNormal { get { throw null; } }
19939                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UpPressed { get { throw null; } }
19940             }
19941             public static partial class GripperHorizontal
19942             {
19943                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19944             }
19945             public static partial class GripperVertical
19946             {
19947                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19948             }
19949             public static partial class LeftTrackHorizontal
19950             {
19951                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19952                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19953                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19954                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19955             }
19956             public static partial class LowerTrackVertical
19957             {
19958                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19959                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19960                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19961                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19962             }
19963             public static partial class RightTrackHorizontal
19964             {
19965                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19966                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19967                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19968                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19969             }
19970             public static partial class SizeBox
19971             {
19972                 public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftAlign { get { throw null; } }
19973                 public static System.Windows.Forms.VisualStyles.VisualStyleElement RightAlign { get { throw null; } }
19974             }
19975             public static partial class ThumbButtonHorizontal
19976             {
19977                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19978                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19979                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19980                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19981             }
19982             public static partial class ThumbButtonVertical
19983             {
19984                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19985                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19986                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19987                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19988             }
19989             public static partial class UpperTrackVertical
19990             {
19991                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19992                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19993                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19994                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19995             }
19996         }
19997         public static partial class Spin
19998         {
19999             public static partial class Down
20000             {
20001                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20002                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20003                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20004                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20005             }
20006             public static partial class DownHorizontal
20007             {
20008                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20009                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20010                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20011                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20012             }
20013             public static partial class Up
20014             {
20015                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20016                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20017                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20018                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20019             }
20020             public static partial class UpHorizontal
20021             {
20022                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20023                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20024                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20025                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20026             }
20027         }
20028         public static partial class StartPanel
20029         {
20030             public static partial class LogOff
20031             {
20032                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20033             }
20034             public static partial class LogOffButtons
20035             {
20036                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20037                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20038                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20039             }
20040             public static partial class MorePrograms
20041             {
20042                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20043             }
20044             public static partial class MoreProgramsArrow
20045             {
20046                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20047                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20048                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20049             }
20050             public static partial class PlaceList
20051             {
20052                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20053             }
20054             public static partial class PlaceListSeparator
20055             {
20056                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20057             }
20058             public static partial class Preview
20059             {
20060                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20061             }
20062             public static partial class ProgList
20063             {
20064                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20065             }
20066             public static partial class ProgListSeparator
20067             {
20068                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20069             }
20070             public static partial class UserPane
20071             {
20072                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20073             }
20074             public static partial class UserPicture
20075             {
20076                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20077             }
20078         }
20079         public static partial class Status
20080         {
20081             public static partial class Bar
20082             {
20083                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20084             }
20085             public static partial class Gripper
20086             {
20087                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20088             }
20089             public static partial class GripperPane
20090             {
20091                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20092             }
20093             public static partial class Pane
20094             {
20095                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20096             }
20097         }
20098         public static partial class Tab
20099         {
20100             public static partial class Body
20101             {
20102                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20103             }
20104             public static partial class Pane
20105             {
20106                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20107             }
20108             public static partial class TabItem
20109             {
20110                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20111                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20112                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20113                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20114             }
20115             public static partial class TabItemBothEdges
20116             {
20117                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20118             }
20119             public static partial class TabItemLeftEdge
20120             {
20121                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20122                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20123                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20124                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20125             }
20126             public static partial class TabItemRightEdge
20127             {
20128                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20129                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20130                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20131                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20132             }
20133             public static partial class TopTabItem
20134             {
20135                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20136                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20137                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20138                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20139             }
20140             public static partial class TopTabItemBothEdges
20141             {
20142                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20143             }
20144             public static partial class TopTabItemLeftEdge
20145             {
20146                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20147                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20148                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20149                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20150             }
20151             public static partial class TopTabItemRightEdge
20152             {
20153                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20154                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20155                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20156                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20157             }
20158         }
20159         public static partial class TaskBand
20160         {
20161             public static partial class FlashButton
20162             {
20163                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20164             }
20165             public static partial class FlashButtonGroupMenu
20166             {
20167                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20168             }
20169             public static partial class GroupCount
20170             {
20171                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20172             }
20173         }
20174         public static partial class Taskbar
20175         {
20176             public static partial class BackgroundBottom
20177             {
20178                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20179             }
20180             public static partial class BackgroundLeft
20181             {
20182                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20183             }
20184             public static partial class BackgroundRight
20185             {
20186                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20187             }
20188             public static partial class BackgroundTop
20189             {
20190                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20191             }
20192             public static partial class SizingBarBottom
20193             {
20194                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20195             }
20196             public static partial class SizingBarLeft
20197             {
20198                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20199             }
20200             public static partial class SizingBarRight
20201             {
20202                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20203             }
20204             public static partial class SizingBarTop
20205             {
20206                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20207             }
20208         }
20209         public static partial class TaskbarClock
20210         {
20211             public static partial class Time
20212             {
20213                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20214             }
20215         }
20216         public static partial class TextBox
20217         {
20218             public static partial class Caret
20219             {
20220                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20221             }
20222             public static partial class TextEdit
20223             {
20224                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Assist { get { throw null; } }
20225                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20226                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
20227                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20228                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20229                 public static System.Windows.Forms.VisualStyles.VisualStyleElement ReadOnly { get { throw null; } }
20230                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Selected { get { throw null; } }
20231             }
20232         }
20233         public static partial class ToolBar
20234         {
20235             public static partial class Button
20236             {
20237                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
20238                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20239                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20240                 public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
20241                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20242                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20243             }
20244             public static partial class DropDownButton
20245             {
20246                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
20247                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20248                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20249                 public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
20250                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20251                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20252             }
20253             public static partial class SeparatorHorizontal
20254             {
20255                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20256             }
20257             public static partial class SeparatorVertical
20258             {
20259                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20260             }
20261             public static partial class SplitButton
20262             {
20263                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
20264                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20265                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20266                 public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
20267                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20268                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20269             }
20270             public static partial class SplitButtonDropDown
20271             {
20272                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
20273                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20274                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20275                 public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
20276                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20277                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20278             }
20279         }
20280         public static partial class ToolTip
20281         {
20282             public static partial class Balloon
20283             {
20284                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Link { get { throw null; } }
20285                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20286             }
20287             public static partial class BalloonTitle
20288             {
20289                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20290             }
20291             public static partial class Close
20292             {
20293                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20294                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20295                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20296             }
20297             public static partial class Standard
20298             {
20299                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Link { get { throw null; } }
20300                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20301             }
20302             public static partial class StandardTitle
20303             {
20304                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20305             }
20306         }
20307         public static partial class TrackBar
20308         {
20309             public static partial class Thumb
20310             {
20311                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20312                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
20313                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20314                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20315                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20316             }
20317             public static partial class ThumbBottom
20318             {
20319                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20320                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
20321                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20322                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20323                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20324             }
20325             public static partial class ThumbLeft
20326             {
20327                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20328                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
20329                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20330                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20331                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20332             }
20333             public static partial class ThumbRight
20334             {
20335                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20336                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
20337                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20338                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20339                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20340             }
20341             public static partial class ThumbTop
20342             {
20343                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20344                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
20345                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20346                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20347                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20348             }
20349             public static partial class ThumbVertical
20350             {
20351                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20352                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
20353                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20354                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20355                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20356             }
20357             public static partial class Ticks
20358             {
20359                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20360             }
20361             public static partial class TicksVertical
20362             {
20363                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20364             }
20365             public static partial class Track
20366             {
20367                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20368             }
20369             public static partial class TrackVertical
20370             {
20371                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20372             }
20373         }
20374         public static partial class TrayNotify
20375         {
20376             public static partial class AnimateBackground
20377             {
20378                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20379             }
20380             public static partial class Background
20381             {
20382                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20383             }
20384         }
20385         public static partial class TreeView
20386         {
20387             public static partial class Branch
20388             {
20389                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20390             }
20391             public static partial class Glyph
20392             {
20393                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Closed { get { throw null; } }
20394                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Opened { get { throw null; } }
20395             }
20396             public static partial class Item
20397             {
20398                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20399                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20400                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20401                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Selected { get { throw null; } }
20402                 public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedNotFocus { get { throw null; } }
20403             }
20404         }
20405         public static partial class Window
20406         {
20407             public static partial class Caption
20408             {
20409                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20410                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20411                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20412             }
20413             public static partial class CaptionSizingTemplate
20414             {
20415                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20416             }
20417             public static partial class CloseButton
20418             {
20419                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20420                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20421                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20422                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20423             }
20424             public static partial class Dialog
20425             {
20426                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20427             }
20428             public static partial class FrameBottom
20429             {
20430                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20431                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20432             }
20433             public static partial class FrameBottomSizingTemplate
20434             {
20435                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20436             }
20437             public static partial class FrameLeft
20438             {
20439                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20440                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20441             }
20442             public static partial class FrameLeftSizingTemplate
20443             {
20444                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20445             }
20446             public static partial class FrameRight
20447             {
20448                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20449                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20450             }
20451             public static partial class FrameRightSizingTemplate
20452             {
20453                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20454             }
20455             public static partial class HelpButton
20456             {
20457                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20458                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20459                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20460                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20461             }
20462             public static partial class HorizontalScroll
20463             {
20464                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20465                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20466                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20467                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20468             }
20469             public static partial class HorizontalThumb
20470             {
20471                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20472                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20473                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20474                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20475             }
20476             public static partial class MaxButton
20477             {
20478                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20479                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20480                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20481                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20482             }
20483             public static partial class MaxCaption
20484             {
20485                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20486                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20487                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20488             }
20489             public static partial class MdiCloseButton
20490             {
20491                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20492                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20493                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20494                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20495             }
20496             public static partial class MdiHelpButton
20497             {
20498                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20499                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20500                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20501                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20502             }
20503             public static partial class MdiMinButton
20504             {
20505                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20506                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20507                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20508                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20509             }
20510             public static partial class MdiRestoreButton
20511             {
20512                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20513                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20514                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20515                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20516             }
20517             public static partial class MdiSysButton
20518             {
20519                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20520                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20521                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20522                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20523             }
20524             public static partial class MinButton
20525             {
20526                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20527                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20528                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20529                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20530             }
20531             public static partial class MinCaption
20532             {
20533                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20534                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20535                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20536             }
20537             public static partial class RestoreButton
20538             {
20539                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20540                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20541                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20542                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20543             }
20544             public static partial class SmallCaption
20545             {
20546                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20547                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20548                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20549             }
20550             public static partial class SmallCaptionSizingTemplate
20551             {
20552                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20553             }
20554             public static partial class SmallCloseButton
20555             {
20556                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20557                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20558                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20559                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20560             }
20561             public static partial class SmallFrameBottom
20562             {
20563                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20564                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20565             }
20566             public static partial class SmallFrameBottomSizingTemplate
20567             {
20568                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20569             }
20570             public static partial class SmallFrameLeft
20571             {
20572                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20573                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20574             }
20575             public static partial class SmallFrameLeftSizingTemplate
20576             {
20577                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20578             }
20579             public static partial class SmallFrameRight
20580             {
20581                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20582                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20583             }
20584             public static partial class SmallFrameRightSizingTemplate
20585             {
20586                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20587             }
20588             public static partial class SmallMaxCaption
20589             {
20590                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20591                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20592                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20593             }
20594             public static partial class SmallMinCaption
20595             {
20596                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20597                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20598                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20599             }
20600             public static partial class SysButton
20601             {
20602                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20603                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20604                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20605                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20606             }
20607             public static partial class VerticalScroll
20608             {
20609                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20610                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20611                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20612                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20613             }
20614             public static partial class VerticalThumb
20615             {
20616                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20617                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20618                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20619                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20620             }
20621         }
20622     }
20623     public static partial class VisualStyleInformation
20624     {
20625         public static string Author { get { throw null; } }
20626         public static string ColorScheme { get { throw null; } }
20627         public static string Company { get { throw null; } }
20628         [System.MonoTODOAttribute("Cannot get this to return the same as MS's...")]
20629         public static System.Drawing.Color ControlHighlightHot { get { throw null; } }
20630         public static string Copyright { get { throw null; } }
20631         public static string Description { get { throw null; } }
20632         public static string DisplayName { get { throw null; } }
20633         public static bool IsEnabledByUser { get { throw null; } }
20634         public static bool IsSupportedByOS { get { throw null; } }
20635         public static int MinimumColorDepth { get { throw null; } }
20636         public static string Size { get { throw null; } }
20637         public static bool SupportsFlatMenus { get { throw null; } }
20638         [System.MonoTODOAttribute("Cannot get this to return the same as MS's...")]
20639         public static System.Drawing.Color TextControlBorder { get { throw null; } }
20640         public static string Url { get { throw null; } }
20641         public static string Version { get { throw null; } }
20642     }
20643     public sealed partial class VisualStyleRenderer
20644     {
VisualStyleRenderer(string className, int part, int state)20645         public VisualStyleRenderer(string className, int part, int state) { }
VisualStyleRenderer(System.Windows.Forms.VisualStyles.VisualStyleElement element)20646         public VisualStyleRenderer(System.Windows.Forms.VisualStyles.VisualStyleElement element) { }
20647         public string Class { get { throw null; } }
20648         public System.IntPtr Handle { get { throw null; } }
20649         public static bool IsSupported { get { throw null; } }
20650         public int LastHResult { get { throw null; } }
20651         public int Part { get { throw null; } }
20652         public int State { get { throw null; } }
DrawBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds)20653         public void DrawBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds) { }
DrawBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Drawing.Rectangle clipRectangle)20654         public void DrawBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Drawing.Rectangle clipRectangle) { }
DrawEdge(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.Edges edges, System.Windows.Forms.VisualStyles.EdgeStyle style, System.Windows.Forms.VisualStyles.EdgeEffects effects)20655         public System.Drawing.Rectangle DrawEdge(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.Edges edges, System.Windows.Forms.VisualStyles.EdgeStyle style, System.Windows.Forms.VisualStyles.EdgeEffects effects) { throw null; }
DrawImage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image)20656         public void DrawImage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image) { }
DrawImage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.ImageList imageList, int imageIndex)20657         public void DrawImage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.ImageList imageList, int imageIndex) { }
DrawParentBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl)20658         public void DrawParentBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw)20659         public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw) { }
DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled)20660         public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled) { }
DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled, System.Windows.Forms.TextFormatFlags flags)20661         public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled, System.Windows.Forms.TextFormatFlags flags) { }
GetBackgroundContentRectangle(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds)20662         public System.Drawing.Rectangle GetBackgroundContentRectangle(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds) { throw null; }
GetBackgroundExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle contentBounds)20663         public System.Drawing.Rectangle GetBackgroundExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle contentBounds) { throw null; }
20664         [System.Security.SuppressUnmanagedCodeSecurityAttribute]
GetBackgroundRegion(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds)20665         public System.Drawing.Region GetBackgroundRegion(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds) { throw null; }
GetBoolean(System.Windows.Forms.VisualStyles.BooleanProperty prop)20666         public bool GetBoolean(System.Windows.Forms.VisualStyles.BooleanProperty prop) { throw null; }
GetColor(System.Windows.Forms.VisualStyles.ColorProperty prop)20667         public System.Drawing.Color GetColor(System.Windows.Forms.VisualStyles.ColorProperty prop) { throw null; }
GetEnumValue(System.Windows.Forms.VisualStyles.EnumProperty prop)20668         public int GetEnumValue(System.Windows.Forms.VisualStyles.EnumProperty prop) { throw null; }
GetFilename(System.Windows.Forms.VisualStyles.FilenameProperty prop)20669         public string GetFilename(System.Windows.Forms.VisualStyles.FilenameProperty prop) { throw null; }
20670         [System.MonoTODOAttribute("I can't get MS's to return anything but null, so I can't really get this one right")]
GetFont(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.FontProperty prop)20671         public System.Drawing.Font GetFont(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.FontProperty prop) { throw null; }
GetInteger(System.Windows.Forms.VisualStyles.IntegerProperty prop)20672         public int GetInteger(System.Windows.Forms.VisualStyles.IntegerProperty prop) { throw null; }
20673         [System.MonoTODOAttribute("MS's causes a PInvokeStackUnbalance on me, so this is not verified against MS.")]
GetMargins(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.MarginProperty prop)20674         public System.Windows.Forms.Padding GetMargins(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.MarginProperty prop) { throw null; }
GetPartSize(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ThemeSizeType type)20675         public System.Drawing.Size GetPartSize(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ThemeSizeType type) { throw null; }
GetPartSize(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.ThemeSizeType type)20676         public System.Drawing.Size GetPartSize(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.ThemeSizeType type) { throw null; }
GetPoint(System.Windows.Forms.VisualStyles.PointProperty prop)20677         public System.Drawing.Point GetPoint(System.Windows.Forms.VisualStyles.PointProperty prop) { throw null; }
20678         [System.MonoTODOAttribute("Can't find any values that return anything on MS to test against")]
GetString(System.Windows.Forms.VisualStyles.StringProperty prop)20679         public string GetString(System.Windows.Forms.VisualStyles.StringProperty prop) { throw null; }
GetTextExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, System.Windows.Forms.TextFormatFlags flags)20680         public System.Drawing.Rectangle GetTextExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, System.Windows.Forms.TextFormatFlags flags) { throw null; }
GetTextExtent(System.Drawing.IDeviceContext dc, string textToDraw, System.Windows.Forms.TextFormatFlags flags)20681         public System.Drawing.Rectangle GetTextExtent(System.Drawing.IDeviceContext dc, string textToDraw, System.Windows.Forms.TextFormatFlags flags) { throw null; }
GetTextMetrics(System.Drawing.IDeviceContext dc)20682         public System.Windows.Forms.VisualStyles.TextMetrics GetTextMetrics(System.Drawing.IDeviceContext dc) { throw null; }
HitTestBackground(System.Drawing.Graphics g, System.Drawing.Rectangle backgroundRectangle, System.Drawing.Region region, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options)20683         public System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground(System.Drawing.Graphics g, System.Drawing.Rectangle backgroundRectangle, System.Drawing.Region region, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options) { throw null; }
HitTestBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle backgroundRectangle, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options)20684         public System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle backgroundRectangle, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options) { throw null; }
HitTestBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle backgroundRectangle, System.IntPtr hRgn, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options)20685         public System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle backgroundRectangle, System.IntPtr hRgn, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options) { throw null; }
IsBackgroundPartiallyTransparent()20686         public bool IsBackgroundPartiallyTransparent() { throw null; }
IsElementDefined(System.Windows.Forms.VisualStyles.VisualStyleElement element)20687         public static bool IsElementDefined(System.Windows.Forms.VisualStyles.VisualStyleElement element) { throw null; }
SetParameters(string className, int part, int state)20688         public void SetParameters(string className, int part, int state) { }
SetParameters(System.Windows.Forms.VisualStyles.VisualStyleElement element)20689         public void SetParameters(System.Windows.Forms.VisualStyles.VisualStyleElement element) { }
20690     }
20691     public enum VisualStyleState
20692     {
20693         ClientAndNonClientAreasEnabled = 3,
20694         ClientAreaEnabled = 2,
20695         NonClientAreaEnabled = 1,
20696         NoneEnabled = 0,
20697     }
20698 }
20699